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