|
svcore
1.9
|
#include <Command.h>

Public Member Functions | |
| virtual | ~Command () |
| virtual void | execute ()=0 |
| virtual void | unexecute ()=0 |
| virtual QString | getName () const =0 |
|
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().
|
pure virtual |
|
pure virtual |