2 #include <Scenario/Document/Components/ScenarioComponent.hpp>
6 #include <RemoteControl/Scenario/Event.hpp>
7 #include <RemoteControl/Scenario/Interval.hpp>
8 #include <RemoteControl/Scenario/State.hpp>
9 #include <RemoteControl/Scenario/Sync.hpp>
11 namespace RemoteControl
15 COMPONENT_METADATA(
"fce752e0-e37a-4b71-bc2a-65366ec87152")
21 template <
typename Component_T,
typename Element>
22 Component_T* make(Element& elt)
24 return new Component_T{elt, system(),
this};
27 template <
typename... Args>
28 bool removing(Args&&...)
32 template <
typename... Args>
33 void removed(Args&&...)
Definition: Scenario/Document/Components/ScenarioComponent.hpp:198
Definition: plugins/score-plugin-remotecontrol/RemoteControl/DocumentPlugin.hpp:125
Definition: Interval.hpp:44
Definition: score-plugin-remotecontrol/RemoteControl/Scenario/Process.hpp:47
Definition: Scenario.hpp:14
The core hierarchical and temporal process of score.
Definition: ScenarioModel.hpp:37
Utilities for OSSIA data structures.
Definition: DeviceInterface.hpp:33