qse
0.5.4
|
#include <qsedoubleparametereditor.h>
Public Member Functions | |
QseDoubleParameterEditor (QseOperatorEditor *ed, QseDoubleParameter *param, QObject *parent=0) | |
Public Member Functions inherited from QseParameterEditor | |
QseParameterEditor (QseOperatorEditor *ed, QseParameter *param, QObject *parent=0) | |
void | setEditors (QPushButton *apply, QPushButton *cancel) |
virtual bool | editorValidate ()=0 |
virtual void | editorApply ()=0 |
virtual void | editorCancel ()=0 |
Protected Attributes | |
QseDoubleParameter * | m_DoubleParameter |
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 8 of file qsedoubleparametereditor.h.
QseDoubleParameterEditor::QseDoubleParameterEditor | ( | QseOperatorEditor * | ed, |
QseDoubleParameter * | param, | ||
QObject * | parent = 0 |
||
) |
Definition at line 5 of file qsedoubleparametereditor.cpp.
|
protected |
Definition at line 17 of file qsedoubleparametereditor.h.