#include <commands.h>
Public Member Functions | |
DeleteItemCommand (ConstItemList input_data, QUndoCommand *parent=0) | |
virtual void | redo () |
virtual bool | runCommand (AbstractTool *tool) |
virtual void | undo () |
Definition at line 175 of file commands.h.
pcl::cloud_composer::DeleteItemCommand::DeleteItemCommand | ( | ConstItemList | input_data, |
QUndoCommand * | parent = 0 |
||
) |
Definition at line 471 of file commands.cpp.
void pcl::cloud_composer::DeleteItemCommand::redo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 513 of file commands.cpp.
bool pcl::cloud_composer::DeleteItemCommand::runCommand | ( | AbstractTool * | tool | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 478 of file commands.cpp.
void pcl::cloud_composer::DeleteItemCommand::undo | ( | ) | [virtual] |
Implements pcl::cloud_composer::CloudCommand.
Definition at line 500 of file commands.cpp.