Loading...
Searching...
No Matches
score::MinimalGUIApplication Class Referencefinal
Inheritance diagram for score::MinimalGUIApplication:
Public Member Functions | |
| MinimalGUIApplication (int &argc, char **argv) | |
| const score::GUIApplicationContext & | context () const override |
| const score::ApplicationComponents & | components () const override |
| score::ApplicationComponentsData & | componentsData () |
| score::View & | view () const |
| int | exec () |
Public Member Functions inherited from score::GUIApplicationInterface | |
| void | loadPluginData (score::Settings &settings, score::Presenter &presenter) |
| loadPluginData Utility method to load the minimal required data for plug-ins. | |
| void | registerPlugin (score::Plugin_QtInterface &) |
| void | requestExit () |
| void | forceExit () |
| ApplicationInterface () | |
Public Attributes | |
| QApplication * | m_app {} |
| score::Settings | m_settings |
| score::ProjectSettings | m_pset |
| score::View * | m_view {} |
| score::Presenter * | m_presenter {} |
| score::ApplicationSettings | m_applicationSettings |
Additional Inherited Members | |
Static Public Member Functions inherited from score::GUIApplicationInterface | |
| static GUIApplicationInterface & | instance () |
Static Public Member Functions inherited from score::ApplicationInterface | |
| static ApplicationInterface & | instance () |
Static Protected Attributes inherited from score::ApplicationInterface | |
| static ApplicationInterface * | m_instance |
Member Function Documentation
◆ components()
|
inlineoverridevirtual |
Implements score::ApplicationInterface.
◆ context()
|
inlineoverridevirtual |
Implements score::GUIApplicationInterface.
The documentation for this class was generated from the following file:
Public Member Functions inherited from