QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setCurrentIndex (int value, int index) |
void | setCurrentIndex (int value) |
Signals | |
void | currentIndexChanged (int value, int index) |
Public Member Functions | |
QcepIntPropertyComboBoxHelper (QComboBox *comboBox, QcepIntProperty *property) | |
void | connect () |
Private Attributes | |
QComboBox * | m_ComboBox |
QcepIntProperty * | m_Property |
Definition at line 180 of file qcepproperty.h.
QcepIntPropertyComboBoxHelper::QcepIntPropertyComboBoxHelper | ( | QComboBox * | comboBox, |
QcepIntProperty * | property | ||
) |
Definition at line 1130 of file qcepproperty.cpp.
void QcepIntPropertyComboBoxHelper::connect | ( | ) |
Definition at line 1137 of file qcepproperty.cpp.
References CONNECT_CHECK, currentIndexChanged(), m_ComboBox, and setCurrentIndex().
Referenced by QcepIntProperty::linkTo().
|
signal |
|
slot |
Definition at line 1142 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_ComboBox, m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
Referenced by connect().
|
slot |
Definition at line 1164 of file qcepproperty.cpp.
References currentIndexChanged(), QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_Property, QcepProperty::name(), QcepProperty::printMessage(), and qcepDebug().
|
private |
Definition at line 195 of file qcepproperty.h.
Referenced by connect(), and setCurrentIndex().
|
private |
Definition at line 196 of file qcepproperty.h.
Referenced by setCurrentIndex().