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;