score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
RemoveNodes.hpp
1
#pragma once
2
#include <Explorer/Commands/DeviceExplorerCommandFactory.hpp>
3
4
#include <score/command/AggregateCommand.hpp>
5
6
namespace
Explorer
7
{
8
namespace
Command
9
{
10
class
RemoveNodes
final :
public
score::AggregateCommand
11
{
12
SCORE_COMMAND_DECL(
13
DeviceExplorerCommandFactoryName(),
RemoveNodes
,
"Remove Explorer nodes"
)
14
};
15
}
16
}
Explorer::Command::RemoveNodes
Definition
RemoveNodes.hpp:11
score::AggregateCommand
Allows for grouping of multiple commands in a single one.
Definition
AggregateCommand.hpp:15