Engine::ApplicationPlugin Class Referencefinal
Inheritance diagram for Engine::ApplicationPlugin:
score::GUIApplicationPlugin

Public Member Functions

 ApplicationPlugin (const score::GUIApplicationContext &app)
 
void initialize () override
 initialize More...
 
bool handleStartup () override
 handleStartup Returns true if the start-up was handled by this plug-in.
 
score::GUIElements makeGUIElements () override
 makeGUIElements More...
 
void prepareNewDocument () override
 prepareNewDocument Will be called just before a document switch. It is possible to check if we are in the process of document switching via DocumentManager::preparingNewDocument.
 
void on_initDocument (score::Document &doc) override
 on_initDocument Will be called after the document has been created, for new, load, and restore, and before anything is loaded.
 
void on_createdDocument (score::Document &doc) override
 on_createdDocument Will be called after either on_newDocument or on_loadedDocument was called on every plug-in.
 
void on_documentChanged (score::Document *olddoc, score::Document *newdoc) override
 on_documentChanged Will be called after a document switch. If newdoc isn't null, it means that it is currently being focused by score.
 
QWidget * setupTimingWidget (QLabel *) const
 
void initLocalTreeNodes (LocalTree::DocumentPlugin &)
 
Execution::ExecutionControllerexecution ()
 
- Public Member Functions inherited from score::GUIApplicationPlugin
 GUIApplicationPlugin (const score::GUIApplicationContext &presenter)
 
DocumentcurrentDocument () const
 currentDocument More...
 
virtual void on_newDocument (score::Document &doc)
 on_newDocument Will be called only when a new, empty document is created; classes inheriting from SerializableDocumentPlugin should be instantiated and added to the document at this point.
 
virtual void on_loadedDocument (score::Document &doc)
 on_loadedDocument Will be called only after a document has been loaded
 
virtual void on_activeWindowChanged ()
 on_activeWindowChanged Can be used to check if the focus moves out of the main window.
 
virtual void on_keyPressEvent (QKeyEvent &event)
 on_keyPressEvent Called with key events in the main document view.
 
virtual void on_keyReleaseEvent (QKeyEvent &event)
 on_keyPressEvent Called with key events in the main document view.
 

Additional Inherited Members

- Public Types inherited from score::GUIApplicationPlugin
using GUIElements = score::GUIElements
 
- Public Attributes inherited from score::GUIApplicationPlugin
const GUIApplicationContextcontext
 

Member Function Documentation

◆ initialize()

void Engine::ApplicationPlugin::initialize ( )
overridevirtual

initialize

This method will be called once every class has been loaded from every plug-in.

Reimplemented from score::GUIApplicationPlugin.

◆ makeGUIElements()

score::GUIElements Engine::ApplicationPlugin::makeGUIElements ( )
overridevirtual

makeGUIElements

This function allows a plug-in to provide custom elements to put in toolbars, menus, etc.

When returned here, they will afterwards be available through an score::ApplicationContext.

See also
score::GUIElements

Reimplemented from score::GUIApplicationPlugin.


The documentation for this class was generated from the following files: