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