Loading...
Searching...
No Matches
Process::Context Struct Reference
Inheritance diagram for Process::Context:
Public Member Functions | |
| Context (const score::DocumentContext &doc, DataflowManager &dfm, FocusDispatcher &d) | |
Public Member Functions inherited from score::DocumentContext | |
| const std::vector< DocumentPlugin * > & | pluginModels () const |
| template<typename T > | |
| T & | model () const |
| template<typename T > | |
| T & | plugin () const |
| template<typename T > | |
| T * | findPlugin () const |
Public Attributes | |
| DataflowManager & | dataflow |
| FocusDispatcher & | focusDispatcher |
| const Process::LayerFactoryList & | processList |
Public Attributes inherited from score::DocumentContext | |
| const score::GUIApplicationContext & | app |
| score::Document & | document |
| const score::CommandStackFacade | commandStack |
| score::SelectionStack & | selectionStack |
| score::ObjectLocker & | objectLocker |
| const score::FocusFacade | focus |
| QTimer & | coarseUpdateTimer |
| QTimer & | execTimer |
| OngoingCommandDispatcher & | dispatcher |
Additional Inherited Members | |
Protected Member Functions inherited from score::DocumentContext | |
| DocumentContext (score::Document &d) | |
| DocumentContext (const DocumentContext &)=default | |
| DocumentContext (DocumentContext &&)=delete | |
| DocumentContext & | operator= (const DocumentContext &)=delete |
| DocumentContext & | operator= (DocumentContext &&)=delete |
The documentation for this struct was generated from the following files:
- ProcessContext.hpp
- LayerPresenter.cpp
Public Member Functions inherited from