3#include <Process/ExpandMode.hpp>
6#include <score/actions/Menu.hpp>
7#include <score/selection/Selection.hpp>
19class ScenarioApplicationPlugin;
20class ScenarioPresenter;
29 void keyPressed(
int key);
30 void keyReleased(
int key);
32 void setExpandMode(ExpandMode mode);
36 QActionGroup* m_scenarioToolActionGroup{};
38 QAction* m_selecttool{};
39 QAction* m_createtool{};
40 QAction* m_playtool{};
42 QAction* m_scaleAction{};
43 QAction* m_lockAction{};
Definition ScenarioApplicationPlugin.hpp:42
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13
Base toolkit upon which the software is built.
Definition Application.cpp:90
Definition GUIApplicationPlugin.hpp:24