#include <commands.h>
Public Member Functions | |
NewItemCloudCommand (ConstItemList input_data, QUndoCommand *parent=0) | |
virtual void | redo () |
virtual bool | runCommand (AbstractTool *tool) |
virtual void | undo () |
Definition at line 141 of file commands.h.
pcl::cloud_composer::NewItemCloudCommand::NewItemCloudCommand | ( | ConstItemList | input_data, |
QUndoCommand * | parent = 0 |
||
) |
Definition at line 285 of file commands.cpp.
void pcl::cloud_composer::NewItemCloudCommand::redo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 362 of file commands.cpp.
bool pcl::cloud_composer::NewItemCloudCommand::runCommand | ( | AbstractTool * | tool | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 292 of file commands.cpp.
void pcl::cloud_composer::NewItemCloudCommand::undo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 332 of file commands.cpp.