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;