qse  0.5.4
qseenumparameter.h
Go to the documentation of this file.
1 #ifndef QSEENUMPARAMETER_H
2 #define QSEENUMPARAMETER_H
3 
4 #include <QString>
5 #include <QStringList>
6 #include "qseparameter.h"
7 
9 {
10  Q_OBJECT;
11 
12  public:
14  const QStringList& vals,
15  const QString& name,
16  QObject* parent=0);
17 
18  QStringList values();
19 
20  private:
21  QStringList m_Values;
22 };
23 
24 #endif
QStringList m_Values
QString name() const
QseEnumParameter(QseOperator *op, const QStringList &vals, const QString &name, QObject *parent=0)
QStringList values()