|
Board 0.9.6
|
This is the complete list of members for LibBoard::Ellipse, including all inherited members.
| _angle | LibBoard::Ellipse | protected |
| _center | LibBoard::Ellipse | protected |
| _isCreatedAsCircle | LibBoard::Ellipse | protected |
| _style | LibBoard::ShapeWithStyle | protected |
| _xRadius | LibBoard::Ellipse | protected |
| _yRadius | LibBoard::Ellipse | protected |
| accept(ShapeVisitor &visitor) override | LibBoard::Ellipse | virtual |
| accept(const ShapeVisitor &visitor) override | LibBoard::Ellipse | virtual |
| accept(ConstShapeVisitor &visitor) const override | LibBoard::Ellipse | virtual |
| accept(const ConstShapeVisitor &visitor) const override | LibBoard::Ellipse | virtual |
| accept(CompositeShapeTransform &transform) const override | LibBoard::Ellipse | virtual |
| accept(const CompositeShapeTransform &transform) const override | LibBoard::Ellipse | virtual |
| angle() const | LibBoard::Ellipse | inline |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| boundingBox(LineWidthFlag) const override | LibBoard::Ellipse | virtual |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const override | LibBoard::Ellipse | virtual |
| clone() const override | LibBoard::Ellipse | virtual |
| Ellipse(double x, double y, double xRadius, double yRadius, Color penColor=Style::defaultPenColor(), Color fillColor=Style::defaultFillColor(), double lineWidth=Style::defaultLineWidth(), LineStyle lineStyle=Style::defaultLineStyle()) | LibBoard::Ellipse | inline |
| Ellipse(Point center, double xRadius, double yRadius, Color penColor=Style::defaultPenColor(), Color fillColor=Style::defaultFillColor(), double lineWidth=Style::defaultLineWidth(), const LineStyle lineStyle=Style::defaultLineStyle()) | LibBoard::Ellipse | inline |
| Ellipse(Point center, double xRadius, double yRadius, Style style) | LibBoard::Ellipse | inline |
| Ellipse(const Ellipse &)=default | LibBoard::Ellipse | |
| Ellipse(Ellipse &&)=default | LibBoard::Ellipse | |
| 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::Ellipse | virtual |
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Ellipse | virtual |
| flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Ellipse | virtual |
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Ellipse | 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::Ellipse | virtual |
| operator=(Ellipse &&)=default | LibBoard::Ellipse | |
| operator=(const Ellipse &)=default | LibBoard::Ellipse | |
| LibBoard::ShapeWithStyle::operator=(const ShapeWithStyle &other) | LibBoard::ShapeWithStyle | |
| penColor() const | LibBoard::ShapeWithStyle | inline |
| perimeter() const | LibBoard::Ellipse | |
| resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| resized(double w, double h, LineWidthFlag lineWidthFlag) const | LibBoard::Ellipse | |
| rotate(double angle, const Point ¢er) override | LibBoard::Ellipse | virtual |
| rotate(double angle) override | LibBoard::Ellipse | virtual |
| rotated(double angle, const Point ¢er) const | LibBoard::Ellipse | |
| rotated(double angle) const | LibBoard::Ellipse | |
| rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
| rotateDeg(double angle) | LibBoard::Shape | inline |
| sampledPath(int n, SamplingStart start=SamplingFromRight) const | LibBoard::Ellipse | |
| SamplingFromBottom enum value | LibBoard::Ellipse | |
| SamplingFromLeft enum value | LibBoard::Ellipse | |
| SamplingFromRight enum value | LibBoard::Ellipse | |
| SamplingFromTop enum value | LibBoard::Ellipse | |
| SamplingStart enum name | LibBoard::Ellipse | |
| scale(double sx, double sy) override | LibBoard::Ellipse | virtual |
| scale(double s) override | LibBoard::Ellipse | virtual |
| scaleAll(double s) override | LibBoard::Ellipse | virtual |
| scaled(double sx, double sy) const | LibBoard::Ellipse | |
| scaled(double s) const | LibBoard::Ellipse | |
| scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| setCircleFlag() | LibBoard::Ellipse | |
| 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::Ellipse | virtual |
| translated(double dx, double dy) const | LibBoard::Ellipse | |
| updateLineWidth(double s) | LibBoard::ShapeWithStyle | inlineprotected |
| xRadius() const | LibBoard::Ellipse | inline |
| yRadius() const | LibBoard::Ellipse | inline |
| ~Ellipse() override=default | LibBoard::Ellipse | |
| ~Shape() | LibBoard::Shape | virtual |
| ~ShapeWithStyle() | LibBoard::ShapeWithStyle |