QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setChecked (bool value, int index) |
void | setChecked (bool value) |
Signals | |
void | toggled (bool value, int index) |
Public Member Functions | |
QcepBoolPropertyButtonHelper (QAbstractButton *button, QcepBoolProperty *property) | |
void | connect () |
Private Attributes | |
QAbstractButton * | m_Button |
QcepBoolProperty * | m_Property |
Definition at line 224 of file qcepproperty.h.
QcepBoolPropertyButtonHelper::QcepBoolPropertyButtonHelper | ( | QAbstractButton * | button, |
QcepBoolProperty * | property | ||
) |
Definition at line 1286 of file qcepproperty.cpp.
void QcepBoolPropertyButtonHelper::connect | ( | ) |
Definition at line 1293 of file qcepproperty.cpp.
References CONNECT_CHECK, m_Button, setChecked(), and toggled().
Referenced by QcepBoolProperty::linkTo().
|
slot |
Definition at line 1298 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_Button, m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
Referenced by connect().
|
slot |
Definition at line 1320 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and toggled().
|
signal |
|
private |
Definition at line 239 of file qcepproperty.h.
Referenced by connect(), and setChecked().
|
private |
Definition at line 240 of file qcepproperty.h.
Referenced by setChecked().