24 QVariant
value(
const QString& key,
const QVariant& defaultValue = QVariant())
const;
38 PathKey compilePathKey(
const QString& key)
const;
40 QJsonValue getPathValue(
const PathKey& pathKey)
const;
41 void setPathValue(
const PathKey& pathKey,
const QJsonValue& value);
42 void clearPath(
const PathKey& pathKey);
45 static QString fileName;
46 static int instanceCount;
47 static QJsonObject data;
50 static const QString ByteArrayMarker;
#define XXCORE_DECLSPEC
Definition XXCoreExportDef.h:11
void clearValue(const QString &key)
void setJsonValue(const QString &key, const QJsonValue &value)
QJsonValue jsonValue(const QString &key) const
static QString compileFileName()
QVariant value(const QString &key, const QVariant &defaultValue=QVariant()) const
void setValue(const QString &key, const QVariant &value)
Definition XXPopulatedAbstract.h:11