qse  0.5.4
qseintparameter.h
Go to the documentation of this file.
1 #ifndef QSEINTPARAMETER_H
2 #define QSEINTPARAMETER_H
3 
4 #include "qseparameter.h"
5 
7 {
8  Q_OBJECT;
9 
10  public:
11  QseIntParameter(QseOperator* op, const QString& name, QObject* parent=0);
12 };
13 
14 #endif
QString name() const
QseIntParameter(QseOperator *op, const QString &name, QObject *parent=0)