|
Board
0.9.5
|
This is the complete list of members for LibBoard::Bezier, including all inherited members.
| _controls (defined in LibBoard::Bezier) | LibBoard::Bezier | protected |
| _name | LibBoard::Bezier | static |
| _path (defined in LibBoard::Bezier) | LibBoard::Bezier | protected |
| _style (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | protected |
| accept(ShapeVisitor &visitor) override | LibBoard::Bezier | virtual |
| accept(const ShapeVisitor &visitor) override | LibBoard::Bezier | virtual |
| accept(ConstShapeVisitor &visitor) const override | LibBoard::Bezier | virtual |
| accept(const ConstShapeVisitor &visitor) const override | LibBoard::Bezier | virtual |
| accept(CompositeShapeTransform &transform) const override | LibBoard::Bezier | virtual |
| accept(const CompositeShapeTransform &transform) const override | LibBoard::Bezier | virtual |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| Bezier(const std::vector< Point > &points, const std::vector< Point > &controls, Color penColor=Style::defaultPenColor(), Color fillColor=Style::defaultFillColor(), double lineWidth=Style::defaultLineWidth(), const LineStyle lineStyle=Style::defaultLineStyle(), const LineCap cap=Style::defaultLineCap(), const LineJoin join=Style::defaultLineJoin()) | LibBoard::Bezier | |
| Bezier(const std::vector< Point > &points, const std::vector< Point > &controls, const Style &style) | LibBoard::Bezier | |
| Bezier(Point p0, Point control0, Point p1, Point control1, Color penColor=Style::defaultPenColor(), Color fillColor=Style::defaultFillColor(), double lineWidth=Style::defaultLineWidth(), const LineStyle lineStyle=Style::defaultLineStyle(), const LineCap cap=Style::defaultLineCap(), const LineJoin join=Style::defaultLineJoin()) | LibBoard::Bezier | |
| Bezier(Point p0, Point control0, Point p1, Point control1, const Style &style) | LibBoard::Bezier | |
| Bezier(double x0, double y0, double xc0, double yc0, double x1, double y1, double xc1, double yc1, Color penColor=Style::defaultPenColor(), Color fillColor=Style::defaultFillColor(), double lineWidth=Style::defaultLineWidth(), const LineStyle lineStyle=Style::defaultLineStyle(), const LineCap cap=Style::defaultLineCap(), const LineJoin join=Style::defaultLineJoin()) | LibBoard::Bezier | |
| Bezier(double x0, double y0, double xc0, double yc0, double x1, double y1, double xc1, double yc1, const Style &style) | LibBoard::Bezier | |
| Bezier(const Bezier &)=default (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| Bezier(Bezier &&)=default (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| boundingBox(LineWidthFlag) const override | LibBoard::Bezier | virtual |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual |
| clone() const override | LibBoard::Bezier | virtual |
| controls() const (defined in LibBoard::Bezier) | LibBoard::Bezier | inline |
| discretizedPath() const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| eval(const Point &p0, const Point &p1, const Point &p2, const Point &p3, double t) const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| eval(Path::size_type interval, double t) const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| fillColor() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| filled() const | LibBoard::ShapeWithStyle | inline |
| flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const override | LibBoard::Bezier | virtual |
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Bezier | virtual |
| flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Bezier | virtual |
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Bezier | virtual |
| interpolation(const Point &y0, const Point &y1, const Point &y2, const Point &y3, const Style &style=Style::defaultStyle()) (defined in LibBoard::Bezier) | LibBoard::Bezier | static |
| lineCap() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| lineJoin() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| lineStyle() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| lineWidth() const (defined in LibBoard::ShapeWithStyle) | 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::Bezier | virtual |
| operator+(const Bezier &other) const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| operator+=(const Bezier &other) (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| operator=(Bezier &&)=default (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| operator=(const Bezier &)=default (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| operator=(const ShapeWithStyle &other) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | |
| path() const (defined in LibBoard::Bezier) | LibBoard::Bezier | inline |
| pathThroughLocalExtremums() const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| penColor() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| resized(double w, double h, LineWidthFlag lineWidthFlag) const | LibBoard::Bezier | |
| rotate(double angle, const Point ¢er) override | LibBoard::Bezier | virtual |
| rotate(double angle) override | LibBoard::Bezier | virtual |
| rotated(double angle, const Point ¢er) const (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| rotated(double angle) const | LibBoard::Bezier | |
| rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
| rotateDeg(double angle) | LibBoard::Shape | inline |
| scale(double sx, double sy) override | LibBoard::Bezier | virtual |
| scale(double s) override | LibBoard::Bezier | virtual |
| scaleAll(double s) override | LibBoard::Bezier | virtual |
| scaled(double sx, double sy) const | LibBoard::Bezier | |
| scaled(double s) const | LibBoard::Bezier | |
| scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| setFillColor(const Color &) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setLineCap(LineCap) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setLineJoin(LineJoin) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setLineStyle(LineStyle) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setLineWidth(double) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setLineWidthScaling(bool) | LibBoard::ShapeWithStyle | static |
| setPenColor(const Color &) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| setStyle(const Style &) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| Shape() | LibBoard::Shape | inline |
| Shape(const Shape &other) (defined in LibBoard::Shape) | 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) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | |
| smoothedPolyline(const std::vector< Point > &path, double roundness, const Style &style=Style::defaultStyle()) (defined in LibBoard::Bezier) | LibBoard::Bezier | static |
| smoothedPolyline(const Path &path, double roundness, const Style &style=Style::defaultStyle()) (defined in LibBoard::Bezier) | LibBoard::Bezier | static |
| style() const (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inline |
| translate(double dx, double dy) override | LibBoard::Bezier | virtual |
| translated(double dx, double dy) const | LibBoard::Bezier | |
| updateLineWidth(double s) (defined in LibBoard::ShapeWithStyle) | LibBoard::ShapeWithStyle | inlineprotected |
| ~Bezier() override=default (defined in LibBoard::Bezier) | LibBoard::Bezier | |
| ~Shape() | LibBoard::Shape | virtual |
| ~ShapeWithStyle() | LibBoard::ShapeWithStyle |
1.8.17