cctw
0.2.1
|
#include <cctwdoublematrix3x3property.h>
Public Slots | |
void | setSubValue (int row, int col, double value, int index) |
void | setValue (double value) |
Signals | |
void | subValueChanged (int row, int col, double value, int index) |
Public Member Functions | |
CctwDoubleMatrix3x3PropertyDoubleSpinBoxHelper (QDoubleSpinBox *spinBox, CctwDoubleMatrix3x3Property *property, int row, int col) | |
void | connect () |
Private Attributes | |
QDoubleSpinBox * | m_DoubleSpinBox |
CctwDoubleMatrix3x3Property * | m_Property |
int | m_Row |
int | m_Col |
Definition at line 48 of file cctwdoublematrix3x3property.h.
CctwDoubleMatrix3x3PropertyDoubleSpinBoxHelper::CctwDoubleMatrix3x3PropertyDoubleSpinBoxHelper | ( | QDoubleSpinBox * | spinBox, |
CctwDoubleMatrix3x3Property * | property, | ||
int | row, | ||
int | col | ||
) |
Definition at line 245 of file cctwdoublematrix3x3property.cpp.
void CctwDoubleMatrix3x3PropertyDoubleSpinBoxHelper::connect | ( | ) |
Definition at line 254 of file cctwdoublematrix3x3property.cpp.
References m_DoubleSpinBox, and setValue().
Referenced by CctwDoubleMatrix3x3Property::linkTo().
|
slot |
Definition at line 259 of file cctwdoublematrix3x3property.cpp.
References m_Col, m_DoubleSpinBox, m_Property, and m_Row.
|
slot |
Definition at line 272 of file cctwdoublematrix3x3property.cpp.
References m_Col, m_Property, m_Row, and subValueChanged().
Referenced by connect().
|
signal |
Referenced by setValue().
|
private |
Definition at line 68 of file cctwdoublematrix3x3property.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 65 of file cctwdoublematrix3x3property.h.
Referenced by connect(), and setSubValue().
|
private |
Definition at line 66 of file cctwdoublematrix3x3property.h.
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 67 of file cctwdoublematrix3x3property.h.
Referenced by setSubValue(), and setValue().