| 
    Board
    0.9.4
    
   | 
 
This is the complete list of members for LibBoard::Arrow, including all inherited members.
| _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 | 
| _lineCap | LibBoard::Shape | protected | 
| _lineJoin | LibBoard::Shape | protected | 
| _lineStyle | LibBoard::Shape | protected | 
| _lineWidth | LibBoard::Shape | protected | 
| _lineWidthScaling | LibBoard::Shape | protectedstatic | 
| _penColor | LibBoard::Shape | protected | 
| _x1 | LibBoard::Line | protected | 
| _x2 | LibBoard::Line | protected | 
| _y1 | LibBoard::Line | protected | 
| _y2 | LibBoard::Line | protected | 
| accept(ShapeVisitor &visitor) | LibBoard::Shape | virtual | 
| accept(const ShapeVisitor &visitor) | LibBoard::Shape | virtual | 
| Arrow(double x1, double y1, double x2, double y2, Color penColor=Shape::defaultPenColor(), Color fillColor=Shape::defaultFillColor(), double lineWidth=Shape::defaultLineWidth(), const LineStyle lineStyle=Shape::defaultLineStyle(), const LineCap cap=Shape::defaultLineCap(), const LineJoin join=Shape::defaultLineJoin(), int depth=-1) | LibBoard::Arrow | inline | 
| bbox(LineWidthFlag) const | LibBoard::Shape | inline | 
| BevelJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| boundingBox(LineWidthFlag) const override | LibBoard::Arrow | virtual | 
| ButtCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual | 
| clone() const override | LibBoard::Arrow | 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::Arrow | virtual | 
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Arrow | virtual | 
| flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Arrow | virtual | 
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Arrow | virtual | 
| IgnoreLineWidth enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
| Line(double x1, double y1, double x2, double y2, Color color, double lineWidth=Shape::defaultLineWidth(), const LineStyle lineStyle=Shape::defaultLineStyle(), const LineCap cap=Shape::defaultLineCap(), const LineJoin join=Shape::defaultLineJoin(), int depth=-1) | LibBoard::Line | inline | 
| Line(Point a, Point b, Color color, double lineWidth=Shape::defaultLineWidth(), const LineStyle lineStyle=Shape::defaultLineStyle(), const LineCap cap=Shape::defaultLineCap(), const LineJoin join=Shape::defaultLineJoin(), int depth=-1) | LibBoard::Line | inline | 
| 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::Arrow | 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::Line | virtual | 
| rotate(double angle) override | LibBoard::Line | virtual | 
| rotated(double angle, const Point ¢er) const | LibBoard::Arrow | |
| rotated(double angle) const | LibBoard::Arrow | |
| 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::Line | virtual | 
| scale(double s) override | LibBoard::Line | virtual | 
| scaleAll(double s) override | LibBoard::Line | virtual | 
| scaled(double sx, double sy) const | LibBoard::Arrow | |
| scaled(double s) const | LibBoard::Arrow | |
| 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 | 
| tikzProperties(const TransformTikZ &transform) const | LibBoard::Shape | protected | 
| translate(double dx, double dy) override | LibBoard::Line | virtual | 
| translated(double dx, double dy) const | LibBoard::Arrow | |
| 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