score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
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
{
11
class
ClearSelection
final :
public
score::AggregateCommand
12
{
13
SCORE_COMMAND_DECL(CommandFactoryName(),
ClearSelection
,
"Clear selection"
)
14
};
15
}
16
}
Scenario::Command::ClearSelection
Definition
ClearSelection.hpp:12
score::AggregateCommand
Allows for grouping of multiple commands in a single one.
Definition
AggregateCommand.hpp:15
Scenario
Main plug-in of score.
Definition
score-plugin-dataflow/Dataflow/PortItem.hpp:13