![]() |
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 | |
| QOhosPropertiesProvider (QOhosPropertiesStore &store) | |
| template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr> | |
| std::optional< T > | tryGetProperty () const |
| template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr> | |
| std::shared_ptr< void > | addPropertyWriteCallback (QOhosConsumer< T > propertyWriteCallback) |
Definition at line 94 of file qohoswindowproperty.h.
|
inlineexplicit |
Definition at line 250 of file qohoswindowproperty.h.
| std::shared_ptr< void > QOhosPropertiesProvider::addPropertyWriteCallback | ( | QOhosConsumer< T > | propertyWriteCallback | ) |
Definition at line 262 of file qohoswindowproperty.h.
| std::optional< T > QOhosPropertiesProvider::tryGetProperty | ( | ) | const |
Definition at line 256 of file qohoswindowproperty.h.