Loading...
Searching...
No Matches
LocalTree::ProcessComponentFactory Class Referenceabstract
Inheritance diagram for LocalTree::ProcessComponentFactory:
Public Member Functions | |
| virtual ProcessComponent * | make (ossia::net::node_base &parent, Process::ProcessModel &proc, const score::DocumentContext &doc, QObject *paren_objt) const =0 |
Public Member Functions inherited from score::GenericComponentFactory< Process::ProcessModel, score::DocumentContext, LocalTree::ProcessComponentFactory > | |
| virtual ConcreteKey | concreteKey () const noexcept=0 |
| Identifies an implementation of an interface uniquely. | |
| virtual bool | matches (const base_model_type &) const=0 |
Public Member Functions inherited from score::InterfaceBase | |
| virtual InterfaceKey | interfaceKey () const noexcept=0 |
| Identifies an interface uniquely. | |
Additional Inherited Members | |
Public Types inherited from score::GenericComponentFactory< Process::ProcessModel, score::DocumentContext, LocalTree::ProcessComponentFactory > | |
| using | base_model_type = Process::ProcessModel |
| using | system_type = score::DocumentContext |
| using | factory_type = LocalTree::ProcessComponentFactory |
| using | ConcreteKey = UuidKey< LocalTree::ProcessComponentFactory > |
The documentation for this class was generated from the following files:
- LocalTree/ProcessComponent.hpp
- LTProcessComponent.cpp
Public Member Functions inherited from