karbon
VCleanUpCmd Class Reference
Inheritance diagram for VCleanUpCmd:

Detailed Description
Definition at line 32 of file vcleanupcmd.h.
Public Member Functions | |
VCleanUpCmd (VDocument *doc) | |
virtual | ~VCleanUpCmd () |
virtual void | execute () |
virtual void | unexecute () |
virtual void | visitVLayer (VLayer &layer) |
Member Function Documentation
void VCleanUpCmd::execute | ( | ) | [virtual] |
Executes the command.
All the changes to the document are done here. All commands have to implement this function.
Implements VCommand.
Definition at line 36 of file vcleanupcmd.cc.
void VCleanUpCmd::unexecute | ( | ) | [virtual] |
Unexecutes the command.
All changes to the document have to be undone here.
Reimplemented from VCommand.
Definition at line 42 of file vcleanupcmd.cc.
void VCleanUpCmd::visitVLayer | ( | VLayer & | layer | ) | [virtual] |
Visit method for a VLayer.
Pass a layer to this function. This is a virtual function so you need to implement it in the subclass if you want to use it.
Reimplemented from VVisitor.
Definition at line 47 of file vcleanupcmd.cc.
The documentation for this class was generated from the following files: