Loading...
Searching...
No Matches
score::Presenter Class Referencefinal
Inheritance diagram for score::Presenter:
Detailed Description
The Presenter class.
Certainly needs refactoring. For now, manages menus and plug-in objects.
It is also able to instantiate a Command from serialized Undo/Redo data. (this should go in the DocumentPresenter maybe ?)
Public Member Functions | |
| Presenter (const score::ApplicationSettings &app, score::Settings &set, score::ProjectSettings &pset, score::View *view, QObject *parent) | |
| bool | exit () |
| View * | view () const |
| auto & | menuManager () |
| auto & | toolbarManager () |
| auto & | actionManager () |
| void | setupGUI () |
| auto & | documentManager () |
| const ApplicationComponents & | applicationComponents () |
| const GUIApplicationContext & | applicationContext () |
| auto & | components () |
| auto & | settings () |
| void | optimize () |
Friends | |
| class | score::CoreApplicationPlugin |
The documentation for this class was generated from the following files:
- lib/core/presenter/Presenter.hpp
- lib/core/presenter/Presenter.cpp