Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
inputs
torcsysteminputs.h
Go to the documentation of this file.
1
#ifndef TORCSYSTEMINPUTS_H
2
#define TORCSYSTEMINPUTS_H
3
4
// Torc
5
#include "
torccentral.h
"
6
#include "
torcinput.h
"
7
8
#define SYSTEM_INPUTS_STRING QStringLiteral("system")
9
10
class
TorcSystemInputs
final :
public
TorcDeviceHandler
11
{
12
public
:
13
TorcSystemInputs
();
14
15
static
TorcSystemInputs
*
gSystemInputs
;
16
17
void
Create
(
const
QVariantMap &Details)
override
;
18
void
Destroy
(
void
)
override
;
19
20
private
:
21
QMap<QString,TorcInput*> m_inputs;
22
};
23
24
#endif // TORCSYSTEMINPUTS_H
TorcSystemInputs::gSystemInputs
static TorcSystemInputs * gSystemInputs
Definition:
torcsysteminputs.h:15
TorcSystemInputs::Create
void Create(const QVariantMap &Details) override
Definition:
torcsysteminputs.cpp:38
torcinput.h
TorcDeviceHandler
Definition:
torcdevicehandler.h:10
TorcSystemInputs
Definition:
torcsysteminputs.h:10
torccentral.h
TorcSystemInputs::Destroy
void Destroy(void) override
Definition:
torcsysteminputs.cpp:74
TorcSystemInputs::TorcSystemInputs
TorcSystemInputs()
Definition:
torcsysteminputs.cpp:32
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11