Public Slots | |
void | setValue (const std::string &value) |
Public Member Functions | |
NameValueLabelPair (std::string name, QWidget *parent=0) | |
std::string | getValue () const |
Private Attributes | |
QLabel * | _valueLabel |
Class for providing two labels that display a parameter name and the associated value.
Definition at line 18 of file NameValueLabelPair.h.
dbutils::gui::NameValueLabelPair::NameValueLabelPair | ( | std::string | name, |
QWidget * | parent = 0 |
||
) |
Definition at line 8 of file NameValueLabelPair.cpp.
References _valueLabel, and make_root_from_grid_output::tr.
|
inline |
Definition at line 26 of file NameValueLabelPair.h.
References _valueLabel, setValue(), and string.
|
slot |
Definition at line 30 of file NameValueLabelPair.cpp.
References _valueLabel.
Referenced by dbutils::gui::DBParamsGroupBox::DBParamsGroupBox(), getValue(), dbutils::gui::NamedConfigGroupBox::NamedConfigGroupBox(), dbutils::gui::NamedConfigGroupBox::setConfigurationName(), dbutils::gui::NamedConfigGroupBox::setDCMOperatingMode(), dbutils::gui::NamedConfigGroupBox::setDetectorName(), and dbutils::gui::NamedConfigGroupBox::setTimestamp().
|
private |
Definition at line 34 of file NameValueLabelPair.h.
Referenced by getValue(), NameValueLabelPair(), and setValue().