Board 0.9.6
|
This is the complete list of members for LibBoard::Dot, including all inherited members.
_style | LibBoard::ShapeWithStyle | protected |
_x | LibBoard::Dot | protected |
_y | LibBoard::Dot | protected |
accept(ShapeVisitor &visitor) override | LibBoard::Dot | virtual |
accept(const ShapeVisitor &visitor) override | LibBoard::Dot | virtual |
accept(ConstShapeVisitor &visitor) const override | LibBoard::Dot | virtual |
accept(const ConstShapeVisitor &visitor) const override | LibBoard::Dot | virtual |
accept(CompositeShapeTransform &transform) const override | LibBoard::Dot | virtual |
accept(const CompositeShapeTransform &transform) const override | LibBoard::Dot | virtual |
bbox(LineWidthFlag) const | LibBoard::Shape | inline |
boundingBox(LineWidthFlag) const override | LibBoard::Dot | virtual |
center(LineWidthFlag flage=IgnoreLineWidth) const override | LibBoard::Dot | virtual |
clone() const override | LibBoard::Dot | virtual |
Dot(double x, double y, Color color=Style::defaultPenColor(), double lineWidth=Style::defaultLineWidth()) | LibBoard::Dot | inline |
Dot(const Point &p, Color color=Style::defaultPenColor(), double lineWidth=Style::defaultLineWidth()) | LibBoard::Dot | inline |
Dot(const Dot &)=default | LibBoard::Dot | |
Dot(Dot &&)=default | LibBoard::Dot | |
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::Dot | virtual |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Dot | virtual |
flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Dot | virtual |
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Dot | 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::Dot | virtual |
operator=(Dot &&)=default | LibBoard::Dot | |
operator=(const Dot &)=default | LibBoard::Dot | |
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::Dot | virtual |
rotate(double angle) override | LibBoard::Dot | virtual |
rotated(double angle, const Point ¢er) const | LibBoard::Dot | |
rotated(double angle) const | LibBoard::Dot | |
rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
rotateDeg(double angle) | LibBoard::Shape | inline |
scale(double sx, double sy) override | LibBoard::Dot | virtual |
scale(double s) override | LibBoard::Dot | virtual |
scaleAll(double s) override | LibBoard::Dot | virtual |
scaled(double sx, double sy) const | LibBoard::Dot | |
scaled(double s) const | LibBoard::Dot | |
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 |
translate(double dx, double dy) override | LibBoard::Dot | virtual |
translated(double dx, double dy) const | LibBoard::Dot | |
updateLineWidth(double s) | LibBoard::ShapeWithStyle | inlineprotected |
~Dot() override=default | LibBoard::Dot | |
~Shape() | LibBoard::Shape | virtual |
~ShapeWithStyle() | LibBoard::ShapeWithStyle |