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

#include <qohoswindowproperty.h>

Collaboration diagram for QOhosPropertiesProvider:

Public Member Functions

 QOhosPropertiesProvider (QOhosPropertiesStore &store)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
QOhosOptional< T > tryGetProperty () const
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::shared_ptr< voidaddPropertyWriteCallback (QOhosConsumer< T > propertyWriteCallback)

Detailed Description

Definition at line 82 of file qohoswindowproperty.h.

Constructor & Destructor Documentation

◆ QOhosPropertiesProvider()

QOhosPropertiesProvider::QOhosPropertiesProvider ( QOhosPropertiesStore & store)
inlineexplicit

Definition at line 238 of file qohoswindowproperty.h.

Member Function Documentation

◆ addPropertyWriteCallback()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::shared_ptr< void > QOhosPropertiesProvider::addPropertyWriteCallback ( QOhosConsumer< T > propertyWriteCallback)

Definition at line 250 of file qohoswindowproperty.h.

◆ tryGetProperty()

template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
QOhosOptional< T > QOhosPropertiesProvider::tryGetProperty ( ) const

Definition at line 244 of file qohoswindowproperty.h.


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