Board  0.9.2
LibBoard::Board Member List

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

_backgroundColorLibBoard::Boardprotected
_clippingPath (defined in LibBoard::Board)LibBoard::Boardprotected
_depthLibBoard::Shapeprotected
_fillColorLibBoard::Shapeprotected
_lineCapLibBoard::Shapeprotected
_lineJoinLibBoard::Shapeprotected
_lineStyleLibBoard::Shapeprotected
_lineWidthLibBoard::Shapeprotected
_nextDepthLibBoard::ShapeListprotected
_penColorLibBoard::Shapeprotected
_shapesLibBoard::ShapeListprotected
_stateLibBoard::Boardprotected
A0 enum value (defined in LibBoard::Board)LibBoard::Board
A1 enum value (defined in LibBoard::Board)LibBoard::Board
A10 enum value (defined in LibBoard::Board)LibBoard::Board
A2 enum value (defined in LibBoard::Board)LibBoard::Board
A3 enum value (defined in LibBoard::Board)LibBoard::Board
A4 enum value (defined in LibBoard::Board)LibBoard::Board
A5 enum value (defined in LibBoard::Board)LibBoard::Board
A6 enum value (defined in LibBoard::Board)LibBoard::Board
A7 enum value (defined in LibBoard::Board)LibBoard::Board
A8 enum value (defined in LibBoard::Board)LibBoard::Board
A9 enum value (defined in LibBoard::Board)LibBoard::Board
addDuplicates(const Shape &shape, std::size_t times, double dx, double dy, double scale=1.0)LibBoard::Board
addDuplicates(const Shape &shape, std::size_t times, double dx, double dy, double scaleX, double scaleY, double angle=0.0)LibBoard::Board
addShape(const Shape &shape, double scaleFactor) (defined in LibBoard::ShapeList)LibBoard::ShapeListprotected
addTiling(const Shape &shape, Point topLeftCorner, std::size_t columns, std::size_t rows, double spacing=0.0)LibBoard::ShapeList
AlignBottom enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
AlignCenter enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
AlignLeft enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
Alignment enum name (defined in LibBoard::ShapeList)LibBoard::ShapeList
AlignRight enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
AlignTop enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
append(const Shape &shape, Direction direction, Alignment alignment)LibBoard::ShapeList
backgroundColor(const Color &color)LibBoard::Board
bbox() const LibBoard::Shapeinline
BevelJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
Board(const Color &backgroundColor=Color::None)LibBoard::Board
Board(const Board &other)LibBoard::Board
Bottom enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
boundingBox() const LibBoard::ShapeListvirtual
BoundingBox enum value (defined in LibBoard::Board)LibBoard::Board
ButtCap enum value (defined in LibBoard::Shape)LibBoard::Shape
center() const LibBoard::Shapevirtual
clear(const Color &color=Color::None)LibBoard::Board
clear(unsigned char red, unsigned char green, unsigned char blue)LibBoard::Boardinline
clear() (defined in LibBoard::ShapeList)LibBoard::ShapeList
clone() const LibBoard::ShapeListvirtual
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
Degree (defined in LibBoard::Board)LibBoard::Boardstatic
depth() const (defined in LibBoard::Shape)LibBoard::Shapeinline
depth(int) (defined in LibBoard::Shape)LibBoard::Shapevirtual
Direction enum name (defined in LibBoard::ShapeList)LibBoard::ShapeList
DotStyle enum value (defined in LibBoard::Shape)LibBoard::Shape
drawArrow(double x1, double y1, double x2, double y2, bool filled=true, int depth=-1)LibBoard::Board
drawBoundingBox(int depth=-1)LibBoard::Board
drawCircle(double x, double y, double radius, int depth=-1)LibBoard::Board
drawClosedPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
drawDot(double x, double y, int depth=-1)LibBoard::Board
drawEllipse(double x, double y, double xRadius, double yRadius, int depth=-1)LibBoard::Board
drawLine(double x1, double y1, double x2, double y2, int depth=-1)LibBoard::Board
drawPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
drawRectangle(double left, double top, double width, double height, int depth=-1)LibBoard::Board
drawText(double x, double y, const char *text, int depth=-1)LibBoard::Board
drawText(double x, double y, const std::string &str, int depth=-1)LibBoard::Board
drawTriangle(double x1, double y1, double x2, double y2, double x3, double y3, int depth=-1)LibBoard::Board
drawTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1)LibBoard::Board
dup(std::size_t copies=1)LibBoard::ShapeList
Executive enum value (defined in LibBoard::Board)LibBoard::Board
fillCircle(double x, double y, double radius, int depth=-1)LibBoard::Board
fillColor() const (defined in LibBoard::Shape)LibBoard::Shapeinline
filled() const LibBoard::Shapeinline
fillEllipse(double x, double y, double xRadius, double yRadius, int depth=-1)LibBoard::Board
fillGouraudTriangle(const Point &p1, const Color &color1, const Point &p2, const Color &color2, const Point &p3, const Color &color3, unsigned char divisions=3, int depth=-1)LibBoard::Board
fillGouraudTriangle(const double x1, const double y1, const Color &color1, const double x2, const double y2, const Color &color2, const double x3, const double y3, const Color &color3, unsigned char divisions=3, int depth=-1)LibBoard::Boardinline
fillGouraudTriangle(const Point &p1, const float brightness1, const Point &p2, const float brightness2, const Point &p3, const float brightness3, unsigned char divisions=3, int depth=-1)LibBoard::Board
fillGouraudTriangle(const double x1, const double y1, const float brightness1, const double x2, const double y2, const float brightness2, const double x3, const double y3, const float brightness3, unsigned char divisions=3, int depth=-1)LibBoard::Boardinline
fillPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
fillRectangle(double left, double top, double width, double height, int depth=-1)LibBoard::Board
fillTriangle(double x1, double y1, double x2, double y2, double x3, double y3, int depth=-1)LibBoard::Board
fillTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1)LibBoard::Board
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const LibBoard::ShapeListvirtual
flushPostscript(std::ostream &stream, const TransformEPS &transform) const LibBoard::ShapeListvirtual
flushSVG(std::ostream &stream, const TransformSVG &transform) const LibBoard::ShapeListvirtual
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const LibBoard::ShapeListvirtual
free()LibBoard::ShapeListprotected
insert(const Shape &shape, int depth)LibBoard::ShapeList
last(const std::size_t position=0)LibBoard::ShapeList
last(const std::size_t position=0) (defined in LibBoard::ShapeList)LibBoard::ShapeList
Left enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
Legal enum value (defined in LibBoard::Board)LibBoard::Board
Letter enum value (defined in LibBoard::Board)LibBoard::Board
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
makeGrid(Point topLeft, size_t columns, size_t rows, double width, double height, Color penColor, Color fillColor, double lineWidth, const LineStyle style=SolidStyle, const LineCap cap=ButtCap, const LineJoin join=MiterJoin, int depth=-1)LibBoard::Boardstatic
maxDepth() const (defined in LibBoard::ShapeList)LibBoard::ShapeListvirtual
minDepth() const (defined in LibBoard::ShapeList)LibBoard::ShapeListvirtual
MiterJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
moveCenter(double x, double y)LibBoard::Shape
moveCenter(Point p)LibBoard::Shape
name() const LibBoard::ShapeListvirtual
operator++()LibBoard::Shapeinline
operator+=(const Shape &shape)LibBoard::ShapeList
operator--()LibBoard::Shapeinline
operator<<(const Shape &shape)LibBoard::Board
operator<<(Unit unit)LibBoard::Board
operator=(const Board &other)LibBoard::Board
operator=(const ShapeList &other) (defined in LibBoard::ShapeList)LibBoard::ShapeList
PageSize enum name (defined in LibBoard::Board)LibBoard::Board
penColor() const (defined in LibBoard::Shape)LibBoard::Shapeinline
postscriptProperties() const LibBoard::Shapeprotected
Right enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
rotate(double angle, const Point &center)LibBoard::Boardvirtual
rotate(double angle)LibBoard::Boardvirtual
rotated(double angle, const Point &center) (defined in LibBoard::Board)LibBoard::Board
rotated(double angle) (defined in LibBoard::Board)LibBoard::Board
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
save(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
save(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveEPS(std::ostream &out, PageSize size=Board::BoundingBox, double margin=10.0, const std::string &title=std::string()) const LibBoard::Board
saveEPS(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0, const std::string &title=std::string()) const LibBoard::Board
saveEPS(std::ostream &out, double pageWidth, double pageHeight, double margin=10.0, const std::string &title=std::string()) const LibBoard::Board
saveEPS(const char *filename, double pageWidth, double pageHeight, double margin=10.0, const std::string &title=std::string()) const LibBoard::Board
saveFIG(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveFIG(std::ostream &out, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveFIG(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveFIG(std::ostream &out, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveSVG(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveSVG(std::ostream &out, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveSVG(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveSVG(std::ostream &out, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveTikZ(const char *filename, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveTikZ(std::ostream &out, PageSize size=Board::BoundingBox, double margin=10.0) const LibBoard::Board
saveTikZ(const char *filename, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
saveTikZ(std::ostream &out, double pageWidth, double pageHeight, double margin=10.0) const LibBoard::Board
scale(double sx, double sy)LibBoard::Boardvirtual
scale(double s)LibBoard::Boardvirtual
scaleAll(double s)LibBoard::ShapeListvirtual
scaled(double sx, double sy) (defined in LibBoard::Board)LibBoard::Board
scaled(double s) (defined in LibBoard::Board)LibBoard::Board
setClippingPath(const std::vector< Point > &points)LibBoard::Board
setClippingPath(const Path &path)LibBoard::Board
setClippingRectangle(double x, double y, double width, double height)LibBoard::Board
setFillColor(const Color &color)LibBoard::Board
setFillColorRGBf(float red, float green, float blue, float alpha=1.0f)LibBoard::Board
setFillColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255)LibBoard::Board
setFont(const Fonts::Font font, double fontSize)LibBoard::Board
setFontSize(double fontSize)LibBoard::Board
setLineCap(Shape::LineCap cap)LibBoard::Boardinline
setLineJoin(Shape::LineJoin join)LibBoard::Boardinline
setLineStyle(Shape::LineStyle style)LibBoard::Board
setLineWidth(double width)LibBoard::Board
setPenColor(const Color &color)LibBoard::Board
setPenColorRGBf(float red, float green, float blue, float alpha=1.0f)LibBoard::Board
setPenColorRGBi(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255)LibBoard::Board
setUnit(Unit unit)LibBoard::Board
setUnit(double factor, Unit unit)LibBoard::Board
Shape(Color penColor, Color fillColor, double lineWidth, LineStyle style, const LineCap cap, const LineJoin join, int depth)LibBoard::Shapeinline
ShapeList(int depth=-1) (defined in LibBoard::ShapeList)LibBoard::ShapeListinline
ShapeList(const ShapeList &other) (defined in LibBoard::ShapeList)LibBoard::ShapeList
ShapeList(const Shape &shape, unsigned int times, double dx, double dy, double scale)LibBoard::ShapeList
ShapeList(const Shape &shape, unsigned int times, double dx, double dy, double scaleX, double scaleY, double angle)LibBoard::ShapeList
shiftDepth(int shift) (defined in LibBoard::ShapeList)LibBoard::ShapeListvirtual
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
top()LibBoard::ShapeList
Top enum value (defined in LibBoard::ShapeList)LibBoard::ShapeList
translate(double dx, double dy)LibBoard::Boardvirtual
translated(double dx, double dy) (defined in LibBoard::Board)LibBoard::Board
UCentimeter enum value (defined in LibBoard::Board)LibBoard::Board
UInche enum value (defined in LibBoard::Board)LibBoard::Board
UMillimeter enum value (defined in LibBoard::Board)LibBoard::Board
Unit enum name (defined in LibBoard::Board)LibBoard::Board
UPoint enum value (defined in LibBoard::Board)LibBoard::Board
~Board() (defined in LibBoard::Board)LibBoard::Board
~Shape()LibBoard::Shapeinlinevirtual
~ShapeList() (defined in LibBoard::ShapeList)LibBoard::ShapeList