QXRD
0.11.16
|
#include <qcepproperty.h>
Public Slots | |
void | setText (QString value, int index) |
void | setText () |
Signals | |
void | textEdited (QString value, int index) |
Public Member Functions | |
QcepStringPropertyTextEditHelper (QTextEdit *textEdit, QcepStringProperty *property) | |
void | connect () |
Private Attributes | |
QTextEdit * | m_TextEdit |
QcepStringProperty * | m_Property |
Definition at line 309 of file qcepproperty.h.
QcepStringPropertyTextEditHelper::QcepStringPropertyTextEditHelper | ( | QTextEdit * | textEdit, |
QcepStringProperty * | property | ||
) |
Definition at line 1533 of file qcepproperty.cpp.
void QcepStringPropertyTextEditHelper::connect | ( | ) |
Definition at line 1540 of file qcepproperty.cpp.
References CONNECT_CHECK, m_TextEdit, and setText().
|
slot |
Definition at line 1545 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::index(), m_Property, m_TextEdit, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), and QcepByteArrayProperty::value().
|
slot |
Definition at line 1567 of file qcepproperty.cpp.
References QcepProperty::debug(), DEBUG_PROPERTIES, QcepProperty::incIndex(), m_Property, m_TextEdit, QcepProperty::name(), QcepProperty::printMessage(), qcepDebug(), textEdited(), and QcepByteArrayProperty::value().
Referenced by connect().
|
signal |
|
private |
Definition at line 325 of file qcepproperty.h.
Referenced by setText().
|
private |
Definition at line 324 of file qcepproperty.h.