37 #include <QtWidgets/QCheckBox> 53 void check(
bool execCallbacks=
true);
56 void uncheck(
bool execCallbacks=
true);
59 inline void doCheck(
bool on,
bool execCallbacks=
true){
60 if(on) check(execCallbacks);
61 else uncheck(execCallbacks);
65 bool isChecked()
const;
undocument this line if you encounter any issues!
Definition: Any.h:37
bool * m_stateRef
internal state reference variable
Definition: CheckBoxHandle.h:70
void doCheck(bool on, bool execCallbacks=true)
defines the check-state
Definition: CheckBoxHandle.h:59
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
Special Utiltiy class for handling Button clicks in the ICL GUI API.
Definition: CheckBoxHandle.h:43
#define ICLQt_API
Definition: CompatMacros.h:178