Loading...
Searching...
No Matches
ScenarioEditor.hpp
1#pragma once
2#include <score/model/ObjectEditor.hpp>
3namespace Scenario
4{
6{
7 SCORE_CONCRETE("90265073-0aae-4628-834a-f44048664476")
8
9 bool
10 copy(JSONReader& r, const Selection& s, const score::DocumentContext& ctx) override;
11 bool paste(
12 QPoint pos, QObject* focusedObject, const QMimeData& mime,
13 const score::DocumentContext& ctx) override;
14 bool remove(const Selection& s, const score::DocumentContext& ctx) override;
15};
16
17}
Definition JSONVisitor.hpp:52
Definition ScenarioEditor.hpp:6
Definition Selection.hpp:12
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13
Definition DocumentContext.hpp:18
Definition ObjectEditor.hpp:12