|
Torc
0.1
|
#include <torcdevice.h>
Public Slots | |
| virtual void | SetValue (double Value) |
| virtual void | SetValid (bool Valid) |
| bool | GetValid (void) |
| double | GetValue (void) |
| double | GetDefaultValue (void) |
| QString | GetModelId (void) |
| QString | GetUniqueId (void) |
| QString | GetUserName (void) |
| QString | GetUserDescription (void) |
Signals | |
| void | ValidChanged (bool Valid) |
| void | ValueChanged (double Value) |
Protected Member Functions | |
| virtual | ~TorcDevice () |
Protected Attributes | |
| double | value |
| double | defaultValue |
| QString | modelId |
| QString | uniqueId |
| QString | userName |
| QString | userDescription |
| QMutex | lock |
| bool | wasInvalid |
Protected Attributes inherited from TorcReferenceCounter | |
| QAtomicInt | m_refCount |
Static Protected Attributes | |
| static QHash< QString, TorcDevice * > * | gDeviceList = new QHash<QString,TorcDevice*>() |
| static QMutex * | gDeviceListLock = new QMutex(QMutex::Recursive) |
Static Protected Attributes inherited from TorcReferenceCounter | |
| static bool | m_eventLoopEnding = false |
Properties | |
| bool | valid |
Friends | |
| class | TorcCentral |
Additional Inherited Members | |
Public Member Functions inherited from TorcReferenceCounter | |
| TorcReferenceCounter (void) | |
| virtual | ~TorcReferenceCounter (void)=default |
| void | UpRef (void) |
| virtual bool | DownRef (void) |
| bool | IsShared (void) |
Static Public Member Functions inherited from TorcReferenceCounter | |
| static void | EventLoopEnding (bool Ending) |
Definition at line 19 of file torcdevice.h.
|
protectedvirtual |
Definition at line 69 of file torcdevice.cpp.
|
slot |
Definition at line 149 of file torcdevice.cpp.
|
slot |
Definition at line 156 of file torcdevice.cpp.
|
slot |
Definition at line 162 of file torcdevice.cpp.
|
slot |
Definition at line 175 of file torcdevice.cpp.
|
slot |
Definition at line 168 of file torcdevice.cpp.
|
slot |
Definition at line 135 of file torcdevice.cpp.
|
slot |
Definition at line 142 of file torcdevice.cpp.
|
virtualslot |
Reimplemented in TorcControl.
Definition at line 101 of file torcdevice.cpp.
|
virtualslot |
Reimplemented in TorcControl.
Definition at line 115 of file torcdevice.cpp.
|
signal |
|
signal |
|
friend |
Definition at line 21 of file torcdevice.h.
|
protected |
Definition at line 61 of file torcdevice.h.
|
staticprotected |
Definition at line 68 of file torcdevice.h.
|
staticprotected |
Definition at line 69 of file torcdevice.h.
|
protected |
Definition at line 66 of file torcdevice.h.
|
protected |
Definition at line 62 of file torcdevice.h.
|
protected |
Definition at line 63 of file torcdevice.h.
|
protected |
Definition at line 65 of file torcdevice.h.
|
protected |
Definition at line 64 of file torcdevice.h.
|
protected |
Definition at line 60 of file torcdevice.h.
|
protected |
Definition at line 71 of file torcdevice.h.
|
read |
Definition at line 24 of file torcdevice.h.
1.8.11