| addPointAbsolute(double X, double Y) | Path | |
| addPointDelta(double DX, double DY) | Path | |
| addPointRelative(double X, double Y) | Path | |
| asAbsolute(void) const | Path | |
| BasicShape(void) | BasicShape | [inline] |
| BasicShape(const StrokeStyle &istyle) | BasicShape | [inline] |
| getMarker(void) const | Markable | [inline] |
| getOrigin(double &X, double &Y) const | Path | [inline] |
| getStrokeStyle(void) const | BasicShape | [inline] |
| hasLineStyle | BasicShape | [protected] |
| hasMarker | Markable | [protected] |
| hasOwnMarker(void) const | Markable | [inline] |
| hasOwnStrokeStyle(void) const | BasicShape | [inline] |
| Line(double ix1, double iy1, double ix2, double iy2) | Line | |
| Line(double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle) | Line | |
| Line(const Path &iPath) | Line | [inline] |
| Line(const Path &iPath, const StrokeStyle &istyle) | Line | [inline] |
| Line(const Path &iPath, const Marker &imarker) | Line | [inline] |
| Line(const Path &iPath, const StrokeStyle &istyle, const Marker &imarker) | Line | [inline] |
| lineStyle | BasicShape | [protected] |
| Markable(void) | Markable | [inline] |
| Markable(const StrokeStyle &istyle) | Markable | [inline] |
| Markable(const Marker &imarker) | Markable | [inline] |
| Markable(const StrokeStyle &istyle, const Marker &imarker) | Markable | [inline] |
| marker | Markable | [protected] |
| Path(unsigned int estimated_size=0) | Path | [inline] |
| Path(double iOriginX, double iOriginY, unsigned int estimated_size=0) | Path | [inline] |
| Path(const std::vector< std::pair< double, double > > &v, double iOriginX=0, double iOriginY=0) | Path | [inline] |
| removeMarker(void) | Markable | [inline] |
| removeStrokeStyle(void) | BasicShape | [inline] |
| rotate(double angleDegrees, double rx, double ry) | Path | |
| rotate(double angleDegrees) | Path | |
| scale(double factor, double sx, double sy) | Path | |
| setMarker(const Marker &imarker) | Markable | [inline] |
| setOrigin(double X, double Y) | Path | [inline] |
| setStrokeStyle(const StrokeStyle &istyle) | BasicShape | [inline] |
| tighten() | Path | [inline] |
| translate(double deltaX, double deltaY) | Path | |