_depth | BoardLib::Shape | [protected] |
_fillColor | BoardLib::Shape | [protected] |
_lineCap | BoardLib::Shape | [protected] |
_lineJoin | BoardLib::Shape | [protected] |
_lineWidth | BoardLib::Shape | [protected] |
_penColor | BoardLib::Shape | [protected] |
BevelJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
boundingBox() const =0 | BoardLib::Shape | [pure virtual] |
ButtCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
center() const =0 | BoardLib::Shape | [pure virtual] |
clone() const =0 | BoardLib::Shape | [pure virtual] |
depth() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
depth(int) (defined in BoardLib::Shape) | BoardLib::Shape | [virtual] |
fillColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
filled() const | BoardLib::Shape | [inline] |
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const =0 | BoardLib::Shape | [pure virtual] |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const =0 | BoardLib::Shape | [pure virtual] |
flushSVG(std::ostream &stream, const TransformSVG &transform) const =0 | BoardLib::Shape | [pure virtual] |
LineCap enum name (defined in BoardLib::Shape) | BoardLib::Shape | |
LineJoin enum name (defined in BoardLib::Shape) | BoardLib::Shape | |
MiterJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
penColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
postscriptProperties() const | BoardLib::Shape | [protected] |
rotate(double angle, const Point ¢er)=0 | BoardLib::Shape | [pure virtual] |
rotate(double angle)=0 | BoardLib::Shape | [pure virtual] |
rotateDeg(double angle, const Point ¢er) | BoardLib::Shape | [inline] |
rotateDeg(double angle) | BoardLib::Shape | [inline] |
RoundCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
RoundJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
scale(double sx, double sy)=0 | BoardLib::Shape | [pure virtual] |
Shape(Color penColor, Color fillColor, float lineWidth, const LineCap cap, const LineJoin join, int depth) | BoardLib::Shape | [inline] |
SquareCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
svgProperties(const TransformSVG &transform) const | BoardLib::Shape | [protected] |
translate(double dx, double dy)=0 | BoardLib::Shape | [pure virtual] |
~Shape() | BoardLib::Shape | [inline, virtual] |