score::MinimalApplication Class Referencefinal
Inheritance diagram for score::MinimalApplication:
Public Member Functions | |
MinimalApplication (int &argc, char **argv) | |
const score::GUIApplicationContext & | context () const override |
const score::ApplicationComponents & | components () const override |
score::ApplicationComponentsData & | componentsData () |
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. More... | |
void | registerPlugin (score::Plugin_QtInterface &) |
void | requestExit () |
void | forceExit () |
ApplicationInterface () | |
Public Attributes | |
int | default_argc = 1 |
const char * | default_argv [2] = {"score", nullptr} |
QApplication * | m_app |
score::Settings | m_settings |
score::ProjectSettings | m_pset |
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 |
The documentation for this class was generated from the following file: