Command to move nodes to different branches of the node hierarchy. More...
#include "api/command.h"
Static Public Member Functions | |
static IMoveCommand * | create (const CPath &node_path, const CPath &new_parent_path) |
Create an instance of IMoveCommand Moves nodes within the node tree. More... | |
Additional Inherited Members | |
![]() | |
virtual CError | execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0 |
Internal use only. | |
Command to move nodes to different branches of the node hierarchy.
|
static |
Create an instance of IMoveCommand Moves nodes within the node tree.
node_path | the node to move |
new_parent_path | path of the node which should become the new parent of the node referred to by node_path. To move a node to the top level, use an empty path. |