, including all inherited members.
| _backgroundColor | LibBoard::Board | [protected] |
| _clippingPath (defined in LibBoard::Board) | LibBoard::Board | [protected] |
| _depth | LibBoard::Shape | [protected] |
| _fillColor | LibBoard::Shape | [protected] |
| _lineCap | LibBoard::Shape | [protected] |
| _lineJoin | LibBoard::Shape | [protected] |
| _lineStyle | LibBoard::Shape | [protected] |
| _lineWidth | LibBoard::Shape | [protected] |
| _nextDepth | LibBoard::ShapeList | [protected] |
| _penColor | LibBoard::Shape | [protected] |
| _shapes | LibBoard::ShapeList | [protected] |
| _state | LibBoard::Board | [protected] |
| A4 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| addDuplicates(const Shape &shape, unsigned int times, double dx, double dy, double scale=1.0) | LibBoard::Board | |
| addDuplicates(const Shape &shape, unsigned int times, double dx, double dy, double scaleX, double scaleY, double angle=0.0) | LibBoard::Board | |
| addShape(const Shape &shape, double scaleFactor) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | [protected] |
| backgroundColor(const Color &color) | LibBoard::Board | |
| bbox() | LibBoard::Shape | [inline] |
| BevelJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| Board(const Color &backgroundColor=Color::None) | LibBoard::Board | |
| Board(const Board &other) | LibBoard::Board | |
| boundingBox() const | LibBoard::ShapeList | [virtual] |
| BoundingBox enum value (defined in LibBoard::Board) | LibBoard::Board | |
| ButtCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| center() const | LibBoard::ShapeList | [virtual] |
| clear(const Color &color=Color::None) | LibBoard::Board | |
| clear(unsigned char red, unsigned char green, unsigned char blue) | LibBoard::Board | [inline] |
| clear() (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| clone() const | LibBoard::ShapeList | [virtual] |
| DashDotDotDotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| DashDotDotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| DashDotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| DashStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| Degree (defined in LibBoard::Board) | LibBoard::Board | [static] |
| depth() const (defined in LibBoard::Shape) | LibBoard::Shape | [inline] |
| depth(int) (defined in LibBoard::Shape) | LibBoard::Shape | [virtual] |
| DotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| drawArrow(double x1, double y1, double x2, double y2, bool filled=true, int depth=-1) | LibBoard::Board | |
| drawBoundingBox(int depth=-1) | LibBoard::Board | |
| drawCircle(double x, double y, double radius, int depth=-1) | LibBoard::Board | |
| drawClosedPolyline(const std::vector< Point > &points, int depth=-1) | LibBoard::Board | |
| drawDot(double x, double y, int depth=-1) | LibBoard::Board | |
| drawEllipse(double x, double y, double xRadius, double yRadius, int depth=-1) | LibBoard::Board | |
| drawLine(double x1, double y1, double x2, double y2, int depth=-1) | LibBoard::Board | |
| drawPolyline(const std::vector< Point > &points, int depth=-1) | LibBoard::Board | |
| drawRectangle(double x, double y, double width, double height, int depth=-1) | LibBoard::Board | |
| drawText(double x, double y, const char *text, int depth=-1) | LibBoard::Board | |
| drawText(double x, double y, const std::string &str, int depth=-1) | LibBoard::Board | |
| drawTriangle(double x1, double y1, double x2, double y2, double x3, double y3, int depth=-1) | LibBoard::Board | |
| drawTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | LibBoard::Board | |
| dup(unsigned int copies=1) | LibBoard::ShapeList | |
| fillCircle(double x, double y, double radius, int depth=-1) | LibBoard::Board | |
| fillColor() const (defined in LibBoard::Shape) | LibBoard::Shape | [inline] |
| filled() const | LibBoard::Shape | [inline] |
| fillEllipse(double x, double y, double xRadius, double yRadius, int depth=-1) | LibBoard::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) | LibBoard::Board | |
| fillGouraudTriangle(const double x1, const double y1, const Color &color1, const double x2, const double y2, const Color &color2, const double x3, const double y3, const Color &color3, unsigned char divisions=3, int depth=-1) | LibBoard::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) | LibBoard::Board | |
| fillGouraudTriangle(const double x1, const double y1, const float brightness1, const double x2, const double y2, const float brightness2, const double x3, const double y3, const float brightness3, unsigned char divisions=3, int depth=-1) | LibBoard::Board | [inline] |
| fillPolyline(const std::vector< Point > &points, int depth=-1) | LibBoard::Board | |
| fillRectangle(double x, double y, double width, double height, int depth=-1) | LibBoard::Board | |
| fillTriangle(double x1, double y1, double x2, double y2, double x3, double y3, int depth=-1) | LibBoard::Board | |
| fillTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1) | LibBoard::Board | |
| flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const | LibBoard::ShapeList | [virtual] |
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const | LibBoard::ShapeList | [virtual] |
| flushSVG(std::ostream &stream, const TransformSVG &transform) const | LibBoard::ShapeList | [virtual] |
| free() | LibBoard::ShapeList | [protected] |
| insert(const Shape &shape, int depth) | LibBoard::ShapeList | |
| last(const unsigned int position=0) | LibBoard::ShapeList | [inline] |
| last(const unsigned int position=0) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| Letter enum value (defined in LibBoard::Board) | LibBoard::Board | |
| LineCap enum name (defined in LibBoard::Shape) | LibBoard::Shape | |
| LineJoin enum name (defined in LibBoard::Shape) | LibBoard::Shape | |
| LineStyle enum name (defined in LibBoard::Shape) | LibBoard::Shape | |
| maxDepth() const (defined in LibBoard::ShapeList) | LibBoard::ShapeList | [virtual] |
| minDepth() const (defined in LibBoard::ShapeList) | LibBoard::ShapeList | [virtual] |
| MiterJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| name() const | LibBoard::ShapeList | [virtual] |
| operator++() | LibBoard::Shape | [inline] |
| operator+=(const Shape &shape) | LibBoard::ShapeList | |
| operator--() | LibBoard::Shape | [inline] |
| operator<<(const Shape &shape) | LibBoard::Board | |
| operator<<(Unit unit) | LibBoard::Board | |
| operator=(const Board &other) | LibBoard::Board | |
| operator=(const ShapeList &other) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| PageSize enum name (defined in LibBoard::Board) | LibBoard::Board | |
| penColor() const (defined in LibBoard::Shape) | LibBoard::Shape | [inline] |
| postscriptProperties() const | LibBoard::Shape | [protected] |
| rotate(double angle, const Point ¢er) | LibBoard::Board | [virtual] |
| rotate(double angle) | LibBoard::Board | [virtual] |
| rotated(double angle, const Point ¢er) (defined in LibBoard::Board) | LibBoard::Board | |
| rotated(double angle) (defined in LibBoard::Board) | LibBoard::Board | |
| rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | [inline] |
| rotateDeg(double angle) | LibBoard::Shape | [inline] |
| RoundCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| RoundJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| save(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const | LibBoard::Board | |
| save(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const | LibBoard::Board | |
| saveEPS(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const | LibBoard::Board | |
| saveEPS(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const | LibBoard::Board | |
| saveFIG(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const | LibBoard::Board | |
| saveFIG(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const | LibBoard::Board | |
| saveSVG(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const | LibBoard::Board | |
| saveSVG(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const | LibBoard::Board | |
| scale(double sx, double sy) | LibBoard::Board | [virtual] |
| scale(double s) | LibBoard::Board | [virtual] |
| scaleAll(double s) | LibBoard::ShapeList | [virtual] |
| scaled(double sx, double sy) (defined in LibBoard::Board) | LibBoard::Board | |
| scaled(double s) (defined in LibBoard::Board) | LibBoard::Board | |
| setClippingPath(const std::vector< Point > &points) | LibBoard::Board | |
| setClippingPath(const Path &path) | LibBoard::Board | |
| setClippingRectangle(double x, double y, double width, double height) | LibBoard::Board | |
| setFillColor(const Color &color) | LibBoard::Board | |
| setFillColorRGBf(float red, float green, float blue, float alpha=1.0f) | LibBoard::Board | |
| setFillColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | LibBoard::Board | |
| setFont(const Fonts::Font font, double fontSize) | LibBoard::Board | |
| setFontSize(double fontSize) | LibBoard::Board | |
| setLineCap(Shape::LineCap cap) | LibBoard::Board | [inline] |
| setLineJoin(Shape::LineJoin join) | LibBoard::Board | [inline] |
| setLineStyle(Shape::LineStyle style) | LibBoard::Board | [inline] |
| setLineWidth(double width) | LibBoard::Board | |
| setPenColor(const Color &color) | LibBoard::Board | |
| setPenColorRGBf(float red, float green, float blue, float alpha=1.0f) | LibBoard::Board | |
| setPenColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | LibBoard::Board | |
| setUnit(Unit unit) | LibBoard::Board | |
| setUnit(double factor, Unit unit) | LibBoard::Board | |
| Shape(Color penColor, Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join, int depth) | LibBoard::Shape | [inline] |
| ShapeList(int depth=-1) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | [inline] |
| ShapeList(const ShapeList &other) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| shiftDepth(int shift) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | [virtual] |
| SolidStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| SquareCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| svgProperties(const TransformSVG &transform) const | LibBoard::Shape | [protected] |
| top() | LibBoard::ShapeList | |
| translate(double dx, double dy) | LibBoard::Board | [virtual] |
| translated(double dx, double dy) (defined in LibBoard::Board) | LibBoard::Board | |
| UCentimeter enum value (defined in LibBoard::Board) | LibBoard::Board | |
| UInche enum value (defined in LibBoard::Board) | LibBoard::Board | |
| UMillimeter enum value (defined in LibBoard::Board) | LibBoard::Board | |
| Unit enum name (defined in LibBoard::Board) | LibBoard::Board | |
| UPoint enum value (defined in LibBoard::Board) | LibBoard::Board | |
| ~Board() (defined in LibBoard::Board) | LibBoard::Board | |
| ~Shape() | LibBoard::Shape | [inline, virtual] |
| ~ShapeList() (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |