QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setText (QString value, int index) |
void | setText (QString value) |
Signals | |
void | textEdited (QString value, int index) |
Public Member Functions | |
QcepStringPropertyLineEditHelper (QLineEdit *lineEdit, QcepStringProperty *property) | |
void | connect () |
Private Attributes | |
QLineEdit * | m_LineEdit |
QcepStringProperty * | m_Property |
Definition at line 290 of file qcepproperty.h.
QcepStringPropertyLineEditHelper::QcepStringPropertyLineEditHelper | ( | QLineEdit * | lineEdit, |
QcepStringProperty * | property | ||
) |
Definition at line 1489 of file qcepproperty.cpp.
void QcepStringPropertyLineEditHelper::connect | ( | ) |
Definition at line 1496 of file qcepproperty.cpp.
References CONNECT_CHECK, m_LineEdit, setText(), and textEdited().
|
slot |
Definition at line 1501 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_LineEdit, m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
Referenced by connect().
|
slot |
Definition at line 1523 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_Property, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and textEdited().
|
signal |
|
private |
Definition at line 305 of file qcepproperty.h.
|
private |
Definition at line 306 of file qcepproperty.h.
Referenced by setText().