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>
7namespace Scenario
8{
9namespace Command
10{
12{
13 SCORE_COMMAND_DECL(CommandFactoryName(), RefreshStatesMacro, "Refresh states")
14};
15}
16}
Definition RefreshStatesMacro.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:13