qse  0.5.4
qseenumparametereditor.h
Go to the documentation of this file.
1 #ifndef QSEENUMPARAMETEREDITOR_H
2 #define QSEENUMPARAMETEREDITOR_H
3 
4 #include "qseparametereditor.h"
5 
6 class QseEnumParameter;
7 class QComboBox;
8 class QPushButton;
9 
11 {
12  Q_OBJECT;
13 
14  public:
16  (QseOperatorEditor* ed, QseEnumParameter* param, QObject* parent=0);
17 
18  void setEditors(QComboBox* combo,
19  QPushButton* apply,
20  QPushButton* cancel);
21 
22  virtual bool editorValidate();
23  virtual void editorApply();
24  virtual void editorCancel();
25 
26  protected:
28  QComboBox* m_ComboBox;
29 };
30 
31 #endif
QseEnumParameterEditor(QseOperatorEditor *ed, QseEnumParameter *param, QObject *parent=0)
void setEditors(QComboBox *combo, QPushButton *apply, QPushButton *cancel)
QseEnumParameter * m_EnumParameter