kpresenter
KPrSVGPathParser Class Reference
List of all members.Detailed Description
Definition at line 27 of file KPrSVGPathParser.h.
Public Member Functions | |
virtual | ~KPrSVGPathParser () |
ObjType | getType (QString &d) |
KoPointArray | getPoints (QString &d, bool convert2lines=false) |
Protected Member Functions | |
virtual void | svgMoveTo (double x1, double y1, bool abs=true) |
virtual void | svgLineTo (double x1, double y1, bool abs=true) |
virtual void | svgCurveToCubic (double x1, double y1, double x2, double y2, double x, double y, bool abs=true) |
virtual void | svgClosePath () |
Constructor & Destructor Documentation
|
Destructor.
Definition at line 33 of file KPrSVGPathParser.h. |
Member Function Documentation
|
Get the points of the path.
Definition at line 53 of file KPrSVGPathParser.cpp. |
|
Get the type of object which can handle the path.
Definition at line 23 of file KPrSVGPathParser.cpp. |
The documentation for this class was generated from the following files: