_backgroundColor | BoardLib::Board | [protected] |
_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] |
_state | BoardLib::Board | [protected] |
backgroundColor(const Color &color) | BoardLib::Board | |
backgroundColor(const Color &color) | BoardLib::Board | |
BevelJoin enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
Board(const Color &backgroundColor=Color::none) | BoardLib::Board | |
Board(const Board &other) | BoardLib::Board | |
Board(const Color &backgroundColor=Color::none) | BoardLib::Board | |
Board(const Board &other) | BoardLib::Board | |
boundingBox() const | BoardLib::ShapeList | [virtual] |
ButtCap enum value (defined in BoardLib::Shape) | BoardLib::Shape | |
center() const | BoardLib::ShapeList | [virtual] |
clear(const Color &color=Color::none) | BoardLib::Board | |
clear(unsigned char red, unsigned char green, unsigned char blue) | BoardLib::Board | [inline] |
clear(const Color &color=Color::none) | BoardLib::Board | |
clear(unsigned char red, unsigned char green, unsigned char blue) | BoardLib::Board | [inline] |
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] |
drawArrow(float x1, float y1, float x2, float y2, bool filled=false, int depth=-1) | BoardLib::Board | |
drawArrow(float x1, float y1, float x2, float y2, bool filled=false, int depth=-1) | BoardLib::Board | |
drawBoundingBox(int depth=-1) | BoardLib::Board | |
drawBoundingBox(int depth=-1) | BoardLib::Board | |
drawCircle(float x, float y, float radius, int depth=-1) | BoardLib::Board | |
drawCircle(float x, float y, float radius, int depth=-1) | BoardLib::Board | |
drawClosedPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
drawClosedPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
drawEllipse(float x, float y, float xRadius, float yRadius, int depth=-1) | BoardLib::Board | |
drawEllipse(float x, float y, float xRadius, float yRadius, int depth=-1) | BoardLib::Board | |
drawLine(float x1, float y1, float x2, float y2, int depth=-1) | BoardLib::Board | |
drawLine(float x1, float y1, float x2, float y2, int depth=-1) | BoardLib::Board | |
drawPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
drawPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
drawRectangle(float x, float y, float width, float height, int depth=-1) | BoardLib::Board | |
drawRectangle(float x, float y, float width, float height, int depth=-1) | BoardLib::Board | |
drawText(float x, float y, const char *text, int depth=-1) | BoardLib::Board | |
drawText(float x, float y, const char *text, int depth=-1) | BoardLib::Board | |
drawTriangle(float x1, float y1, float x2, float y2, float x3, float y3, int depth=-1) | BoardLib::Board | |
drawTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | BoardLib::Board | |
drawTriangle(float x1, float y1, float x2, float y2, float x3, float y3, int depth=-1) | BoardLib::Board | |
drawTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | BoardLib::Board | |
fillCircle(float x, float y, float radius, int depth=-1) | BoardLib::Board | |
fillCircle(float x, float y, float radius, int depth=-1) | BoardLib::Board | |
fillColor() const (defined in BoardLib::Shape) | BoardLib::Shape | [inline] |
filled() const | BoardLib::Shape | [inline] |
fillEllipse(float x, float y, float xRadius, float yRadius, int depth=-1) | BoardLib::Board | |
fillEllipse(float x, float y, float xRadius, float yRadius, int depth=-1) | BoardLib::Board | |
fillGouraudTriangle(const Point &p1, const Color &color1, const Point &p2, const Color &color2, const Point &p3, const Color &color3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | |
fillGouraudTriangle(const float x1, const float y1, const Color &color1, const float x2, const float y2, const Color &color2, const float x3, const float y3, const Color &color3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | [inline] |
fillGouraudTriangle(const Point &p1, const float brightness1, const Point &p2, const float brightness2, const Point &p3, const float brightness3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | |
fillGouraudTriangle(const float x1, const float y1, const float brightness1, const float x2, const float y2, const float brightness1, const float x3, const float y3, const float brightness1, unsigned char divisions=3, int depth=-1) | BoardLib::Board | [inline] |
fillGouraudTriangle(const Point &p1, const Color &color1, const Point &p2, const Color &color2, const Point &p3, const Color &color3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | |
fillGouraudTriangle(const float x1, const float y1, const Color &color1, const float x2, const float y2, const Color &color2, const float x3, const float y3, const Color &color3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | [inline] |
fillGouraudTriangle(const Point &p1, const float brightness1, const Point &p2, const float brightness2, const Point &p3, const float brightness3, unsigned char divisions=3, int depth=-1) | BoardLib::Board | |
fillGouraudTriangle(const float x1, const float y1, const float brightness1, const float x2, const float y2, const float brightness1, const float x3, const float y3, const float brightness1, unsigned char divisions=3, int depth=-1) | BoardLib::Board | [inline] |
fillPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
fillPolyline(const std::vector< Point > &points, int depth=-1) | BoardLib::Board | |
fillRectangle(float x, float y, float width, float height, int depth=-1) | BoardLib::Board | |
fillRectangle(float x, float y, float width, float height, int depth=-1) | BoardLib::Board | |
fillTriangle(float x1, float y1, float x2, float y2, float x3, float y3, int depth=-1) | BoardLib::Board | |
fillTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | BoardLib::Board | |
fillTriangle(float x1, float y1, float x2, float y2, float x3, float y3, int depth=-1) | BoardLib::Board | |
fillTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | BoardLib::Board | |
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 Board &other) | BoardLib::Board | |
operator=(const Board &other) | BoardLib::Board | |
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 | |
save(const char *filename) const | BoardLib::Board | |
save(const char *filename) const | BoardLib::Board | |
saveEPS(const char *filename, float scale=1.0f) const | BoardLib::Board | |
saveEPS(const char *filename, float scale=1.0f) const | BoardLib::Board | |
saveFIG(const char *filename, float scale=1.0f) const | BoardLib::Board | |
saveFIG(const char *filename, float scale=1.0f) const | BoardLib::Board | |
saveSVG(const char *filename, float scale=1.0f) const | BoardLib::Board | |
saveSVG(const char *filename, float scale=1.0f) const | BoardLib::Board | |
scale(double sx, double sy) | BoardLib::ShapeList | [virtual] |
setFillColor(const Color &color) | BoardLib::Board | |
setFillColor(const Color &color) | BoardLib::Board | |
setFillColorRGBf(float red, float green, float blue, float alpha=1.0f) | BoardLib::Board | |
setFillColorRGBf(float red, float green, float blue, float alpha=1.0f) | BoardLib::Board | |
setFillColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | BoardLib::Board | |
setFillColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | BoardLib::Board | |
setFont(std::string font, float fontSize) | BoardLib::Board | |
setFont(std::string font, float fontSize) | BoardLib::Board | |
setFontSize(float fontSize) | BoardLib::Board | |
setFontSize(float fontSize) | BoardLib::Board | |
setLineCap(Shape::LineCap cap) | BoardLib::Board | [inline] |
setLineCap(Shape::LineCap cap) | BoardLib::Board | [inline] |
setLineJoin(Shape::LineJoin join) | BoardLib::Board | [inline] |
setLineJoin(Shape::LineJoin join) | BoardLib::Board | [inline] |
setLineWidth(float width) | BoardLib::Board | |
setLineWidth(float width) | BoardLib::Board | |
setPenColor(const Color &color) | BoardLib::Board | |
setPenColor(const Color &color) | BoardLib::Board | |
setPenColorRGBf(float red, float green, float blue, float alpha=1.0f) | BoardLib::Board | |
setPenColorRGBf(float red, float green, float blue, float alpha=1.0f) | BoardLib::Board | |
setPenColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | BoardLib::Board | |
setPenColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | BoardLib::Board | |
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] |
~Board() (defined in BoardLib::Board) | BoardLib::Board | |
~Board() (defined in BoardLib::Board) | BoardLib::Board | |
~Shape() | BoardLib::Shape | [inline, virtual] |
~ShapeList() (defined in BoardLib::ShapeList) | BoardLib::ShapeList | |