#include <qwinregistry_p.h>
Definition at line 28 of file qwinregistry_p.h.
◆ QWinRegistryKey() [1/4]
| QWinRegistryKey::QWinRegistryKey |
( |
| ) |
|
|
default |
◆ QWinRegistryKey() [2/4]
| QWinRegistryKey::QWinRegistryKey |
( |
HKEY | parentHandle, |
|
|
const wchar_t * | subKey, |
|
|
REGSAM | permissions = KEY_READ, |
|
|
REGSAM | access = 0 ) |
|
explicit |
◆ QWinRegistryKey() [3/4]
| QWinRegistryKey::QWinRegistryKey |
( |
HKEY | parentHandle, |
|
|
const QString & | subKey, |
|
|
REGSAM | permissions = KEY_READ, |
|
|
REGSAM | access = 0 ) |
|
explicit |
◆ ~QWinRegistryKey()
| QWinRegistryKey::~QWinRegistryKey |
( |
| ) |
|
◆ QWinRegistryKey() [4/4]
◆ close()
| void QWinRegistryKey::close |
( |
| ) |
|
◆ handle()
| HKEY QWinRegistryKey::handle |
( |
| ) |
const |
|
inlinenodiscard |
◆ isValid()
| bool QWinRegistryKey::isValid |
( |
| ) |
const |
|
inlinenodiscard |
◆ name()
| QString QWinRegistryKey::name |
( |
| ) |
const |
◆ operator HKEY()
| QWinRegistryKey::operator HKEY |
( |
| ) |
const |
|
inline |
◆ stringValue() [1/2]
◆ stringValue() [2/2]
| QString QWinRegistryKey::stringValue |
( |
const wchar_t * | subKey | ) |
const |
◆ swap()
◆ value() [1/4]
template<typename T>
| std::optional< T > QWinRegistryKey::value |
( |
const QString & | subKey | ) |
const |
|
inlinenodiscard |
◆ value() [2/4]
◆ value() [3/4]
template<typename T>
| std::optional< T > QWinRegistryKey::value |
( |
const wchar_t * | subKey | ) |
const |
|
inlinenodiscard |
◆ value() [4/4]
| QVariant QWinRegistryKey::value |
( |
const wchar_t * | subKey | ) |
const |
|
nodiscard |
◆ operator<<
The documentation for this class was generated from the following files: