![]() |
Qt 4.8
|
Public Functions | |
| void | close () |
| HKEY | handle () const |
| QString | key () const |
| HKEY | parentHandle () const |
| bool | readOnly () const |
| RegistryKey (HKEY parent_handle=0, const QString &key=QString(), bool read_only=true) | |
Properties | |
| HKEY | m_handle |
| QString | m_key |
| HKEY | m_parent_handle |
| bool | m_read_only |
Definition at line 313 of file qsettings_win.cpp.
| RegistryKey::RegistryKey | ( | HKEY | parent_handle = 0, |
| const QString & | key = QString(), |
||
| bool | read_only = true |
||
| ) |
Definition at line 329 of file qsettings_win.cpp.
| void RegistryKey::close | ( | ) |
Definition at line 365 of file qsettings_win.cpp.
| HKEY RegistryKey::handle | ( | ) | const |
Definition at line 342 of file qsettings_win.cpp.
Referenced by QWinSettingsPrivate::children(), QWinSettingsPrivate::get(), and QWinSettingsPrivate::writeHandle().
| QString RegistryKey::key | ( | ) | const |
Definition at line 337 of file qsettings_win.cpp.
Referenced by QWinSettingsPrivate::fileName(), RegistryKey(), and QWinSettingsPrivate::~QWinSettingsPrivate().
| HKEY RegistryKey::parentHandle | ( | ) | const |
| bool RegistryKey::readOnly | ( | ) | const |
|
mutableprivate |
Definition at line 324 of file qsettings_win.cpp.
Referenced by close(), handle(), and RegistryKey().
|
private |
Definition at line 325 of file qsettings_win.cpp.
Referenced by handle(), key(), and RegistryKey().
|
private |
Definition at line 323 of file qsettings_win.cpp.
Referenced by handle(), parentHandle(), and RegistryKey().
|
mutableprivate |
Definition at line 326 of file qsettings_win.cpp.
Referenced by handle(), readOnly(), and RegistryKey().