qse
0.5.4
|
#include <qseintparametereditor.h>
Public Member Functions | |
QseIntParameterEditor (QseOperatorEditor *ed, QseIntParameter *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 | |
QseIntParameter * | m_IntParameter |
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 10 of file qseintparametereditor.h.
QseIntParameterEditor::QseIntParameterEditor | ( | QseOperatorEditor * | ed, |
QseIntParameter * | param, | ||
QObject * | parent = 0 |
||
) |
Definition at line 9 of file qseintparametereditor.cpp.
|
virtual |
Implements QseParameterEditor.
Definition at line 36 of file qseintparametereditor.cpp.
References m_LineEdit, QseParameterEditor::m_Parameter, and QseParameter::setValue().
|
virtual |
Implements QseParameterEditor.
Definition at line 48 of file qseintparametereditor.cpp.
References m_LineEdit, QseParameterEditor::m_Parameter, and QseParameter::value().
|
virtual |
Implements QseParameterEditor.
Definition at line 28 of file qseintparametereditor.cpp.
References m_LineEdit.
void QseIntParameterEditor::setEditors | ( | QLineEdit * | value, |
QPushButton * | apply, | ||
QPushButton * | cancel | ||
) |
Definition at line 17 of file qseintparametereditor.cpp.
References QseParameterEditor::setEditors().
|
protected |
Definition at line 27 of file qseintparametereditor.h.
|
protected |
Definition at line 28 of file qseintparametereditor.h.
Referenced by editorApply(), editorCancel(), and editorValidate().