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