|
Board
0.9.4
|
This is the complete list of members for LibBoard::Board, including all inherited members.
| _backgroundColor | LibBoard::Board | protected |
| _clippingPath (defined in LibBoard::Board) | LibBoard::Board | protected |
| _defaultFillColor (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _defaultLineCap (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _defaultLineJoin (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _defaultLineStyle (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _defaultLineWidth (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _defaultPenColor (defined in LibBoard::Shape) | LibBoard::Shape | protectedstatic |
| _depth | LibBoard::Shape | protected |
| _fillColor | LibBoard::Shape | protected |
| _lineCap | LibBoard::Shape | protected |
| _lineJoin | LibBoard::Shape | protected |
| _lineStyle | LibBoard::Shape | protected |
| _lineWidth | LibBoard::Shape | protected |
| _lineWidthScaling | LibBoard::Shape | protectedstatic |
| _nextDepth | LibBoard::ShapeList | protected |
| _penColor | LibBoard::Shape | protected |
| _shapes | LibBoard::ShapeList | protected |
| _state | LibBoard::Board | protected |
| A0 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A1 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A10 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A2 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A3 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A4 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A5 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A6 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A7 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A8 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| A9 enum value (defined in LibBoard::Board) | LibBoard::Board | |
| accept(ShapeVisitor &visitor) | LibBoard::ShapeList | virtual |
| accept(const ShapeVisitor &visitor) | LibBoard::ShapeList | virtual |
| addDuplicates(const Shape &shape, std::size_t times, double dx, double dy, double scale=1.0) | LibBoard::Board | |
| addDuplicates(const Shape &shape, std::size_t 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 |
| addTiling(const Shape &shape, Point topLeftCorner, std::size_t columns, std::size_t rows, double spacing=0.0, LineWidthFlag lineWidthFlag=UseLineWidth) | LibBoard::ShapeList | |
| AlignBottom enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| AlignCenter enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| AlignLeft enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| Alignment enum name (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| AlignRight enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| AlignTop enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| append(const Shape &shape, Direction direction, Alignment alignment, double margin=0.0, LineWidthFlag lineWidthFlag=UseLineWidth) | LibBoard::ShapeList | |
| AspectRatioFlag enum name (defined in LibBoard::Board) | LibBoard::Board | |
| backgroundColor(const Color &color) | LibBoard::Board | |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| BevelJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| Board(const Color &backgroundColor=Color::Null) | LibBoard::Board | |
| Board(const Board &other) | LibBoard::Board | |
| Bottom enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| BoundingBox enum value (defined in LibBoard::Board) | LibBoard::Board | |
| boundingBox(LineWidthFlag) const | LibBoard::ShapeList | virtual |
| ButtCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual |
| clear(const Color &color=Color::Null) | 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 | |
| defaultFillColor() | LibBoard::Shape | static |
| defaultLineCap() | LibBoard::Shape | static |
| defaultLineJoin() | LibBoard::Shape | static |
| defaultLineStyle() | LibBoard::Shape | static |
| defaultLineWidth() | LibBoard::Shape | static |
| defaultPenColor() | LibBoard::Shape | static |
| 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 |
| Direction enum name (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| disableLineWidthScaling() | LibBoard::Shape | static |
| DotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| drawArrow(double x1, double y1, double x2, double y2, int depth=-1) | LibBoard::Board | |
| drawArrow(Point p, Point q, int depth=-1) | LibBoard::Board | |
| drawBoundingBox(LineWidthFlag lineWidthFlag, 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 | |
| drawLine(Point p, Point q, int depth=-1) | LibBoard::Board | |
| drawPolyline(const std::vector< Point > &points, int depth=-1) | LibBoard::Board | |
| drawRectangle(double left, double top, double width, double height, int depth=-1) | LibBoard::Board | |
| drawRectangle(const Rect &r, int depth=-1) | LibBoard::Board | |
| drawText(double x, double y, const char *text, int depth=-1) | LibBoard::Board | |
| drawText(Point p, const char *text, int depth=-1) | LibBoard::Board | |
| drawText(double x, double y, const std::string &str, int depth=-1) | LibBoard::Board | |
| drawText(Point p, 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(std::size_t copies=1) | LibBoard::ShapeList | |
| enableLineWidthScaling() | LibBoard::Shape | static |
| Executive enum value (defined in LibBoard::Board) | LibBoard::Board | |
| fillCircle(double x, double y, double radius, int depth=-1) | LibBoard::Board | |
| fillColor() const | LibBoard::Board | |
| 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 left, double top, double width, double height, int depth=-1) | LibBoard::Board | |
| fillRectangle(const Rect &r, 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 |
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const | LibBoard::ShapeList | virtual |
| free() | LibBoard::ShapeList | protected |
| IgnoreAspectRatio enum value (defined in LibBoard::Board) | LibBoard::Board | |
| IgnoreLineWidth enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| insert(const Shape &shape, int depth) | LibBoard::ShapeList | |
| KeepAspectRatio enum value (defined in LibBoard::Board) | LibBoard::Board | |
| last(const std::size_t position=0) | LibBoard::ShapeList | |
| last(const std::size_t position=0) (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| Left enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| Legal enum value (defined in LibBoard::Board) | LibBoard::Board | |
| 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 | |
| LineWidthFlag enum name (defined in LibBoard::Shape) | LibBoard::Shape | |
| makeGrid(Point topLeft, size_t columns, size_t rows, double width, double height, Color penColor, Color fillColor, double lineWidth, const LineStyle style=SolidStyle, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, int depth=-1) | LibBoard::Board | static |
| 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 | |
| moveCenter(double x, double y, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
| moveCenter(Point p, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | 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=(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 | LibBoard::Board | |
| postscriptProperties(const TransformEPS &transform) const | LibBoard::Shape | protected |
| repeat(const Shape &shape, unsigned int times, double dx, double dy, double scaleX=1.0, double scaleY=1.0, double angle=0.0) | LibBoard::ShapeList | |
| Right enum value (defined in LibBoard::ShapeList) | LibBoard::ShapeList | |
| 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=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| save(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveEPS(std::ostream &out, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(const char *filename, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveFIG(const char *filename, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveFIG(std::ostream &out, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveFIG(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveFIG(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveSVG(const char *filename, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveSVG(std::ostream &out, PageSize size=Board::BoundingBox, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveSVG(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveSVG(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=UMillimeter) const | LibBoard::Board | |
| saveTikZ(const char *filename, PageSize size=Board::BoundingBox, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(std::ostream &out, PageSize size=Board::BoundingBox, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(const char *filename, double pageWidth, double pageHeight, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(std::ostream &out, double pageWidth, double pageHeight, double margin=0.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 | |
| scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| 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 | |
| setClippingRectangle(const Rect &rect) | LibBoard::Board | |
| setDefaultFillColor(Color) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| setDefaultLineCap(Shape::LineCap) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| setDefaultLineJoin(Shape::LineJoin) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| setDefaultLineStyle(Shape::LineStyle) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| setDefaultLineWidth(double) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| setDefaultPenColor(Color) (defined in LibBoard::Shape) | LibBoard::Shape | static |
| 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 | |
| setLineWidth(double width) | LibBoard::Board | |
| setLineWidthScaling(bool) | LibBoard::Shape | static |
| 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 | |
| ShapeList(const Shape &shape, unsigned int times, double dx, double dy, double scale) | LibBoard::ShapeList | |
| ShapeList(const Shape &shape, unsigned int times, double dx, double dy, double scaleX, double scaleY, double angle) | 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 |
| tikzProperties(const TransformTikZ &transform) const | LibBoard::Shape | protected |
| toMillimeter(double x, Unit unit) (defined in LibBoard::Board) | LibBoard::Board | protectedstatic |
| top() | LibBoard::ShapeList | |
| Top enum value (defined in LibBoard::ShapeList) | 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 | |
| updateLineWidth(double s) (defined in LibBoard::Shape) | LibBoard::Shape | inlineprotected |
| UPoint enum value (defined in LibBoard::Board) | LibBoard::Board | |
| UseLineWidth enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| ~Board() (defined in LibBoard::Board) | LibBoard::Board | |
| ~Shape() | LibBoard::Shape | inlinevirtual |
| ~ShapeList() (defined in LibBoard::ShapeList) | LibBoard::ShapeList |
1.8.10