karbon
VCreateShadowCmd Class Reference
Inheritance diagram for VCreateShadowCmd:

Detailed Description
Definition at line 68 of file shadoweffectplugin.h.
Public Member Functions | |
VCreateShadowCmd (VDocument *doc, int distance, int angle, float opacity) | |
virtual | ~VCreateShadowCmd () |
virtual void | execute () |
virtual void | unexecute () |
virtual bool | changesSelection () const |
Member Function Documentation
virtual bool VCreateShadowCmd::changesSelection | ( | ) | const [inline, virtual] |
Returns if the command changes the actual document selection.
This flag is checked to determine if the document has to be redrawn.
- Returns:
- true if the selection is changed, else false
Reimplemented from VCommand.
Definition at line 76 of file shadoweffectplugin.h.
void VCreateShadowCmd::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 138 of file shadoweffectplugin.cc.
void VCreateShadowCmd::unexecute | ( | ) | [virtual] |
Unexecutes the command.
All changes to the document have to be undone here.
Reimplemented from VCommand.
Definition at line 209 of file shadoweffectplugin.cc.
The documentation for this class was generated from the following files: