2 #include <Scenario/Document/State/StateView.hpp>
4 #include <score/command/Dispatchers/CommandDispatcher.hpp>
5 #include <score/graphics/GraphicsItem.hpp>
6 #include <score/model/Identifier.hpp>
8 #include <nano_observer.hpp>
9 #include <score_plugin_scenario_export.h>
22 ,
public Nano::Observer
29 QGraphicsItem* parentview, QObject* parent);
40 bool isSelected()
const;
42 void handleDrop(
const QMimeData& mime);
47 void pressed(
const QPointF& arg_1)
48 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, pressed, arg_1)
49 void moved(
const QPointF& arg_1) E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, moved, arg_1)
50 void released(
const QPointF& arg_1)
51 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, released, arg_1)
53 void hoverEnter() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, hoverEnter)
54 void hoverLeave() E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, hoverLeave)
57 void updateStateView();
The Process class.
Definition: score-lib-process/Process/Process.hpp:61
Definition: StateModel.hpp:63
Definition: StatePresenter.hpp:23
Definition: StateView.hpp:29
The id_base_t class.
Definition: Identifier.hpp:57
Base classes and tools to implement processes and layers.
Definition: JSONVisitor.hpp:1324
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: GraphicsItem.hpp:41
Definition: DocumentContext.hpp:18