DtkDeclarative
DTK Declarative module
|
Public 槽 | |
QVariant | value (const QString &key, const QVariant &fallback=QVariant()) const |
void | setValue (const QString &key, const QVariant &value) |
void | resetValue (const QString &key) |
QStringList | keyList () const |
bool | isValid () const |
bool | isDefaultValue (const QString &key) const |
信号 | |
void | valueChanged (const QString &key, const QVariant &value) |
void | initialized () |
Public 成员函数 | |
DConfigWrapper (QObject *parent=nullptr) | |
QString | name () const |
void | setName (const QString &name) |
QString | subpath () const |
void | setSubpath (const QString &subpath) |
bool | async () const |
void | setAsync (bool newAsync) |
属性 | |
QString | name |
QString | subpath |
bool | async |
|
slot |
|
slot |
QString DConfigWrapper::name | ( | ) | const |
|
slot |
QString DConfigWrapper::subpath | ( | ) | const |
|
slot |