2#include <Scenario/Application/Menus/ScenarioCopy.hpp>
3#include <Scenario/Commands/ScenarioCommandFactory.hpp>
5#include <score/command/AggregateCommand.hpp>
10class CommandStackFacade;
23 SCORE_COMMAND_DECL(CommandFactoryName(),
Encapsulate,
"Encapsulate")
27 SCORE_COMMAND_DECL(CommandFactoryName(),
Decapsulate,
"Decapsulate")
33 double topY{}, bottomY{};
37SCORE_PLUGIN_SCENARIO_EXPORT
43void EncapsulateInScenario(
48void DecapsulateScenario(
Definition Encapsulate.hpp:26
Definition Encapsulate.hpp:22
Definition CommandAPI.hpp:28
Definition IntervalModel.hpp:50
The core hierarchical and temporal process of score.
Definition ScenarioModel.hpp:37
Allows for grouping of multiple commands in a single one.
Definition AggregateCommand.hpp:15
A small abstraction layer over the score::CommandStack.
Definition CommandStackFacade.hpp:20
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13
Base toolkit upon which the software is built.
Definition Application.cpp:90
Definition ScenarioCopy.hpp:37
Definition Encapsulate.hpp:32