![]() |
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> | |
| QOhosOptional< T > | tryGetProperty () const |
| template<typename T, const QOhosPropertyDescriptor< T > * propertyPtr> | |
| std::shared_ptr< void > | addPropertyWriteCallback (QOhosConsumer< T > propertyWriteCallback) |
Definition at line 82 of file qohoswindowproperty.h.
|
inlineexplicit |
Definition at line 238 of file qohoswindowproperty.h.
| std::shared_ptr< void > QOhosPropertiesProvider::addPropertyWriteCallback | ( | QOhosConsumer< T > | propertyWriteCallback | ) |
Definition at line 250 of file qohoswindowproperty.h.
| QOhosOptional< T > QOhosPropertiesProvider::tryGetProperty | ( | ) | const |
Definition at line 244 of file qohoswindowproperty.h.