score
Home
Classes
Namespaces
Files
ScenarioPasteContent.hpp
1
#pragma once
2
#include <Scenario/Commands/ScenarioCommandFactory.hpp>
3
4
#include <score/command/AggregateCommand.hpp>
5
6
namespace
Scenario
7
{
8
namespace
Command
9
{
10
11
class
ScenarioPasteContent
final :
public
score::AggregateCommand
12
{
13
SCORE_COMMAND_DECL(
14
CommandFactoryName(),
ScenarioPasteContent
,
"Paste content in scenario"
)
15
};
16
}
17
}
Scenario::Command::ScenarioPasteContent
Definition:
ScenarioPasteContent.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:14