|
Torc
0.1
|
#include <QHash>#include <QMutex>#include <QString>#include <QObject>#include "torcreferencecounted.h"#include "torcdevicehandler.h"Go to the source code of this file.
Classes | |
| class | TorcDevice |
Macros | |
| #define | NETWORK_DEVICE_STRING QStringLiteral("network") |
| #define | CONSTANT_DEVICE_STRING QStringLiteral("constant") |
| #define | DEVICE_LINE_ITEM QStringLiteral("|<FONT POINT-SIZE=\"10\">%1</FONT>") |
| #define | DEVICE_CONSTANT QStringLiteral("Constant") |
| #define CONSTANT_DEVICE_STRING QStringLiteral("constant") |
Definition at line 15 of file torcdevice.h.
| #define DEVICE_CONSTANT QStringLiteral("Constant") |
Definition at line 17 of file torcdevice.h.
| #define DEVICE_LINE_ITEM QStringLiteral("|<FONT POINT-SIZE=\"10\">%1</FONT>") |
Definition at line 16 of file torcdevice.h.
| #define NETWORK_DEVICE_STRING QStringLiteral("network") |
Definition at line 14 of file torcdevice.h.
1.8.11