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