2 #include <Device/Address/AddressSettings.hpp>
3 #include <Device/Node/DeviceNode.hpp>
5 #include <Explorer/Commands/DeviceExplorerCommandFactory.hpp>
7 #include <score/command/AggregateCommand.hpp>
8 #include <score/command/Command.hpp>
9 #include <score/model/path/Path.hpp>
10 #include <score/model/tree/TreePath.hpp>
12 #include <score_plugin_deviceexplorer_export.h>
16 class DeviceDocumentPlugin;
22 SCORE_COMMAND_DECL(DeviceExplorerCommandFactoryName(),
AddAddress,
"Add an address")
31 int createdNodeIndex()
const;
40 int m_createdLevels{};
66 SCORE_COMMAND_DECL(DeviceExplorerCommandFactoryName(),
AddAddresses,
"Add addresses")
Definition: AddAddress.hpp:21
Definition: AddAddress.hpp:65
Definition: AddAddress.hpp:44
Path in a tree of QAbstractItemModel objects.
Definition: TreePath.hpp:34
Allows for grouping of multiple commands in a single one.
Definition: AggregateCommand.hpp:15
The Command class.
Definition: Command.hpp:34
Definition: DataStreamHelpers.hpp:103
Definition: AddressSettings.hpp:49
Definition: AddressSettings.hpp:62
Definition: DocumentContext.hpp:18