![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindows_propertystore_p.h>
Public Member Functions | |
| PropertyStoreHelper (ComPtr< IPropertyStore >) | |
| std::optional< QString > | getString (const PROPERTYKEY &) |
| std::optional< uint32_t > | getUInt32 (const PROPERTYKEY &) |
| std::optional< QUuid > | getGUID (const PROPERTYKEY &) |
Static Public Member Functions | |
| static q23::expected< PropertyStoreHelper, QString > | open (const ComPtr< IMMDevice > &) |
Definition at line 32 of file qwindows_propertystore_p.h.
|
explicit |
Definition at line 20 of file qwindows_propertystore.cpp.
| std::optional< QUuid > QtMultimediaPrivate::PropertyStoreHelper::getGUID | ( | const PROPERTYKEY & | property | ) |
Definition at line 100 of file qwindows_propertystore.cpp.
| std::optional< QString > QtMultimediaPrivate::PropertyStoreHelper::getString | ( | const PROPERTYKEY & | property | ) |
Definition at line 35 of file qwindows_propertystore.cpp.
| std::optional< uint32_t > QtMultimediaPrivate::PropertyStoreHelper::getUInt32 | ( | const PROPERTYKEY & | property | ) |
Definition at line 57 of file qwindows_propertystore.cpp.
|
static |
Definition at line 25 of file qwindows_propertystore.cpp.