![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohoswindowproperty.h>
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< void > | addPropertyWriteCallback (QOhosConsumer< T > propertyWriteCallback) |
Definition at line 38 of file qohoswindowproperty.h.
|
inlineexplicit |
Definition at line 135 of file qohoswindowproperty.h.
References QOhosPropertiesStore().
Referenced by QOhosPropertiesStore().
| std::shared_ptr< void > QOhosPropertiesStore::addPropertyWriteCallback | ( | QOhosConsumer< T > | propertyWriteCallback | ) |
Definition at line 154 of file qohoswindowproperty.h.
|
inline |
Definition at line 146 of file qohoswindowproperty.h.
| QOhosOptional< T > QOhosPropertiesStore::tryGetProperty | ( | ) | const |
Definition at line 141 of file qohoswindowproperty.h.