|
XX CMake Package
|
manage application settings More...
#include <XXSettings.h>
manage application settings
Public Member Functions | |
| Settings () | |
| ~Settings () | |
| void | setValue (const QString &key, const QVariant &value) |
| QVariant | value (const QString &key, const QVariant &defaultValue=QVariant()) const |
| void | clearValue (const QString &key) |
| void | setJsonValue (const QString &key, const QJsonValue &value) |
| QJsonValue | jsonValue (const QString &key) const |
Static Public Member Functions | |
| static QString | compileFileName () |
| XX::Settings::Settings | ( | ) |
| XX::Settings::~Settings | ( | ) |
| void XX::Settings::clearValue | ( | const QString & | key | ) |
|
static |
| QJsonValue XX::Settings::jsonValue | ( | const QString & | key | ) | const |
| void XX::Settings::setJsonValue | ( | const QString & | key, |
| const QJsonValue & | value ) |
| void XX::Settings::setValue | ( | const QString & | key, |
| const QVariant & | value ) |
| QVariant XX::Settings::value | ( | const QString & | key, |
| const QVariant & | defaultValue = QVariant() ) const |