Lista completa de los miembros de
AQSettings, incluyendo todos los heredados:
AQSettings() | AQSettings | [inline] |
readBoolEntry(const QString &key, bool def=false, bool *retOk=0) | FLSettings | [static] |
readDoubleEntry(const QString &key, double def=0, bool *retOk=0) | FLSettings | [static] |
readEntry(const QString &key, const QString &def=QString::null, bool *retOk=0) | FLSettings | [static] |
readListEntry(const QString &key, bool *retOk=0) | FLSettings | [static] |
readNumEntry(const QString &key, int def=0, bool *retOk=0) | FLSettings | [static] |
writeEntry(const QString &key, bool value) | FLSettings | [static] |
writeEntry(const QString &key, double value) | FLSettings | [static] |
writeEntry(const QString &key, int value) | FLSettings | [static] |
writeEntry(const QString &key, const QString &value) | FLSettings | [static] |
writeEntry(const QString &key, const QStringList &value) | FLSettings | [static] |
writeEntryList(const QString &key, const QStringList &value) | FLSettings | [static] |