Torc
0.1
|
#include "torclocalcontext.h"
Go to the source code of this file.
Classes | |
class | TorcUPNPDescription |
class | TorcUPNP |
Macros | |
#define | TORC_ROOT_UPNP_DEVICE QStringLiteral("urn:schemas-torcapp-org:device:TorcClient:1") |
#define | _UUID "uuid" |
#define | _APIVERSION "apiversion" |
#define | _PRIORITY "priority" |
#define | _STARTTIME "starttime" |
#define | _SECURE "secure" |
#define | TORC_UUID QStringLiteral(_UUID) |
#define | TORC_NAME QStringLiteral("name") |
#define | TORC_PORT QStringLiteral("port") |
#define | TORC_APIVERSION QStringLiteral(_APIVERSION) |
#define | TORC_PRIORITY QStringLiteral(_PRIORITY) |
#define | TORC_STARTTIME QStringLiteral(_STARTTIME) |
#define | TORC_ADDRESS QStringLiteral("address") |
#define | TORC_SECURE QStringLiteral(_SECURE) |
#define | TORC_USN QStringLiteral("usn") |
#define | TORC_YES QStringLiteral("yes") |
#define | TORC_UUID_B QByteArrayLiteral(_UUID) |
#define | TORC_APIVERSION_B QByteArrayLiteral(_APIVERSION) |
#define | TORC_PRIORITY_B QByteArrayLiteral(_PRIORITY) |
#define | TORC_STARTTIME_B QByteArrayLiteral(_STARTTIME) |
#define | TORC_SECURE_B QByteArrayLiteral(_SECURE) |
#define _APIVERSION "apiversion" |
Definition at line 10 of file torcupnp.h.
#define _PRIORITY "priority" |
Definition at line 11 of file torcupnp.h.
#define _SECURE "secure" |
Definition at line 13 of file torcupnp.h.
#define _STARTTIME "starttime" |
Definition at line 12 of file torcupnp.h.
#define _UUID "uuid" |
Definition at line 9 of file torcupnp.h.
#define TORC_ADDRESS QStringLiteral("address") |
Definition at line 21 of file torcupnp.h.
#define TORC_APIVERSION QStringLiteral(_APIVERSION) |
Definition at line 18 of file torcupnp.h.
#define TORC_APIVERSION_B QByteArrayLiteral(_APIVERSION) |
Definition at line 27 of file torcupnp.h.
#define TORC_NAME QStringLiteral("name") |
Definition at line 16 of file torcupnp.h.
#define TORC_PORT QStringLiteral("port") |
Definition at line 17 of file torcupnp.h.
#define TORC_PRIORITY QStringLiteral(_PRIORITY) |
Definition at line 19 of file torcupnp.h.
#define TORC_PRIORITY_B QByteArrayLiteral(_PRIORITY) |
Definition at line 28 of file torcupnp.h.
#define TORC_ROOT_UPNP_DEVICE QStringLiteral("urn:schemas-torcapp-org:device:TorcClient:1") |
Definition at line 7 of file torcupnp.h.
#define TORC_SECURE QStringLiteral(_SECURE) |
Definition at line 22 of file torcupnp.h.
#define TORC_SECURE_B QByteArrayLiteral(_SECURE) |
Definition at line 30 of file torcupnp.h.
#define TORC_STARTTIME QStringLiteral(_STARTTIME) |
Definition at line 20 of file torcupnp.h.
#define TORC_STARTTIME_B QByteArrayLiteral(_STARTTIME) |
Definition at line 29 of file torcupnp.h.
#define TORC_USN QStringLiteral("usn") |
Definition at line 23 of file torcupnp.h.
#define TORC_UUID QStringLiteral(_UUID) |
Definition at line 15 of file torcupnp.h.
#define TORC_UUID_B QByteArrayLiteral(_UUID) |
Definition at line 26 of file torcupnp.h.
#define TORC_YES QStringLiteral("yes") |
Definition at line 24 of file torcupnp.h.