Qt 4.8
|
#include <qsettings_p.h>
Public Functions | |
QStringList | children (const QString &prefix, ChildSpec spec) const |
void | clear () |
QString | fileName () const |
void | flush () |
bool | get (const QString &key, QVariant *value) const |
bool | isWritable () const |
QConfFileSettingsPrivate (QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | |
QConfFileSettingsPrivate (const QString &fileName, QSettings::Format format) | |
void | remove (const QString &key) |
void | set (const QString &key, const QVariant &value) |
void | sync () |
~QConfFileSettingsPrivate () | |
Public Functions inherited from QSettingsPrivate | |
QString | actualKey (const QString &key) const |
void | beginGroupOrArray (const QSettingsGroup &group) |
QSettingsPrivate (QSettings::Format format) | |
QSettingsPrivate (QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application) | |
void | requestUpdate () |
void | setStatus (QSettings::Status status) const |
void | update () |
virtual | ~QSettingsPrivate () |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Private Functions | |
void | ensureAllSectionsParsed (QConfFile *confFile) const |
void | ensureSectionParsed (QConfFile *confFile, const QSettingsKey &key) const |
void | initAccess () |
void | initFormat () |
bool | readPlistFile (const QString &fileName, ParsedSettingsMap *map) const |
void | syncConfFile (int confFileNo) |
bool | writeIniFile (QIODevice &device, const ParsedSettingsMap &map) |
bool | writePlistFile (const QString &fileName, const ParsedSettingsMap &map) const |
Definition at line 273 of file qsettings_p.h.
QConfFileSettingsPrivate::QConfFileSettingsPrivate | ( | QSettings::Format | format, |
QSettings::Scope | scope, | ||
const QString & | organization, | ||
const QString & | application | ||
) |
Definition at line 1150 of file qsettings.cpp.
QConfFileSettingsPrivate::QConfFileSettingsPrivate | ( | const QString & | fileName, |
QSettings::Format | format | ||
) |
Definition at line 1199 of file qsettings.cpp.
QConfFileSettingsPrivate::~QConfFileSettingsPrivate | ( | ) |
Definition at line 1211 of file qsettings.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 1317 of file qsettings.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 1357 of file qsettings.cpp.
|
private |
Definition at line 1970 of file qsettings.cpp.
Referenced by children(), clear(), and syncConfFile().
|
private |
Definition at line 1982 of file qsettings.cpp.
Referenced by children(), get(), and remove().
|
virtual |
Implements QSettingsPrivate.
Definition at line 1388 of file qsettings.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 1383 of file qsettings.cpp.
Implements QSettingsPrivate.
Definition at line 1284 of file qsettings.cpp.
|
private |
Definition at line 1012 of file qsettings.cpp.
Referenced by QConfFileSettingsPrivate().
|
private |
Definition at line 986 of file qsettings.cpp.
Referenced by QConfFileSettingsPrivate().
|
virtual |
Implements QSettingsPrivate.
Definition at line 1396 of file qsettings.cpp.
|
static |
Definition at line 1727 of file qsettings.cpp.
Referenced by syncConfFile().
|
static |
Definition at line 1659 of file qsettings.cpp.
Referenced by readIniFile(), and readIniSection().
|
static |
Definition at line 1792 of file qsettings.cpp.
Referenced by ensureAllSectionsParsed(), and ensureSectionParsed().
|
private |
Definition at line 677 of file qsettings_mac.cpp.
Referenced by syncConfFile().
|
virtual |
Implements QSettingsPrivate.
Definition at line 1245 of file qsettings.cpp.
Implements QSettingsPrivate.
Definition at line 1272 of file qsettings.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 1369 of file qsettings.cpp.
Referenced by flush().
|
private |
Definition at line 1408 of file qsettings.cpp.
Referenced by sync().
|
private |
Definition at line 1881 of file qsettings.cpp.
Referenced by syncConfFile().
|
private |
Definition at line 709 of file qsettings_mac.cpp.
Referenced by syncConfFile().
|
private |
Definition at line 315 of file qsettings_p.h.
Referenced by children(), get(), remove(), set(), and syncConfFile().
|
private |
Definition at line 311 of file qsettings_p.h.
Referenced by children(), clear(), fileName(), get(), isWritable(), QConfFileSettingsPrivate(), remove(), set(), sync(), syncConfFile(), and ~QConfFileSettingsPrivate().
|
private |
Definition at line 314 of file qsettings_p.h.
Referenced by QConfFileSettingsPrivate().
|
private |
Definition at line 316 of file qsettings_p.h.
Referenced by set().
|
private |
Definition at line 312 of file qsettings_p.h.
Referenced by syncConfFile().
|
private |
Definition at line 313 of file qsettings_p.h.
Referenced by isWritable(), and syncConfFile().