Qt 4.8
|
Public Functions | |
QStringList | children (const QString &uKey, ChildSpec spec) const |
void | clear () |
QString | fileName () const |
void | flush () |
bool | get (const QString &uKey, QVariant *value) const |
bool | isWritable () const |
QWinSettingsPrivate (QSettings::Scope scope, const QString &organization, const QString &application) | |
QWinSettingsPrivate (QString rKey) | |
bool | readKey (HKEY parentHandle, const QString &rSubKey, QVariant *value) const |
void | remove (const QString &uKey) |
void | set (const QString &uKey, const QVariant &value) |
void | sync () |
HKEY | writeHandle () const |
~QWinSettingsPrivate () | |
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 |
Properties | |
bool | deleteWriteHandleOnExit |
RegistryKeyList | regList |
Definition at line 378 of file qsettings_win.cpp.
QWinSettingsPrivate::QWinSettingsPrivate | ( | QSettings::Scope | scope, |
const QString & | organization, | ||
const QString & | application | ||
) |
Definition at line 403 of file qsettings_win.cpp.
Referenced by QSettingsPrivate::create(), and isWritable().
QWinSettingsPrivate::QWinSettingsPrivate | ( | QString | rKey | ) |
Definition at line 431 of file qsettings_win.cpp.
QWinSettingsPrivate::~QWinSettingsPrivate | ( | ) |
Definition at line 568 of file qsettings_win.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 760 of file qsettings_win.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 791 of file qsettings_win.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 807 of file qsettings_win.cpp.
|
virtual |
Implements QSettingsPrivate.
Definition at line 802 of file qsettings_win.cpp.
Implements QSettingsPrivate.
Definition at line 744 of file qsettings_win.cpp.
|
virtual |
bool QWinSettingsPrivate::readKey | ( | HKEY | parentHandle, |
const QString & | rSubKey, | ||
QVariant * | value | ||
) | const |
Definition at line 459 of file qsettings_win.cpp.
Referenced by get().
|
virtual |
Implements QSettingsPrivate.
Definition at line 587 of file qsettings_win.cpp.
Implements QSettingsPrivate.
Definition at line 646 of file qsettings_win.cpp.
|
virtual |
HKEY QWinSettingsPrivate::writeHandle | ( | ) | const |
Definition at line 558 of file qsettings_win.cpp.
Referenced by isWritable(), remove(), set(), sync(), and ~QWinSettingsPrivate().
|
private |
Definition at line 400 of file qsettings_win.cpp.
Referenced by clear(), QWinSettingsPrivate(), set(), and ~QWinSettingsPrivate().
|
private |
Definition at line 399 of file qsettings_win.cpp.
Referenced by children(), fileName(), get(), QWinSettingsPrivate(), writeHandle(), and ~QWinSettingsPrivate().