karbon
VWhirlPinchCmd Class Reference
Inheritance diagram for VWhirlPinchCmd:

Detailed Description
Definition at line 70 of file whirlpinchplugin.h.
Public Member Functions | |
VWhirlPinchCmd (VDocument *doc, double angle, double pinch, double radius) | |
virtual | ~VWhirlPinchCmd () |
virtual void | visitVPath (VPath &composite) |
virtual void | visitVSubpath (VSubpath &path) |
virtual bool | changesSelection () const |
Protected Attributes | |
KoPoint | m_center |
double | m_angle |
double | m_pinch |
double | m_radius |
Member Function Documentation
void VWhirlPinchCmd::visitVPath | ( | VPath & | composite | ) | [virtual] |
Visit method for a VPath.
Pass a composite path to this function. This is a virtual function so you need to implement it in the subclass if you want to use it.
Reimplemented from VVisitor.
Definition at line 134 of file whirlpinchplugin.cc.
void VWhirlPinchCmd::visitVSubpath | ( | VSubpath & | path | ) | [virtual] |
Visit method for a VSubpath.
Pass a path to this function. This is a virtual function so you need to implement it in the subclass if you want to use it.
Reimplemented from VVisitor.
Definition at line 144 of file whirlpinchplugin.cc.
virtual bool VWhirlPinchCmd::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 80 of file whirlpinchplugin.h.
The documentation for this class was generated from the following files: