Board
0.9.2
|
This is the complete list of members for LibBoard::Arrow, including all inherited members.
_depth | LibBoard::Shape | protected |
_fillColor | LibBoard::Shape | protected |
_lineCap | LibBoard::Shape | protected |
_lineJoin | LibBoard::Shape | protected |
_lineStyle | LibBoard::Shape | protected |
_lineWidth | LibBoard::Shape | protected |
_penColor | LibBoard::Shape | protected |
_x1 | LibBoard::Line | protected |
_x2 | LibBoard::Line | protected |
_y1 | LibBoard::Line | protected |
_y2 | LibBoard::Line | protected |
Arrow(double x1, double y1, double x2, double y2, Color penColor, Color fillColor, double lineWidth, const LineStyle style=SolidStyle, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, int depth=-1) | LibBoard::Arrow | inline |
bbox() const | LibBoard::Shape | inline |
BevelJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
boundingBox() const | LibBoard::Line | virtual |
ButtCap enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
center() const | LibBoard::Line | virtual |
clone() const | 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 | |
depth() const (defined in LibBoard::Shape) | LibBoard::Shape | inline |
depth(int) (defined in LibBoard::Shape) | LibBoard::Shape | virtual |
DotStyle enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
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 | LibBoard::Arrow | virtual |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const | LibBoard::Arrow | virtual |
flushSVG(std::ostream &stream, const TransformSVG &transform) const | LibBoard::Arrow | virtual |
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const | LibBoard::Arrow | virtual |
Line(double x1, double y1, double x2, double y2, Color color, double lineWidth, const LineStyle style=SolidStyle, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, 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 | |
MiterJoin enum value (defined in LibBoard::Shape) | LibBoard::Shape | |
moveCenter(double x, double y) | LibBoard::Shape | |
moveCenter(Point p) | LibBoard::Shape | |
name() const | LibBoard::Arrow | virtual |
operator++() | LibBoard::Shape | inline |
operator--() | LibBoard::Shape | inline |
penColor() const (defined in LibBoard::Shape) | LibBoard::Shape | inline |
postscriptProperties() const | LibBoard::Shape | protected |
rotate(double angle, const Point ¢er) | LibBoard::Line | virtual |
rotate(double angle) | 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) | LibBoard::Line | virtual |
scale(double s) | LibBoard::Line | virtual |
scaleAll(double s) | LibBoard::Line | virtual |
scaled(double sx, double sy) const | LibBoard::Arrow | |
scaled(double s) const | LibBoard::Arrow | |
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) | LibBoard::Line | virtual |
translated(double dx, double dy) const | LibBoard::Arrow | |
~Shape() | LibBoard::Shape | inlinevirtual |