karbon
VTranslateBezierCmd Class Reference
Inheritance diagram for VTranslateBezierCmd:

Detailed Description
Definition at line 97 of file vtransformcmd.h.
Public Member Functions | |
VTranslateBezierCmd (VDocument *doc, VSegment *segment, double d1, double d2, bool firstControl) | |
virtual | ~VTranslateBezierCmd () |
virtual void | execute () |
virtual void | unexecute () |
virtual void | visitVSubpath (VSubpath &path) |
Protected Attributes | |
QWMatrix | m_mat |
VSegment * | m_segment |
VSegment * | m_segmenttwo |
bool | m_firstControl |
VSubpath * | m_subpath |
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 300 of file vtransformcmd.cc. |
|
Unexecutes the command. All changes to the document have to be undone here. Reimplemented from VCommand. Definition at line 352 of file vtransformcmd.cc. |
|
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 381 of file vtransformcmd.cc. |
The documentation for this class was generated from the following files: