2 #include <Scenario/Document/VerticalExtent.hpp>
4 #include <score/command/Dispatchers/MacroCommandDispatcher.hpp>
5 #include <score/graphics/GraphicsItem.hpp>
9 #include <score_plugin_scenario_export.h>
15 #include <score/model/Identifier.hpp>
36 bool isSelected()
const;
37 void handleDrop(
const QPointF& pos,
const QMimeData& mime);
41 const std::vector<StatePresenter*>& states()
const noexcept {
return m_states; }
47 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, extentChanged, extent)
49 void pressed(
const QPointF& arg_1)
50 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, pressed, arg_1)
51 void moved(
const QPointF& arg_1) E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, moved, arg_1)
52 void released(
const QPointF& arg_1)
53 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, released, arg_1)
55 void eventHoverEnter() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, eventHoverEnter)
56 void eventHoverLeave() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, eventHoverLeave)
60 std::vector<StatePresenter*> m_states;
Definition: EventModel.hpp:36
Definition: EventPresenter.hpp:24
Definition: EventView.hpp:35
Definition: StatePresenter.hpp:23
The id_base_t class.
Definition: Identifier.hpp:57
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
The VerticalExtent struct.
Definition: VerticalExtent.hpp:20
Definition: GraphicsItem.hpp:41