![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QWinRegistryKey, including all inherited members.
| close() | QWinRegistryKey | |
| handle() const | QWinRegistryKey | inline |
| isValid() const | QWinRegistryKey | inline |
| name() const | QWinRegistryKey | |
| operator HKEY() const | QWinRegistryKey | inline |
| operator<<(QDebug dbg, const QWinRegistryKey &key) | QWinRegistryKey | friend |
| QWinRegistryKey()=default | QWinRegistryKey | |
| QWinRegistryKey(HKEY parentHandle, const wchar_t *subKey, REGSAM permissions=KEY_READ, REGSAM access=0) | QWinRegistryKey | explicit |
| QWinRegistryKey(HKEY parentHandle, const QString &subKey, REGSAM permissions=KEY_READ, REGSAM access=0) | QWinRegistryKey | explicit |
| QWinRegistryKey(QWinRegistryKey &&other) noexcept | QWinRegistryKey | inline |
| stringValue(const wchar_t *subKey) const | QWinRegistryKey | |
| stringValue(const QString &subKey) const | QWinRegistryKey | |
| swap(QWinRegistryKey &other) noexcept | QWinRegistryKey | inline |
| value(const wchar_t *subKey) const | QWinRegistryKey | |
| value(const QString &subKey) const | QWinRegistryKey | |
| value(const wchar_t *subKey) const | QWinRegistryKey | inline |
| value(const QString &subKey) const | QWinRegistryKey | inline |
| ~QWinRegistryKey() | QWinRegistryKey |