Board  0.9.4
LibBoard::Rectangle Member List

This is the complete list of members for LibBoard::Rectangle, including all inherited members.

_defaultFillColor (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_defaultLineCap (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_defaultLineJoin (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_defaultLineStyle (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_defaultLineWidth (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_defaultPenColor (defined in LibBoard::Shape)LibBoard::Shapeprotectedstatic
_depthLibBoard::Shapeprotected
_fillColorLibBoard::Shapeprotected
_isRectangle (defined in LibBoard::Rectangle)LibBoard::Rectangleprotected
_lineCapLibBoard::Shapeprotected
_lineJoinLibBoard::Shapeprotected
_lineStyleLibBoard::Shapeprotected
_lineWidthLibBoard::Shapeprotected
_lineWidthScalingLibBoard::Shapeprotectedstatic
_path (defined in LibBoard::Polyline)LibBoard::Polylineprotected
_penColorLibBoard::Shapeprotected
accept(ShapeVisitor &visitor)LibBoard::Shapevirtual
accept(const ShapeVisitor &visitor)LibBoard::Shapevirtual
bbox(LineWidthFlag) const LibBoard::Shapeinline
BevelJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
bottomLeft() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
bottomRight() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
boundingBox(LineWidthFlag) const overrideLibBoard::Polylinevirtual
ButtCap enum value (defined in LibBoard::Shape)LibBoard::Shape
center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const LibBoard::Shapevirtual
clone() const overrideLibBoard::Rectanglevirtual
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::Shapestatic
defaultLineCap()LibBoard::Shapestatic
defaultLineJoin()LibBoard::Shapestatic
defaultLineStyle()LibBoard::Shapestatic
defaultLineWidth()LibBoard::Shapestatic
defaultPenColor()LibBoard::Shapestatic
depth() const (defined in LibBoard::Shape)LibBoard::Shapeinline
depth(int) (defined in LibBoard::Shape)LibBoard::Shapevirtual
disableLineWidthScaling()LibBoard::Shapestatic
DotStyle enum value (defined in LibBoard::Shape)LibBoard::Shape
enableLineWidthScaling()LibBoard::Shapestatic
fillColor() const (defined in LibBoard::Shape)LibBoard::Shapeinline
filled() const LibBoard::Shapeinline
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const overrideLibBoard::Rectanglevirtual
flushPostscript(std::ostream &stream, const TransformEPS &transform) const overrideLibBoard::Polylinevirtual
flushSVG(std::ostream &stream, const TransformSVG &transform) const overrideLibBoard::Rectanglevirtual
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const overrideLibBoard::Rectanglevirtual
height() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
IgnoreLineWidth enum value (defined in LibBoard::Shape)LibBoard::Shape
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 overrideLibBoard::Rectanglevirtual
operator++()LibBoard::Shapeinline
operator--()LibBoard::Shapeinline
operator<<(const Point &p)LibBoard::Polyline
operator[](const std::size_t n)LibBoard::Polylineinline
operator[](const std::size_t n) const LibBoard::Polylineinline
path() const (defined in LibBoard::Polyline)LibBoard::Polylineinline
penColor() const (defined in LibBoard::Shape)LibBoard::Shapeinline
Polyline(const std::vector< Point > &points, bool closed, 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) (defined in LibBoard::Polyline)LibBoard::Polylineinline
Polyline(const Path &path, 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) (defined in LibBoard::Polyline)LibBoard::Polylineinline
Polyline(bool closed, 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) (defined in LibBoard::Polyline)LibBoard::Polylineinline
postscriptProperties(const TransformEPS &transform) const LibBoard::Shapeprotected
Rectangle(double left, double top, double width, double height, 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) (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
Rectangle(const Rect &rect, 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) (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
rotate(double angle, const Point &center) overrideLibBoard::Polylinevirtual
rotate(double angle) overrideLibBoard::Polylinevirtual
rotated(double angle, const Point &center) const LibBoard::Rectangle
rotated(double angle) const LibBoard::Rectangle
rotateDeg(double angle, const Point &center)LibBoard::Shapeinline
rotateDeg(double angle)LibBoard::Shapeinline
RoundCap enum value (defined in LibBoard::Shape)LibBoard::Shape
RoundJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
scale(double sx, double sy) overrideLibBoard::Polylinevirtual
scale(double s) overrideLibBoard::Polylinevirtual
scaleAll(double s) overrideLibBoard::Rectanglevirtual
scaled(double sx, double sy) const LibBoard::Rectangle
scaled(double s) const LibBoard::Rectangle
scaleToHeight(double h, LineWidthFlag lineWidthFlag)LibBoard::Shape
scaleToWidth(double w, LineWidthFlag lineWidthFlag)LibBoard::Shape
setDefaultFillColor(Color) (defined in LibBoard::Shape)LibBoard::Shapestatic
setDefaultLineCap(Shape::LineCap) (defined in LibBoard::Shape)LibBoard::Shapestatic
setDefaultLineJoin(Shape::LineJoin) (defined in LibBoard::Shape)LibBoard::Shapestatic
setDefaultLineStyle(Shape::LineStyle) (defined in LibBoard::Shape)LibBoard::Shapestatic
setDefaultLineWidth(double) (defined in LibBoard::Shape)LibBoard::Shapestatic
setDefaultPenColor(Color) (defined in LibBoard::Shape)LibBoard::Shapestatic
setLineWidthScaling(bool)LibBoard::Shapestatic
Shape(Color penColor, Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join, int depth)LibBoard::Shapeinline
shiftDepth(int shift) (defined in LibBoard::Shape)LibBoard::Shapevirtual
SolidStyle enum value (defined in LibBoard::Shape)LibBoard::Shape
SquareCap enum value (defined in LibBoard::Shape)LibBoard::Shape
svgProperties(const TransformSVG &transform) const LibBoard::Shapeprotected
tikzProperties(const TransformTikZ &transform) const LibBoard::Shapeprotected
topLeft() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
topRight() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
translate(double dx, double dy) overrideLibBoard::Polylinevirtual
translated(double dx, double dy) const LibBoard::Rectangle
updateLineWidth(double s) (defined in LibBoard::Shape)LibBoard::Shapeinlineprotected
UseLineWidth enum value (defined in LibBoard::Shape)LibBoard::Shape
vertexCount() const (defined in LibBoard::Polyline)LibBoard::Polylineinline
width() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
x() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
y() const (defined in LibBoard::Rectangle)LibBoard::Rectangleinline
~Shape()LibBoard::Shapeinlinevirtual