_depth | BoardLib::Shape | [protected] |
_fillColor | BoardLib::Shape | [protected] |
_lineCap | BoardLib::Shape | [protected] |
_lineJoin | BoardLib::Shape | [protected] |
_lineWidth | BoardLib::Shape | [protected] |
_nextDepth | BoardLib::ShapeList | [protected] |
_penColor | BoardLib::Shape | [protected] |
_shapes | BoardLib::ShapeList | [protected] |
BevelJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
boundingBox() const | BoardLib::ShapeList | [virtual] |
ButtCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
center() const | BoardLib::ShapeList | [virtual] |
clear() (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |
clone() const | BoardLib::ShapeList | [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 | BoardLib::ShapeList | [virtual] |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const | BoardLib::ShapeList | [virtual] |
flushSVG(std::ostream &stream, const TransformSVG &transform) const | BoardLib::ShapeList | [virtual] |
free() | BoardLib::ShapeList | [protected] |
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 | |
operator<<(const Shape &shape) (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |
operator=(const ShapeList &other) (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |
penColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
postscriptProperties() const | BoardLib::Shape | [protected] |
rotate(double angle, const Point ¢er) | BoardLib::ShapeList | [virtual] |
rotate(double angle) | BoardLib::ShapeList | [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) | BoardLib::ShapeList | [virtual] |
Shape(Color penColor, Color fillColor, float lineWidth, const LineCap cap, const LineJoin join, int depth) | BoardLib::Shape | [inline] |
ShapeList(int depth=-1) (defined in BoardLib::ShapeList) | BoardLib::ShapeList | [inline] |
ShapeList(const ShapeList &other) (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |
SquareCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
svgProperties(const TransformSVG &transform) const | BoardLib::Shape | [protected] |
translate(double dx, double dy) | BoardLib::ShapeList | [virtual] |
~Shape() | BoardLib::Shape | [inline, virtual] |
~ShapeList() (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |