|
qse
0.5.4
|
#include <qsestringparametereditor.h>

Public Member Functions | |
| QseStringParameterEditor (QseOperatorEditor *ed, QseStringParameter *param, QObject *parent=0) | |
| void | setEditors (QLineEdit *value, QPushButton *apply, QPushButton *cancel) |
| virtual bool | editorValidate () |
| virtual void | editorApply () |
| virtual void | editorCancel () |
Public Member Functions inherited from QseParameterEditor | |
| QseParameterEditor (QseOperatorEditor *ed, QseParameter *param, QObject *parent=0) | |
| void | setEditors (QPushButton *apply, QPushButton *cancel) |
Protected Attributes | |
| QseStringParameter * | m_StringParameter |
| QLineEdit * | m_LineEdit |
Protected Attributes inherited from QseParameterEditor | |
| QseOperatorEditor * | m_OperatorEditor |
| QseParameter * | m_Parameter |
| QPushButton * | m_ApplyButton |
| QPushButton * | m_CancelButton |
Additional Inherited Members | |
Protected Slots inherited from QseParameterEditor | |
| void | editorChanged () |
Definition at line 9 of file qsestringparametereditor.h.
| QseStringParameterEditor::QseStringParameterEditor | ( | QseOperatorEditor * | ed, |
| QseStringParameter * | param, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 9 of file qsestringparametereditor.cpp.
|
virtual |
Implements QseParameterEditor.
Definition at line 33 of file qsestringparametereditor.cpp.
References m_LineEdit, QseParameterEditor::m_Parameter, and QseParameter::setValue().
|
virtual |
Implements QseParameterEditor.
Definition at line 44 of file qsestringparametereditor.cpp.
References m_LineEdit, QseParameterEditor::m_Parameter, and QseParameter::value().
|
virtual |
Implements QseParameterEditor.
Definition at line 28 of file qsestringparametereditor.cpp.
| void QseStringParameterEditor::setEditors | ( | QLineEdit * | value, |
| QPushButton * | apply, | ||
| QPushButton * | cancel | ||
| ) |
Definition at line 17 of file qsestringparametereditor.cpp.
References QseParameterEditor::setEditors().
|
protected |
Definition at line 27 of file qsestringparametereditor.h.
Referenced by editorApply(), and editorCancel().
|
protected |
Definition at line 26 of file qsestringparametereditor.h.
1.8.6