QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setSubValue (int axis, double value, int index) |
void | setValue (double value) |
Signals | |
void | subValueChanged (int axis, double value, int index) |
Public Member Functions | |
QcepDoublePointPropertyDoubleSpinBoxHelper (QDoubleSpinBox *spinBox, QcepDoublePointProperty *property, int axis) | |
void | connect () |
Private Attributes | |
QDoubleSpinBox * | m_DoubleSpinBox |
QcepDoublePointProperty * | m_Property |
int | m_Axis |
Definition at line 533 of file qcepproperty.h.
QcepDoublePointPropertyDoubleSpinBoxHelper::QcepDoublePointPropertyDoubleSpinBoxHelper | ( | QDoubleSpinBox * | spinBox, |
QcepDoublePointProperty * | property, | ||
int | axis | ||
) |
Definition at line 2626 of file qcepproperty.cpp.
void QcepDoublePointPropertyDoubleSpinBoxHelper::connect | ( | ) |
Definition at line 2634 of file qcepproperty.cpp.
References CONNECT_CHECK, m_DoubleSpinBox, setValue(), and QcepByteArrayProperty::valueChanged().
Referenced by QcepDoublePointProperty::linkTo().
|
slot |
Definition at line 2639 of file qcepproperty.cpp.
References QcepProperty::index(), m_Axis, m_DoubleSpinBox, m_Property, and QcepByteArrayProperty::value().
|
slot |
Definition at line 2652 of file qcepproperty.cpp.
References QcepProperty::incIndex(), m_Axis, m_Property, and subValueChanged().
Referenced by connect().
|
signal |
|
private |
Definition at line 550 of file qcepproperty.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 548 of file qcepproperty.h.
Referenced by connect(), and setSubValue().
|
private |
Definition at line 549 of file qcepproperty.h.
Referenced by setSubValue(), and setValue().