Loading...
Searching...
No Matches
Explorer::ApplicationPlugin Class Referencefinal
Inheritance diagram for Explorer::ApplicationPlugin:
Public Member Functions | |
| ApplicationPlugin (const score::GUIApplicationContext &app) | |
Public Member Functions inherited from score::GUIApplicationPlugin | |
| GUIApplicationPlugin (const score::GUIApplicationContext &presenter) | |
| virtual GUIElements | makeGUIElements () |
| makeGUIElements | |
| virtual void | initialize () |
| initialize | |
| Document * | currentDocument () const |
| currentDocument | |
| virtual bool | handleLoading () |
| afterStartup Returns true if the start-up was handled by this plug-in. | |
| virtual void | afterStartup () |
| afterStartup Called after all the documents have been created / loaded | |
| virtual void | on_initDocument (score::Document &doc) |
| on_initDocument Will be called after the document has been created, for new, load, and restore, and before anything is loaded. | |
| virtual void | on_closeDocument (score::Document &doc) |
| on_closeDocument Will be called before closing the document. | |
| virtual void | on_loadedDocument (score::Document &doc) |
| on_loadedDocument Will be called only after a document has been loaded | |
| virtual void | on_createdDocument (score::Document &doc) |
| on_createdDocument Will be called after either on_newDocument or on_loadedDocument was called on every plug-in. | |
| virtual void | prepareNewDocument () |
| 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. | |
| 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 GUIApplicationContext & | context |
The documentation for this class was generated from the following files:
- score-plugin-deviceexplorer/Explorer/ApplicationPlugin.hpp
- score-plugin-deviceexplorer/Explorer/ApplicationPlugin.cpp
Public Member Functions inherited from