|
Board 0.9.6
|
This is the complete list of members for LibBoard::Text, including all inherited members.
| _box | LibBoard::Text | protected |
| _font | LibBoard::Text | protected |
| _size | LibBoard::Text | protected |
| _style | LibBoard::ShapeWithStyle | protected |
| _svgFont | LibBoard::Text | protected |
| _text | LibBoard::Text | protected |
| _xScale | LibBoard::Text | protected |
| _yScale | LibBoard::Text | protected |
| accept(ShapeVisitor &visitor) override | LibBoard::Text | virtual |
| accept(const ShapeVisitor &visitor) override | LibBoard::Text | virtual |
| accept(ConstShapeVisitor &visitor) const override | LibBoard::Text | virtual |
| accept(const ConstShapeVisitor &visitor) const override | LibBoard::Text | virtual |
| accept(CompositeShapeTransform &transform) const override | LibBoard::Text | virtual |
| accept(const CompositeShapeTransform &transform) const override | LibBoard::Text | virtual |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| boundingBox(LineWidthFlag) const override | LibBoard::Text | virtual |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const override | LibBoard::Text | virtual |
| clone() const override | LibBoard::Text | virtual |
| fillColor() const | LibBoard::ShapeWithStyle | inline |
| filled() const | LibBoard::ShapeWithStyle | 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 |
| lineCap() const | LibBoard::ShapeWithStyle | inline |
| lineJoin() const | LibBoard::ShapeWithStyle | inline |
| lineStyle() const | LibBoard::ShapeWithStyle | inline |
| lineWidth() const | LibBoard::ShapeWithStyle | inline |
| 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=(Text &&)=default | LibBoard::Text | |
| operator=(const Text &)=default | LibBoard::Text | |
| LibBoard::ShapeWithStyle::operator=(const ShapeWithStyle &other) | LibBoard::ShapeWithStyle | |
| penColor() const | LibBoard::ShapeWithStyle | inline |
| resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| rotate(double angle, const Point ¢er) override | LibBoard::Text | virtual |
| rotate(double angle) override | LibBoard::Text | virtual |
| rotated(double angle, const Point ¢er) const | LibBoard::Text | |
| rotated(double angle) const | LibBoard::Text | |
| rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
| rotateDeg(double angle) | LibBoard::Shape | inline |
| 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 | |
| setFillColor(const Color &) | LibBoard::ShapeWithStyle | inline |
| setLineCap(LineCap) | LibBoard::ShapeWithStyle | inline |
| setLineJoin(LineJoin) | LibBoard::ShapeWithStyle | inline |
| setLineStyle(LineStyle) | LibBoard::ShapeWithStyle | inline |
| setLineWidth(double) | LibBoard::ShapeWithStyle | inline |
| setLineWidthScaling(bool) | LibBoard::ShapeWithStyle | static |
| setPenColor(const Color &) | LibBoard::ShapeWithStyle | inline |
| setStyle(const Style &) | LibBoard::ShapeWithStyle | inline |
| Shape() | LibBoard::Shape | inline |
| Shape(const Shape &other) | LibBoard::Shape | |
| ShapeWithStyle(Color penColor, Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join) | LibBoard::ShapeWithStyle | inline |
| ShapeWithStyle(const Style &style) | LibBoard::ShapeWithStyle | inline |
| ShapeWithStyle(const ShapeWithStyle &other) | LibBoard::ShapeWithStyle | |
| style() const | LibBoard::ShapeWithStyle | inline |
| Text(double x, double y, const std::string &text, const Fonts::Font font, double size, Color color=Color::Black) | LibBoard::Text | |
| Text(Point p, const std::string &text, const Fonts::Font font, double size, Color color=Color::Black) | 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) | LibBoard::Text | |
| Text(Point p, const std::string &text, const Fonts::Font font, const std::string &svgFont, double size, Color color=Color::Black) | LibBoard::Text | |
| Text(const Text &)=default | LibBoard::Text | |
| Text(Text &&)=default | LibBoard::Text | |
| translate(double dx, double dy) override | LibBoard::Text | virtual |
| translated(double dx, double dy) const | LibBoard::Text | |
| updateLineWidth(double s) | LibBoard::ShapeWithStyle | inlineprotected |
| ~Shape() | LibBoard::Shape | virtual |
| ~ShapeWithStyle() | LibBoard::ShapeWithStyle | |
| ~Text() override=default | LibBoard::Text |