Inheritance diagram for SettingsProvider:Public Member Functions | |
| virtual QStringList | allKeys () const =0 |
| virtual QStringList | allSections () const =0 |
| void | copyFrom (const SettingsProvider &other) |
| Copies all settings from 'other' to 'this'. | |
| virtual bool | hasKey (const QString &key) const =0 |
| virtual void | remove (const QString &key)=0 |
| virtual void | setValue (const QString &key, const QVariant &value)=0 |
| virtual QVariant | value (const QString &key, QVariant defValue=QVariant()) const =0 |
Definition at line 48 of file settingsprovider.h.
| void SettingsProvider::copyFrom | ( | const SettingsProvider & | other | ) |
Copies all settings from 'other' to 'this'.
Duplicate settings are replaced.
Definition at line 51 of file settingsprovider.cpp.