karbon
VAlignCmd Class Reference
Inheritance diagram for VAlignCmd:

Detailed Description
Definition at line 30 of file valigncmd.h.
Public Types | |
enum | Align { ALIGN_HORIZONTAL_LEFT, ALIGN_HORIZONTAL_CENTER, ALIGN_HORIZONTAL_RIGHT, ALIGN_VERTICAL_BOTTOM, ALIGN_VERTICAL_CENTER, ALIGN_VERTICAL_TOP } |
Public Member Functions | |
VAlignCmd (VDocument *doc, Align align) | |
virtual | ~VAlignCmd () |
virtual void | execute () |
virtual void | unexecute () |
Protected Attributes | |
Align | m_align |
QPtrList< VTranslateCmd > | m_trafoCmds |
Member Function Documentation
|
Executes the command. All the changes to the document are done here. All commands have to implement this function. Implements VCommand. Definition at line 41 of file valigncmd.cc. |
|
Unexecutes the command. All changes to the document have to be undone here. Reimplemented from VCommand. Definition at line 80 of file valigncmd.cc. |
The documentation for this class was generated from the following files: