Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
RegistryKey Class Reference
Collaboration diagram for RegistryKey:

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 ()
 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 ()

Detailed Description

Definition at line 281 of file qsettings_win.cpp.

Constructor & Destructor Documentation

◆ RegistryKey() [1/2]

RegistryKey::RegistryKey ( HKEY parent_handle = 0,
const QString & key = QString(),
bool read_only = true,
REGSAM access = 0 )

Definition at line 298 of file qsettings_win.cpp.

References RegistryKey().

Referenced by RegistryKey().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegistryKey() [2/2]

RegistryKey::RegistryKey ( HKEY parent_handle = 0,
const QString & key = QString(),
bool read_only = true,
REGSAM access = 0 )

Member Function Documentation

◆ close() [1/2]

void RegistryKey::close ( )

Definition at line 335 of file qsettings_win.cpp.

◆ close() [2/2]

void RegistryKey::close ( )

◆ handle() [1/2]

HKEY RegistryKey::handle ( ) const

Definition at line 312 of file qsettings_win.cpp.

◆ handle() [2/2]

HKEY RegistryKey::handle ( ) const

◆ key() [1/2]

QString RegistryKey::key ( ) const

Definition at line 307 of file qsettings_win.cpp.

◆ key() [2/2]

QString RegistryKey::key ( ) const

◆ parentHandle() [1/2]

HKEY RegistryKey::parentHandle ( ) const

Definition at line 325 of file qsettings_win.cpp.

◆ parentHandle() [2/2]

HKEY RegistryKey::parentHandle ( ) const

◆ readOnly() [1/2]

bool RegistryKey::readOnly ( ) const

Definition at line 330 of file qsettings_win.cpp.

Referenced by QWinSettingsPrivate::writeHandle().

Here is the caller graph for this function:

◆ readOnly() [2/2]

bool RegistryKey::readOnly ( ) const

The documentation for this class was generated from the following file: