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
#include <score_plugin_deviceexplorer_export.h>
7
namespace
Explorer
8
{
9
namespace
Command
10
{
11
class
SCORE_PLUGIN_DEVICEEXPLORER_EXPORT
RemoveNodes
final
12
:
public
score::AggregateCommand
13
{
14
SCORE_COMMAND_DECL(
15
DeviceExplorerCommandFactoryName(),
RemoveNodes
,
"Remove Explorer nodes"
)
16
};
17
}
18
}
Explorer::Command::RemoveNodes
Definition
RemoveNodes.hpp:13
score::AggregateCommand
Allows for grouping of multiple commands in a single one.
Definition
AggregateCommand.hpp:15