| 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] |
| getStrokeStyle(void) const | BasicShape | [inline] |
| hasFillColor | Fillable | [protected] |
| hasLineStyle | BasicShape | [protected] |
| hasOwnFillColor(void) const | Fillable | [inline] |
| hasOwnStrokeStyle(void) const | BasicShape | [inline] |
| lineStyle | BasicShape | [protected] |
| Rectangle(double ix1, double iy1, double ix2, double iy2) | Rectangle | [inline] |
| Rectangle(double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle) | Rectangle | [inline] |
| Rectangle(double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle, const Color &ifillcolor) | Rectangle | [inline] |
| Rectangle(double ix1, double iy1, double ix2, double iy2, const Color &ifillcolor) | Rectangle | [inline] |
| removeFillColor(void) | Fillable | [inline] |
| removeStrokeStyle(void) | BasicShape | [inline] |
| setFillColor(const Color &ifillColor) | Fillable | [inline] |
| setStrokeStyle(const StrokeStyle &istyle) | BasicShape | [inline] |
| x1 | Rectangle | |
| x2 | Rectangle | |
| y1 | Rectangle | |
| y2 | Rectangle | |