cctw
0.2.1
|
#include <cctwdoublematrix3x3property.h>
Public Slots | |
void | setValue (CctwDoubleMatrix3x3 val, int index) |
void | setValue (CctwDoubleMatrix3x3 val) |
void | incValue (CctwDoubleMatrix3x3 step) |
void | setDefaultValue (CctwDoubleMatrix3x3 val) |
void | resetValue () |
void | setSubValue (int row, int col, double value, int index) |
void | setSubValue (int row, int col, double value) |
Signals | |
void | valueChanged (CctwDoubleMatrix3x3 val, int index) |
void | subValueChanged (int row, int col, double val, int index) |
Public Member Functions | |
CctwDoubleMatrix3x3Property (QcepSettingsSaverWPtr saver, QObject *parent, const char *name, CctwDoubleMatrix3x3 value, QString toolTip) | |
CctwDoubleMatrix3x3Property (QcepSettingsSaverWPtr saver, QObject *parent, const char *name, double r0c0, double r0c1, double r0c2, double r1c0, double r1c1, double r1c2, double r2c0, double r2c1, double r2c2, QString toolTip) | |
CctwDoubleMatrix3x3 | value () const |
CctwDoubleMatrix3x3 | defaultValue () const |
QString | toString (const CctwDoubleMatrix3x3 &mat) |
double | subValue (int row, int col) const |
void | linkTo (int row, int col, QDoubleSpinBox *spinBox) |
Static Public Member Functions | |
static void | registerMetaTypes () |
static QScriptValue | toScriptValue (QScriptEngine *engine, const CctwDoubleMatrix3x3 &mat) |
static void | fromScriptValue (const QScriptValue &obj, CctwDoubleMatrix3x3 &mat) |
Private Attributes | |
CctwDoubleMatrix3x3 | m_Default |
CctwDoubleMatrix3x3 | m_Value |
Definition at line 7 of file cctwdoublematrix3x3property.h.
|
explicit |
Definition at line 8 of file cctwdoublematrix3x3property.cpp.
|
explicit |
Definition at line 17 of file cctwdoublematrix3x3property.cpp.
References m_Default, and m_Value.
CctwDoubleMatrix3x3 CctwDoubleMatrix3x3Property::defaultValue | ( | ) | const |
Definition at line 52 of file cctwdoublematrix3x3property.cpp.
References m_Default.
Referenced by resetValue().
|
static |
Definition at line 200 of file cctwdoublematrix3x3property.cpp.
Referenced by CctwScriptEngine::CctwScriptEngine().
|
slot |
Definition at line 78 of file cctwdoublematrix3x3property.cpp.
References m_Value, and setValue().
void CctwDoubleMatrix3x3Property::linkTo | ( | int | row, |
int | col, | ||
QDoubleSpinBox * | spinBox | ||
) |
Definition at line 225 of file cctwdoublematrix3x3property.cpp.
References CctwDoubleMatrix3x3PropertyDoubleSpinBoxHelper::connect(), setSubValue(), setValue(), subValue(), and subValueChanged().
|
static |
Definition at line 36 of file cctwdoublematrix3x3property.cpp.
Referenced by CctwApplication::CctwApplication().
|
slot |
Definition at line 168 of file cctwdoublematrix3x3property.cpp.
References defaultValue(), and setValue().
|
slot |
Definition at line 161 of file cctwdoublematrix3x3property.cpp.
References m_Default.
|
slot |
Definition at line 83 of file cctwdoublematrix3x3property.cpp.
Referenced by linkTo().
|
slot |
Definition at line 90 of file cctwdoublematrix3x3property.cpp.
References m_Value, subValueChanged(), value(), and valueChanged().
|
slot |
Definition at line 66 of file cctwdoublematrix3x3property.cpp.
References toString().
Referenced by incValue(), linkTo(), and resetValue().
|
slot |
Definition at line 124 of file cctwdoublematrix3x3property.cpp.
References m_Value, subValueChanged(), toString(), and valueChanged().
double CctwDoubleMatrix3x3Property::subValue | ( | int | row, |
int | col | ||
) | const |
Definition at line 59 of file cctwdoublematrix3x3property.cpp.
References m_Value.
Referenced by linkTo().
|
signal |
Referenced by linkTo(), setSubValue(), and setValue().
|
static |
Definition at line 177 of file cctwdoublematrix3x3property.cpp.
Referenced by CctwScriptEngine::CctwScriptEngine().
QString CctwDoubleMatrix3x3Property::toString | ( | const CctwDoubleMatrix3x3 & | mat | ) |
Definition at line 105 of file cctwdoublematrix3x3property.cpp.
Referenced by setValue().
CctwDoubleMatrix3x3 CctwDoubleMatrix3x3Property::value | ( | ) | const |
Definition at line 45 of file cctwdoublematrix3x3property.cpp.
References m_Value.
Referenced by setSubValue().
|
signal |
Referenced by setSubValue(), and setValue().
|
private |
Definition at line 44 of file cctwdoublematrix3x3property.h.
Referenced by CctwDoubleMatrix3x3Property(), defaultValue(), and setDefaultValue().
|
private |
Definition at line 45 of file cctwdoublematrix3x3property.h.
Referenced by CctwDoubleMatrix3x3Property(), incValue(), setSubValue(), setValue(), subValue(), and value().