Torc  0.1
torcsysteminput.h
Go to the documentation of this file.
1 #ifndef TORCSYSTEMINPUT_H
2 #define TORCSYSTEMINPUT_H
3 
4 // Torc
5 #include "torcinput.h"
6 
7 class TorcSystemInput final : public TorcInput
8 {
9  Q_OBJECT
10 
11  public:
12  TorcSystemInput(double Value, const QVariantMap &Details);
14 
15  TorcInput::Type GetType (void) override;
16  QStringList GetDescription (void) override;
17 
18  public slots:
19  bool event (QEvent *Event) override;
20 
21  private:
22  uint m_shutdownDelay;
23 };
24 
25 #endif // TORCSYSTEMINPUT_H
TorcInput::Type GetType(void) override
QStringList GetDescription(void) override
TorcSystemInput(double Value, const QVariantMap &Details)
bool event(QEvent *Event) override