| 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] |
| Fillable(void) | Fillable | [inline] |
| Fillable(const StrokeStyle &istyle) | Fillable | [inline] |
| Fillable(const Color &ifillColor) | Fillable | [inline] |
| Fillable(const StrokeStyle &istyle, const Color &ifillColor) | Fillable | [inline] |
| fillColor | Fillable | [protected] |
| getFillColor(void) const | Fillable | [inline] |
| getOrigin(double &X, double &Y) const | Path | [inline] |
| getStrokeStyle(void) const | BasicShape | [inline] |
| hasFillColor | Fillable | [protected] |
| hasLineStyle | BasicShape | [protected] |
| hasOwnFillColor(void) const | Fillable | [inline] |
| hasOwnStrokeStyle(void) const | BasicShape | [inline] |
| lineStyle | BasicShape | [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] |
| Polygon(const Path &iPath) | Polygon | [inline] |
| Polygon(const Path &iPath, const StrokeStyle &istyle) | Polygon | [inline] |
| Polygon(const Path &iPath, const StrokeStyle &istyle, const Color &iFillColor) | Polygon | [inline] |
| Polygon(const Path &iPath, const Color &iFillColor) | Polygon | [inline] |
| removeFillColor(void) | Fillable | [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 | |
| setFillColor(const Color &ifillColor) | Fillable | [inline] |
| setOrigin(double X, double Y) | Path | [inline] |
| setStrokeStyle(const StrokeStyle &istyle) | BasicShape | [inline] |
| tighten() | Path | [inline] |
| translate(double deltaX, double deltaY) | Path | |