VCF::CommandGroup Class Reference
Class CommandGroup documentation. More...
#include <vcf/ApplicationKit/CommandGroup.h>
Inheritance diagram for VCF::CommandGroup:

Public Member Functions | |
| CommandGroup () | |
| virtual | ~CommandGroup () |
| virtual void | undo () |
| Undo the command. | |
| virtual void | redo () |
| redo the command. | |
| virtual void | execute () |
| execute the command. | |
| void | addCommand (Command *command) |
Protected Attributes | |
| std::vector< Command * > | commands_ |
Detailed Description
Class CommandGroup documentation.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
execute the command. Usually called by the UndoRedoStack after the command has been added to it. Implements VCF::Command. |
|
|
redo the command. Generally the same, or similar, code as performed in the execute() method Implements VCF::Command. |
|
|
Undo the command.
Implements VCF::Command. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/CommandGroup.h
