![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
RegistryKey (HKEY parent_handle=0, const QString &key=QString(), bool read_only=true, REGSAM access=0) | |
QString | key () const |
HKEY | handle () const |
HKEY | parentHandle () const |
bool | readOnly () const |
void | close () |
Definition at line 278 of file qsettings_win.cpp.
RegistryKey::RegistryKey | ( | HKEY | parent_handle = 0 , |
const QString & | key = QString() , |
||
bool | read_only = true , |
||
REGSAM | access = 0 |
||
) |
Definition at line 295 of file qsettings_win.cpp.
void RegistryKey::close | ( | ) |
Definition at line 332 of file qsettings_win.cpp.
HKEY RegistryKey::handle | ( | ) | const |
Definition at line 309 of file qsettings_win.cpp.
References createOrOpenKey(), and openKey().
Referenced by QWinSettingsPrivate::writeHandle().
QString RegistryKey::key | ( | ) | const |
Definition at line 304 of file qsettings_win.cpp.
Referenced by QWinSettingsPrivate::~QWinSettingsPrivate(), and QWinSettingsPrivate::fileName().
HKEY RegistryKey::parentHandle | ( | ) | const |
Definition at line 322 of file qsettings_win.cpp.
bool RegistryKey::readOnly | ( | ) | const |
Definition at line 327 of file qsettings_win.cpp.