3 #include <Scenario/Document/VerticalExtent.hpp>
5 #include <score/graphics/GraphicsItem.hpp>
6 #include <score/model/Identifier.hpp>
11 #include <sys/types.h>
13 #include <score_plugin_scenario_export.h>
33 const TimeSyncModel& model, QGraphicsItem* parentview, QObject* parent);
37 int32_t id_val()
const {
return id().val(); }
43 void handleDrop(
const QPointF& pos,
const QMimeData& mime);
52 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, extentChanged, arg_1)
54 const std::vector<EventPresenter*>& events()
const noexcept {
return m_events; }
57 void pressed(
const QPointF& arg_1)
58 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, pressed, arg_1)
59 void moved(
const QPointF& arg_1) E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, moved, arg_1)
60 void released(
const QPointF& arg_1)
61 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, released, arg_1)
65 std::vector<EventPresenter*> m_events;
Definition: EventPresenter.hpp:24
Definition: TimeSyncModel.hpp:34
Definition: TimeSyncPresenter.hpp:29
Definition: TimeSyncView.hpp:20
Definition: TriggerView.hpp:21
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