cctw
0.2.1
|
#include <cctwdoublevector3dproperty.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 | |
CctwDoubleVector3DPropertyDoubleSpinBoxHelper (QDoubleSpinBox *spinBox, CctwDoubleVector3DProperty *property, int axis) | |
void | connect () |
Private Attributes | |
QDoubleSpinBox * | m_DoubleSpinBox |
CctwDoubleVector3DProperty * | m_Property |
int | m_Axis |
Definition at line 44 of file cctwdoublevector3dproperty.h.
CctwDoubleVector3DPropertyDoubleSpinBoxHelper::CctwDoubleVector3DPropertyDoubleSpinBoxHelper | ( | QDoubleSpinBox * | spinBox, |
CctwDoubleVector3DProperty * | property, | ||
int | axis | ||
) |
Definition at line 204 of file cctwdoublevector3dproperty.cpp.
void CctwDoubleVector3DPropertyDoubleSpinBoxHelper::connect | ( | ) |
Definition at line 212 of file cctwdoublevector3dproperty.cpp.
References m_DoubleSpinBox, and setValue().
Referenced by CctwDoubleVector3DProperty::linkTo().
|
slot |
Definition at line 217 of file cctwdoublevector3dproperty.cpp.
References m_Axis, m_DoubleSpinBox, and m_Property.
|
slot |
Definition at line 230 of file cctwdoublevector3dproperty.cpp.
References m_Axis, m_Property, and subValueChanged().
Referenced by connect().
|
signal |
Referenced by setValue().
|
private |
Definition at line 61 of file cctwdoublevector3dproperty.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 59 of file cctwdoublevector3dproperty.h.
Referenced by connect(), and setSubValue().
|
private |
Definition at line 60 of file cctwdoublevector3dproperty.h.
Referenced by setSubValue(), and setValue().