Loading...
Searching...
No Matches
score::DocumentDelegateModel Class Referenceabstract
Inheritance diagram for score::DocumentDelegateModel:
Public Member Functions | |
| virtual void | serialize (const VisitorVariant &) const =0 |
| virtual void | close ()=0 |
Public Member Functions inherited from IdentifiedObject< DocumentDelegateModel > | |
| IdentifiedObject (id_type id, const QString &name, QObject *parent) noexcept | |
| IdentifiedObject (Visitor &&v, QObject *parent) noexcept | |
| const id_type & | id () const noexcept |
| int32_t | id_val () const noexcept final override |
| void | setId (const id_type &id) noexcept |
| void | setId (id_type &&id) noexcept |
| void | resetCache () const noexcept override |
Public Member Functions inherited from IdentifiedObjectAbstract | |
| void | identified_object_destroying (IdentifiedObjectAbstract *o) |
| To be called by subclasses. | |
| void | identified_object_destroyed (IdentifiedObjectAbstract *o) |
| Will be called in the IdentifiedObjectAbstract destructor. | |
Additional Inherited Members | |
Public Types inherited from IdentifiedObject< DocumentDelegateModel > | |
| using | model_type = DocumentDelegateModel |
| using | id_type = Id< DocumentDelegateModel > |
| using | object_type = IdentifiedObject< DocumentDelegateModel > |
Public Attributes inherited from IdentifiedObject< DocumentDelegateModel > | |
| Path< DocumentDelegateModel > | m_path_cache |
Static Public Attributes inherited from IdentifiedObject< DocumentDelegateModel > | |
| static const constexpr bool | identified_object_tag |
Protected Member Functions inherited from IdentifiedObjectAbstract | |
| IdentifiedObjectAbstract (const QString &name, QObject *parent) noexcept | |
The documentation for this class was generated from the following files:
- DocumentDelegateModel.hpp
- DocumentDelegateModel.cpp
Public Member Functions inherited from