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
PropertyStoreHelper Class Reference

#include <qwindows_propertystore_p.h>

Collaboration diagram for PropertyStoreHelper:

Public Member Functions

 PropertyStoreHelper (ComPtr< IPropertyStore >)
std::optional< QStringgetString (const PROPERTYKEY &)
std::optional< uint32_t > getUInt32 (const PROPERTYKEY &)
std::optional< QUuidgetGUID (const PROPERTYKEY &)

Static Public Member Functions

static q23::expected< PropertyStoreHelper, QStringopen (const ComPtr< IMMDevice > &)

Detailed Description

Definition at line 32 of file qwindows_propertystore_p.h.

Constructor & Destructor Documentation

◆ PropertyStoreHelper()

Definition at line 20 of file qwindows_propertystore.cpp.

Member Function Documentation

◆ getGUID()

Definition at line 100 of file qwindows_propertystore.cpp.

◆ getString()

Definition at line 35 of file qwindows_propertystore.cpp.

◆ getUInt32()

std::optional< uint32_t > QtMultimediaPrivate::PropertyStoreHelper::getUInt32 ( const PROPERTYKEY & property)

Definition at line 57 of file qwindows_propertystore.cpp.

◆ open()


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