Loading...
Searching...
No Matches
LocalTree::PropertyWrapper< Property > Struct Template Referencefinal
Inheritance diagram for LocalTree::PropertyWrapper< Property >:
Classes | |
| struct | shared_state |
Public Types | |
| using | model_t = typename Property::model_type |
| using | param_t = typename Property::param_type |
| using | converter_t = ossia::qt_property_converter< typename Property::param_type > |
Public Member Functions | |
| PropertyWrapper (ossia::net::parameter_base ¶m_addr, model_t &obj, QObject *context) | |
Public Member Functions inherited from LocalTree::BaseCallbackWrapper | |
| BaseProperty (ossia::net::parameter_base &a) | |
Public Member Functions inherited from LocalTree::BaseProperty | |
| BaseProperty (ossia::net::parameter_base &a) | |
| void | clear () |
Public Attributes | |
| model_t & | m_model |
| std::shared_ptr< shared_state > | state = std::make_shared<shared_state>(shared_state{.active = true}) |
Public Attributes inherited from LocalTree::BaseCallbackWrapper | |
| ossia::net::parameter_base::callback_index | callbackIt {} |
Public Attributes inherited from LocalTree::BaseProperty | |
| ossia::net::parameter_base & | addr |
| QMetaObject::Connection | qtCallback |
The documentation for this struct was generated from the following file:
Public Member Functions inherited from