QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setValue (double value, int index) |
void | setValue (double value) |
Signals | |
void | valueChanged (double value, int index) |
Public Member Functions | |
QcepDoublePropertyDoubleSpinBoxHelper (QDoubleSpinBox *spinBox, QcepDoubleProperty *property) | |
void | connect () |
Private Attributes | |
QDoubleSpinBox * | m_DoubleSpinBox |
QcepDoubleProperty * | m_Property |
Definition at line 112 of file qcepproperty.h.
QcepDoublePropertyDoubleSpinBoxHelper::QcepDoublePropertyDoubleSpinBoxHelper | ( | QDoubleSpinBox * | spinBox, |
QcepDoubleProperty * | property | ||
) |
Definition at line 869 of file qcepproperty.cpp.
void QcepDoublePropertyDoubleSpinBoxHelper::connect | ( | ) |
Definition at line 876 of file qcepproperty.cpp.
References CONNECT_CHECK, m_DoubleSpinBox, setValue(), and valueChanged().
Referenced by QcepDoubleProperty::linkTo().
|
slot |
Definition at line 881 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_DoubleSpinBox, m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
Referenced by connect().
|
slot |
Definition at line 904 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 127 of file qcepproperty.h.
Referenced by connect(), and setValue().
|
private |
Definition at line 128 of file qcepproperty.h.
Referenced by setValue().