ClearSelection.hpp
1 #pragma once
2 
3 #include <Scenario/Commands/ScenarioCommandFactory.hpp>
4 
5 #include <score/command/AggregateCommand.hpp>
6 
7 namespace Scenario
8 {
9 namespace Command
10 {
12 {
13  SCORE_COMMAND_DECL(CommandFactoryName(), ClearSelection, "Clear selection")
14 };
15 }
16 }
Definition: ClearSelection.hpp:12
Allows for grouping of multiple commands in a single one.
Definition: AggregateCommand.hpp:15
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14