Torc  0.1
torcnetworkintegerinput.h
Go to the documentation of this file.
1 #ifndef TORCNETWORKINTEGERINPUT_H
2 #define TORCNETWORKINTEGERINPUT_H
3 
4 // Torc
5 #include "torcintegerinput.h"
6 
8 {
9  Q_OBJECT
10  public:
11  TorcNetworkIntegerInput(double Default, const QVariantMap &Details);
12  ~TorcNetworkIntegerInput() = default;
13 
14  QStringList GetDescription (void) override;
15  void Start (void) override;
16 };
17 
18 #endif // TORCNETWORKINTEGERINPUT_H
TorcNetworkIntegerInput(double Default, const QVariantMap &Details)
~TorcNetworkIntegerInput()=default
QStringList GetDescription(void) override