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

#include <qohoswindowproperty.h>

Collaboration diagram for QOhosPropertiesStore:

Public Member Functions

 QOhosPropertiesStore (QObject *qObject)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
QOhosOptional< T > tryGetProperty () const
void notifyPropertyWrite (const QByteArray &propertyName)
template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr>
std::shared_ptr< voidaddPropertyWriteCallback (QOhosConsumer< T > propertyWriteCallback)

Detailed Description

Definition at line 38 of file qohoswindowproperty.h.

Constructor & Destructor Documentation

◆ QOhosPropertiesStore()

QOhosPropertiesStore::QOhosPropertiesStore ( QObject * qObject)
inlineexplicit

Definition at line 135 of file qohoswindowproperty.h.

References QOhosPropertiesStore().

Referenced by QOhosPropertiesStore().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ addPropertyWriteCallback()

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

Definition at line 154 of file qohoswindowproperty.h.

◆ notifyPropertyWrite()

void QOhosPropertiesStore::notifyPropertyWrite ( const QByteArray & propertyName)
inline

Definition at line 146 of file qohoswindowproperty.h.

◆ tryGetProperty()

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

Definition at line 141 of file qohoswindowproperty.h.


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