30#include "deconz/declspec.h"
44 ApplicationsDataLocation,
55QString DECONZ_DLLSPEC
appArgumentString(
const QString &arg,
const QString &defaultValue);
56QString DECONZ_DLLSPEC jsonStringFromMap(
const QVariantMap &map);
57QString DECONZ_DLLSPEC jsonStringFromList(
const QVariantList &ls);
58QString DECONZ_DLLSPEC getStorageLocation(StorageLocation location);
59bool DECONZ_DLLSPEC isVirtualMachine();
62#define U_INVALID_UNICODE_CODEPOINT 0x20000000
66DECONZ_DLLSPEC
const char *
U_utf8_codepoint(
const char *text,
unsigned *codepoint);
int DECONZ_DLLSPEC appArgumentNumeric(const QString &arg, int defaultValue)
Get the value of a commandline argument.
Definition util.cpp:104
QString DECONZ_DLLSPEC appArgumentString(const QString &arg, const QString &defaultValue)
Get the value of a commandline argument.
Definition util.cpp:153
The deCONZ namespace.
Definition aps.cpp:19
DECONZ_DLLSPEC const char * U_utf8_codepoint(const char *text, unsigned *codepoint)
Convert utf-8 to unicode code point.
Definition util.cpp:447