karbon
VInsertCmd Class Reference
Inheritance diagram for VInsertCmd:

Detailed Description
Definition at line 33 of file vinsertcmd.h.
Public Member Functions | |
VInsertCmd (VDocument *doc, const QString &name, VObjectList *objects, double offset) | |
virtual | ~VInsertCmd () |
virtual void | execute () |
virtual void | unexecute () |
Protected Attributes | |
VObjectList | m_objects |
double | m_offset |
Member Function Documentation
void VInsertCmd::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 44 of file vinsertcmd.cc.
void VInsertCmd::unexecute | ( | ) | [virtual] |
Unexecutes the command.
All changes to the document have to be undone here.
Reimplemented from VCommand.
Definition at line 72 of file vinsertcmd.cc.
The documentation for this class was generated from the following files: