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