|
Board
0.9.4
|
This is the complete list of members for LibBoard::Text, including all inherited members.
| _box (defined in LibBoard::Text) | LibBoard::Text | 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 |
| _font (defined in LibBoard::Text) | LibBoard::Text | protected |
| _lineCap | LibBoard::Shape | protected |
| _lineJoin | LibBoard::Shape | protected |
| _lineStyle | LibBoard::Shape | protected |
| _lineWidth | LibBoard::Shape | protected |
| _lineWidthScaling | LibBoard::Shape | protectedstatic |
| _penColor | LibBoard::Shape | protected |
| _size (defined in LibBoard::Text) | LibBoard::Text | protected |
| _svgFont (defined in LibBoard::Text) | LibBoard::Text | protected |
| _text (defined in LibBoard::Text) | LibBoard::Text | protected |
| _xScale (defined in LibBoard::Text) | LibBoard::Text | protected |
| _yScale (defined in LibBoard::Text) | LibBoard::Text | protected |
| accept(ShapeVisitor &visitor) | LibBoard::Shape | virtual |
| accept(const ShapeVisitor &visitor) | LibBoard::Shape | virtual |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| BevelJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| boundingBox(LineWidthFlag) const override | LibBoard::Text | virtual |
| ButtCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const override | LibBoard::Text | virtual |
| clone() const override | LibBoard::Text | 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 |
| depth() const (defined in LibBoard::Shape) | LibBoard::Shape | inline |
| depth(int) (defined in LibBoard::Shape) | LibBoard::Shape | virtual |
| disableLineWidthScaling() | LibBoard::Shape | static |
| DotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| enableLineWidthScaling() | LibBoard::Shape | static |
| fillColor() const (defined in LibBoard::Shape) | LibBoard::Shape | inline |
| filled() const | LibBoard::Shape | inline |
| flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const override | LibBoard::Text | virtual |
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Text | virtual |
| flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Text | virtual |
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Text | virtual |
| IgnoreLineWidth enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| 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 | |
| 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 override | LibBoard::Text | virtual |
| operator++() | LibBoard::Shape | inline |
| operator--() | LibBoard::Shape | inline |
| penColor() const (defined in LibBoard::Shape) | LibBoard::Shape | inline |
| postscriptProperties(const TransformEPS &transform) const | LibBoard::Shape | protected |
| rotate(double angle, const Point ¢er) override | LibBoard::Text | virtual |
| rotate(double angle) override | LibBoard::Text | virtual |
| rotated(double angle, const Point ¢er) const (defined in LibBoard::Text) | LibBoard::Text | |
| rotated(double angle) const (defined in LibBoard::Text) | LibBoard::Text | |
| 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 | |
| scale(double sx, double sy) override | LibBoard::Text | virtual |
| scale(double s) override | LibBoard::Text | virtual |
| scaleAll(double s) override | LibBoard::Text | virtual |
| scaled(double sx, double sy) const | LibBoard::Text | |
| scaled(double s) const | LibBoard::Text | |
| scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| 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 |
| setLineWidthScaling(bool) | LibBoard::Shape | static |
| Shape(Color penColor, Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join, int depth) | LibBoard::Shape | inline |
| shiftDepth(int shift) (defined in LibBoard::Shape) | LibBoard::Shape | 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 |
| Text(double x, double y, const std::string &text, const Fonts::Font font, double size, Color color=Color::Black, int depth=-1) | LibBoard::Text | |
| Text(Point p, const std::string &text, const Fonts::Font font, double size, Color color=Color::Black, int depth=-1) | LibBoard::Text | |
| Text(double x, double y, const std::string &text, const Fonts::Font font, const std::string &svgFont, double size, Color color=Color::Black, int depth=-1) | LibBoard::Text | |
| Text(Point p, const std::string &text, const Fonts::Font font, const std::string &svgFont, double size, Color color=Color::Black, int depth=-1) | LibBoard::Text | |
| tikzProperties(const TransformTikZ &transform) const | LibBoard::Shape | protected |
| translate(double dx, double dy) override | LibBoard::Text | virtual |
| translated(double dx, double dy) const | LibBoard::Text | |
| updateLineWidth(double s) (defined in LibBoard::Shape) | LibBoard::Shape | inlineprotected |
| UseLineWidth enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| ~Shape() | LibBoard::Shape | inlinevirtual |
1.8.10