svcore
1.9
|
#include <Command.h>
Public Member Functions | |
virtual | ~Command () |
virtual void | execute ()=0 |
virtual void | unexecute ()=0 |
virtual QString | getName () const =0 |
virtual Command::~Command | ( | ) | [inline, virtual] |
virtual void Command::execute | ( | ) | [pure virtual] |
Implemented in SparseModel< PointType >::RelabelCommand, SparseModel< PointType >::DeletePointCommand, SparseModel< PointType >::AddPointCommand, PropertyContainer::SetPropertyCommand, ImageModel::ChangeImageCommand, PlayParameterRepository::EditCommand, and MacroCommand.
Referenced by SparseModel< PointType >::EditCommand::addCommand().
virtual void Command::unexecute | ( | ) | [pure virtual] |
virtual QString Command::getName | ( | ) | const [pure virtual] |