Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
inputs
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
7
class
TorcNetworkIntegerInput
final :
public
TorcIntegerInput
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
Definition:
torcnetworkintegerinput.h:7
TorcNetworkIntegerInput::Start
void Start(void) override
Definition:
torcnetworkintegerinput.cpp:36
TorcNetworkIntegerInput::TorcNetworkIntegerInput
TorcNetworkIntegerInput(double Default, const QVariantMap &Details)
Definition:
torcnetworkintegerinput.cpp:26
TorcIntegerInput
Definition:
torcintegerinput.h:7
torcintegerinput.h
TorcNetworkIntegerInput::~TorcNetworkIntegerInput
~TorcNetworkIntegerInput()=default
TorcNetworkIntegerInput::GetDescription
QStringList GetDescription(void) override
Definition:
torcnetworkintegerinput.cpp:31
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11