23 #ifndef QDS_CHECKBOX_H
24 #define QDS_CHECKBOX_H
38 bool isChecked()
const;
39 void setChecked(
const bool );
50 void onStateChanged(
int );
53 QCheckBox* checkBox()
const;
#define QDS_EXPORT
Definition: QDS.h:33
Definition: QDS_CheckBox.h:31
void toggled(bool)
Emitted when the check box state is toggled.
Base class for all controls using the data dictionary.
Definition: QDS_Datum.h:41
virtual void onParamChanged()
Called when datum value is changed.
Definition: QDS_Datum.cxx:1161
virtual QWidget * createControl(QWidget *)=0
Create QDS::Control widget.
virtual void setString(const QString &)=0
virtual QString getString() const =0
Get string value from datum.
virtual void clear()
Clear the control.
Definition: QDS_Datum.cxx:699