cctw
0.2.1
|
#include <cctwintvector3dproperty.h>
Public Slots | |
void | setSubValue (int axis, int value, int index) |
void | setValue (int value) |
Signals | |
void | subValueChanged (int axis, int value, int index) |
Public Member Functions | |
CctwIntVector3DPropertySpinBoxHelper (QSpinBox *spinBox, CctwIntVector3DProperty *property, int axis) | |
void | connect () |
Private Attributes | |
QSpinBox * | m_SpinBox |
CctwIntVector3DProperty * | m_Property |
int | m_Axis |
Definition at line 45 of file cctwintvector3dproperty.h.
CctwIntVector3DPropertySpinBoxHelper::CctwIntVector3DPropertySpinBoxHelper | ( | QSpinBox * | spinBox, |
CctwIntVector3DProperty * | property, | ||
int | axis | ||
) |
Definition at line 219 of file cctwintvector3dproperty.cpp.
void CctwIntVector3DPropertySpinBoxHelper::connect | ( | ) |
Definition at line 227 of file cctwintvector3dproperty.cpp.
References m_SpinBox, and setValue().
Referenced by CctwIntVector3DProperty::linkTo().
|
slot |
Definition at line 232 of file cctwintvector3dproperty.cpp.
References m_Axis, m_Property, and m_SpinBox.
|
slot |
Definition at line 245 of file cctwintvector3dproperty.cpp.
References m_Axis, m_Property, and subValueChanged().
Referenced by connect().
|
signal |
Referenced by setValue().
|
private |
Definition at line 62 of file cctwintvector3dproperty.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 61 of file cctwintvector3dproperty.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 60 of file cctwintvector3dproperty.h.
Referenced by connect(), and setSubValue().