Loading...
Searching...
No Matches
MessageDropHandler.hpp
1#pragma once
2#include <Scenario/Application/Drops/ScenarioDropHandler.hpp>
3
4namespace Scenario
5{
12{
13 SCORE_CONCRETE("75156fa7-e083-4c9c-a88c-3a05c54f330f")
14
15public:
17
18private:
19 bool drop(const ScenarioPresenter&, QPointF drop, const QMimeData& mime) override;
20};
21}
Definition ScenarioDropHandler.hpp:58
The MessageDropHandler class Will create a state in the scenario at the point a MessageList is droppe...
Definition MessageDropHandler.hpp:12
Definition ScenarioPresenter.hpp:29
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13