3 #include <Process/TimeValue.hpp>
5 #include <score/graphics/GraphicsItem.hpp>
6 #include <score/model/Identifier.hpp>
11 #include <score_plugin_scenario_export.h>
20 class CommentBlockView;
21 class CommentBlockModel;
32 int32_t id_val()
const {
return id().val(); }
40 void on_zoomRatioChanged(ZoomRatio newRatio);
43 void moved(
const QPointF& arg_1) W_SIGNAL(moved, arg_1);
44 void released(
const QPointF& arg_1) W_SIGNAL(released, arg_1);
45 void selected() W_SIGNAL(selected);
46 void editFinished(QString arg_1) W_SIGNAL(editFinished, arg_1);
The id_base_t class.
Definition: Identifier.hpp:57
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: TimeValue.hpp:21
Definition: GraphicsItem.hpp:41