karbon
VGroupCmd Class Reference
Inheritance diagram for VGroupCmd:

Detailed Description
Definition at line 34 of file vgroupcmd.h.
Public Member Functions | |
VGroupCmd (VDocument *doc) | |
virtual | ~VGroupCmd () |
virtual void | execute () |
virtual void | unexecute () |
Protected Attributes | |
VSelection * | m_selection |
VGroup * | m_group |
Member Function Documentation
void VGroupCmd::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 43 of file vgroupcmd.cc.
void VGroupCmd::unexecute | ( | ) | [virtual] |
Unexecutes the command.
All changes to the document have to be undone here.
Reimplemented from VCommand.
Definition at line 66 of file vgroupcmd.cc.
The documentation for this class was generated from the following files: