2 #include <Process/Dataflow/Cable.hpp>
4 #include <Scenario/Application/Menus/ScenarioCopy.hpp>
5 #include <Scenario/Commands/ScenarioCommandFactory.hpp>
7 #include <score/command/Command.hpp>
8 #include <score/model/Identifier.hpp>
9 #include <score/model/path/Path.hpp>
10 #include <score/selection/Selection.hpp>
11 #include <score/tools/std/Optional.hpp>
13 #include <ossia/detail/flat_map.hpp>
14 #include <ossia/detail/json.hpp>
33 const rapidjson::Value& obj,
double scale);
45 std::vector<Id<EventModel>> m_eventsToAttach;
48 std::vector<Id<TimeSyncModel>> m_ids_timesyncs;
49 std::vector<Id<IntervalModel>> m_ids_intervals;
50 std::vector<Id<EventModel>> m_ids_events;
51 std::vector<Id<StateModel>> m_ids_states;
53 std::vector<QByteArray> m_json_timesyncs;
54 std::vector<QByteArray> m_json_intervals;
55 std::vector<QByteArray> m_json_events;
56 std::vector<QByteArray> m_json_states;
Definition: ScenarioPasteElementsAfter.hpp:27
The core hierarchical and temporal process of score.
Definition: ScenarioModel.hpp:37
Definition: TimeSyncModel.hpp:34
The id_base_t class.
Definition: Identifier.hpp:57
The Command class.
Definition: Command.hpp:34
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: DataStreamHelpers.hpp:103
Definition: ScenarioCopy.hpp:87
Definition: DocumentContext.hpp:18