3#include <score/command/Dispatchers/CommandDispatcher.hpp>
7#include <score_plugin_scenario_export.h>
11class LayerContextMenuManager;
19class ScenarioApplicationPlugin;
20class ScenarioPresenter;
23class TriggerCommandFactoryList;
25class SCORE_PLUGIN_SCENARIO_EXPORT
EventActions final :
public QObject
34 void addTriggerToTimeSync();
35 void removeTriggerFromTimeSync();
37 void removeCondition();
42 QAction* m_addTrigger{};
43 QAction* m_removeTrigger{};
45 QAction* m_addCondition{};
46 QAction* m_removeCondition{};
The CommandDispatcher class.
Definition CommandDispatcher.hpp:13
Definition TriggerCommandFactoryList.hpp:14
Definition EventActions.hpp:26
Definition ScenarioApplicationPlugin.hpp:42
Base classes and tools to implement processes and layers.
Definition JSONVisitor.hpp:1324
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