QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setValue (QString value, int index) |
void | setCurrentIndex (int current) |
Signals | |
void | valueChanged (QString value, int index) |
Public Member Functions | |
QcepStringPropertyComboBoxHelper (QComboBox *comboBox, QcepStringProperty *property) | |
void | connect () |
Private Attributes | |
QComboBox * | m_ComboBox |
QcepStringProperty * | m_Property |
Definition at line 271 of file qcepproperty.h.
QcepStringPropertyComboBoxHelper::QcepStringPropertyComboBoxHelper | ( | QComboBox * | comboBox, |
QcepStringProperty * | property | ||
) |
Definition at line 1579 of file qcepproperty.cpp.
void QcepStringPropertyComboBoxHelper::connect | ( | ) |
Definition at line 1586 of file qcepproperty.cpp.
References CONNECT_CHECK, m_ComboBox, and setCurrentIndex().
|
slot |
Definition at line 1616 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_ComboBox, m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), QcepByteArrayProperty::value(), and valueChanged().
Referenced by connect().
|
slot |
Definition at line 1591 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_ComboBox, m_Property, QcepProperty::name(), QcepProperty::printMessage(), and qcepDebug().
|
signal |
|
private |
Definition at line 286 of file qcepproperty.h.
Referenced by connect(), setCurrentIndex(), and setValue().
|
private |
Definition at line 287 of file qcepproperty.h.
Referenced by setCurrentIndex(), and setValue().