|
| DConfigInfo (const DConfigInfo &other) |
|
DConfigInfo | operator= (const DConfigInfo &other) |
|
DConfigFile::Visibility | visibility (const QString &key) const |
|
DConfigFile::Permissions | permissions (const QString &key) const |
|
DConfigFile::Flags | flags (const QString &key) const |
|
QString | displayName (const QString &key, const QLocale &locale) const |
|
QString | description (const QString &key, const QLocale &locale) const |
|
QVariant | value (const QString &key) const |
|
int | serial (const QString &key) const |
|
void | setValue (const QString &key, const QVariant &value) |
|
void | setSerial (const QString &key, const int &value) |
|
void | setTime (const QString &key, const QString &value) |
|
void | setUser (const QString &key, const uint &value) |
|
void | setAppId (const QString &key, const QString &value) |
|
QStringList | keyList () const |
|
void | remove (const QString &key) |
|
bool | update (const QString &key, const QVariantHash &value) |
|
bool | updateValue (const QString &key, const QJsonValue &value) |
|
void | updateSerial (const QString &key, const QJsonValue &value) |
|
void | updatePermissions (const QString &key, const QJsonValue &value) |
|
QJsonObject | content () const |
|