qse
0.5.4
|
#include <qseenumparametereditor.h>
Public Member Functions | |
QseEnumParameterEditor (QseOperatorEditor *ed, QseEnumParameter *param, QObject *parent=0) | |
void | setEditors (QComboBox *combo, 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 | |
QseEnumParameter * | m_EnumParameter |
QComboBox * | m_ComboBox |
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 qseenumparametereditor.h.
QseEnumParameterEditor::QseEnumParameterEditor | ( | QseOperatorEditor * | ed, |
QseEnumParameter * | param, | ||
QObject * | parent = 0 |
||
) |
Definition at line 10 of file qseenumparametereditor.cpp.
|
virtual |
Implements QseParameterEditor.
Definition at line 40 of file qseenumparametereditor.cpp.
References m_ComboBox, and QseParameterEditor::m_Parameter.
|
virtual |
Implements QseParameterEditor.
Definition at line 49 of file qseenumparametereditor.cpp.
References m_ComboBox, QseParameterEditor::m_Parameter, and QseParameter::value().
|
virtual |
Implements QseParameterEditor.
Definition at line 33 of file qseenumparametereditor.cpp.
void QseEnumParameterEditor::setEditors | ( | QComboBox * | combo, |
QPushButton * | apply, | ||
QPushButton * | cancel | ||
) |
Definition at line 18 of file qseenumparametereditor.cpp.
References QseParameterEditor::setEditors().
|
protected |
Definition at line 28 of file qseenumparametereditor.h.
Referenced by editorApply(), and editorCancel().
|
protected |
Definition at line 27 of file qseenumparametereditor.h.