QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setValue (int value, int index) |
void | setValue (int value) |
Signals | |
void | valueChanged (int value, int index) |
Public Member Functions | |
QcepIntPropertySpinBoxHelper (QSpinBox *spinBox, QcepIntProperty *property) | |
void | connect () |
Private Attributes | |
QSpinBox * | m_SpinBox |
QcepIntProperty * | m_Property |
Definition at line 161 of file qcepproperty.h.
QcepIntPropertySpinBoxHelper::QcepIntPropertySpinBoxHelper | ( | QSpinBox * | spinBox, |
QcepIntProperty * | property | ||
) |
Definition at line 1087 of file qcepproperty.cpp.
void QcepIntPropertySpinBoxHelper::connect | ( | ) |
Definition at line 1094 of file qcepproperty.cpp.
References CONNECT_CHECK, m_SpinBox, setValue(), and valueChanged().
Referenced by QcepIntProperty::linkTo().
|
slot |
Definition at line 1099 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_Property, m_SpinBox, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
Referenced by connect().
|
slot |
Definition at line 1120 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and valueChanged().
|
signal |
|
private |
Definition at line 177 of file qcepproperty.h.
Referenced by setValue().
|
private |
Definition at line 176 of file qcepproperty.h.
Referenced by connect(), and setValue().