Torc  0.1
torcintegerinput.h
Go to the documentation of this file.
1 #ifndef TORCINTEGERINPUT_H
2 #define TORCINTEGERINPUT_H
3 
4 // Torc
5 #include "torcinput.h"
6 
7 class TorcIntegerInput : public TorcInput
8 {
9  Q_OBJECT
10 
11  public:
12  TorcIntegerInput(double Value, const QString &ModelId, const QVariantMap &Details);
13  virtual ~TorcIntegerInput() = default;
14 
15  QStringList GetDescription (void) override;
16  TorcInput::Type GetType (void) override;
17  void Start (void) override;
18 };
19 
20 #endif // TORCINTEGERINPUT_H
QStringList GetDescription(void) override
TorcIntegerInput(double Value, const QString &ModelId, const QVariantMap &Details)
virtual ~TorcIntegerInput()=default
void Start(void) override
TorcInput::Type GetType(void) override