kpresenter
KoPointArray Class Reference
List of all members.Detailed Description
Definition at line 28 of file KoPointArray.h.
Public Member Functions | |
| KoPointArray () | |
| ~KoPointArray () | |
| KoPointArray (int size) | |
| KoPointArray (const KoPointArray &a) | |
| KoPointArray & | operator= (const KoPointArray &a) |
| KoPointArray | copy () const |
| void | translate (double dx, double dy) |
| KoRect | boundingRect () const |
| void | point (uint i, double *x, double *y) const |
| KoPoint | point (uint i) const |
| void | setPoint (uint i, double x, double y) |
| void | setPoint (uint i, const KoPoint &p) |
| bool | putPoints (int index, int nPoints, double firstx, double firsty,...) |
| KoPointArray | cubicBezier () const |
| QPointArray | zoomPointArray (const KoZoomHandler *zoomHandler) const |
| QPointArray | zoomPointArray (const KoZoomHandler *zoomHandler, int penWidth) const |
Static Public Member Functions | |
| static void | cleanBuffers () |
Static Protected Attributes | |
| static uint | splen |
| static void * | sp |
The documentation for this class was generated from the following files:

