Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
inputs
torcswitchinput.h
Go to the documentation of this file.
1
#ifndef TORCSWITCHINPUT_H
2
#define TORCSWITCHINPUT_H
3
4
// Torc
5
#include "
torcinput.h
"
6
7
class
TorcSwitchInput
:
public
TorcInput
8
{
9
Q_OBJECT
10
public
:
11
TorcSwitchInput
(
double
Default,
const
QString &ModelId,
const
QVariantMap &Details);
12
virtual
~TorcSwitchInput
() =
default
;
13
14
QStringList
GetDescription
(
void
)
override
;
15
TorcInput::Type
GetType
(
void
)
override
;
16
void
Start
(
void
)
override
;
17
double
ScaleValue
(
double
Value);
18
};
19
20
#endif // TORCSWITCHINPUT_H
TorcInput
Definition:
torcinput.h:14
TorcSwitchInput::TorcSwitchInput
TorcSwitchInput(double Default, const QString &ModelId, const QVariantMap &Details)
Definition:
torcswitchinput.cpp:26
TorcSwitchInput::~TorcSwitchInput
virtual ~TorcSwitchInput()=default
TorcSwitchInput::GetDescription
QStringList GetDescription(void) override
Definition:
torcswitchinput.cpp:31
TorcSwitchInput::GetType
TorcInput::Type GetType(void) override
Definition:
torcswitchinput.cpp:36
TorcSwitchInput::ScaleValue
double ScaleValue(double Value)
Definition:
torcswitchinput.cpp:47
torcinput.h
TorcSwitchInput::Start
void Start(void) override
Definition:
torcswitchinput.cpp:41
TorcInput::Type
Type
Definition:
torcinput.h:24
TorcSwitchInput
Definition:
torcswitchinput.h:7
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11