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
|
Returns if the command changes the actual document selection. This flag is checked to determine if the document has to be redrawn.
Reimplemented from VCommand. Definition at line 76 of file shadoweffectplugin.h. |
|
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. |
|
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: