![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwinregistry_p.h>
Public Member Functions | |
QWinRegistryKey () | |
QWinRegistryKey (HKEY parentHandle, QStringView subKey, REGSAM permissions=KEY_READ, REGSAM access=0) | |
~QWinRegistryKey () | |
QWinRegistryKey (QWinRegistryKey &&other) noexcept | |
void | swap (QWinRegistryKey &other) noexcept |
bool | isValid () const |
HKEY | handle () const |
operator HKEY () const | |
void | close () |
QVariant | value (QStringView subKey) const |
template<typename T> | |
std::optional< T > | value (QStringView subKey) const |
QString | stringValue (QStringView subKey) const |
Definition at line 26 of file qwinregistry_p.h.
QT_BEGIN_NAMESPACE QWinRegistryKey::QWinRegistryKey | ( | ) |
Definition at line 11 of file qwinregistry.cpp.
|
explicit |
Definition at line 17 of file qwinregistry.cpp.
QWinRegistryKey::~QWinRegistryKey | ( | ) |
Definition at line 26 of file qwinregistry.cpp.
|
inlinenoexcept |
Definition at line 36 of file qwinregistry_p.h.
void QWinRegistryKey::close | ( | ) |
Definition at line 31 of file qwinregistry.cpp.
|
inlinenodiscard |
Definition at line 43 of file qwinregistry_p.h.
|
inlinenodiscard |
Definition at line 41 of file qwinregistry_p.h.
|
inline |
Definition at line 45 of file qwinregistry_p.h.
QString QWinRegistryKey::stringValue | ( | QStringView | subKey | ) | const |
Definition at line 127 of file qwinregistry.cpp.
|
inlinenoexcept |
Definition at line 39 of file qwinregistry_p.h.
|
nodiscard |
Definition at line 39 of file qwinregistry.cpp.
|
inlinenodiscard |
Definition at line 51 of file qwinregistry_p.h.