LibBoard::Board Member List

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

_backgroundColorLibBoard::Board [protected]
_depthLibBoard::Shape [protected]
_fillColorLibBoard::Shape [protected]
_lineCapLibBoard::Shape [protected]
_lineJoinLibBoard::Shape [protected]
_lineWidthLibBoard::Shape [protected]
_nextDepthLibBoard::ShapeList [protected]
_penColorLibBoard::Shape [protected]
_shapesLibBoard::ShapeList [protected]
_stateLibBoard::Board [protected]
A4 enum value (defined in LibBoard::Board)LibBoard::Board
addDuplicates(const Shape &shape, unsigned int times, double dx, double dy)LibBoard::Board
addShape(const Shape &shape, double scaleFactor) (defined in LibBoard::ShapeList)LibBoard::ShapeList [protected]
backgroundColor(const Color &color)LibBoard::Board
bbox()LibBoard::Shape [inline]
BevelJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
Board(const Color &backgroundColor=Color::None)LibBoard::Board
Board(const Board &other)LibBoard::Board
boundingBox() const LibBoard::ShapeList [virtual]
BoundingBox enum value (defined in LibBoard::Board)LibBoard::Board
ButtCap enum value (defined in LibBoard::Shape)LibBoard::Shape
center() const LibBoard::ShapeList [virtual]
clear(const Color &color=Color::None)LibBoard::Board
clear(unsigned char red, unsigned char green, unsigned char blue)LibBoard::Board [inline]
clear() (defined in LibBoard::ShapeList)LibBoard::ShapeList
clone() const LibBoard::ShapeList [virtual]
CM enum value (defined in LibBoard::Board)LibBoard::Board
Degree (defined in LibBoard::Board)LibBoard::Board [static]
depth() const (defined in LibBoard::Shape)LibBoard::Shape [inline]
depth(int) (defined in LibBoard::Shape)LibBoard::Shape [virtual]
drawArrow(float x1, float y1, float x2, float y2, bool filled=true, int depth=-1)LibBoard::Board
drawBoundingBox(int depth=-1)LibBoard::Board
drawCircle(float x, float y, float radius, int depth=-1)LibBoard::Board
drawClosedPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
drawDot(float x, float y, int depth=-1)LibBoard::Board
drawEllipse(float x, float y, float xRadius, float yRadius, int depth=-1)LibBoard::Board
drawLine(float x1, float y1, float x2, float y2, int depth=-1)LibBoard::Board
drawPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
drawRectangle(float x, float y, float width, float height, int depth=-1)LibBoard::Board
drawText(float x, float y, const char *text, int depth=-1)LibBoard::Board
drawText(float x, float y, const std::string &str, int depth=-1)LibBoard::Board
drawTriangle(float x1, float y1, float x2, float y2, float x3, float y3, int depth=-1)LibBoard::Board
drawTriangle(const Point &p1, const Point &p2, const Point &p3, int depth=-1)LibBoard::Board
dup(unsigned int copies=1)LibBoard::ShapeList
fillCircle(float x, float y, float radius, int depth=-1)LibBoard::Board
fillColor() const (defined in LibBoard::Shape)LibBoard::Shape [inline]
filled() const LibBoard::Shape [inline]
fillEllipse(float x, float y, float xRadius, float 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 float x1, const float y1, const Color &color1, const float x2, const float y2, const Color &color2, const float x3, const float y3, const Color &color3, unsigned char divisions=3, int depth=-1)LibBoard::Board [inline]
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 float x1, const float y1, const float brightness1, const float x2, const float y2, const float brightness2, const float x3, const float y3, const float brightness3, unsigned char divisions=3, int depth=-1)LibBoard::Board [inline]
fillPolyline(const std::vector< Point > &points, int depth=-1)LibBoard::Board
fillRectangle(float x, float y, float width, float height, int depth=-1)LibBoard::Board
fillTriangle(float x1, float y1, float x2, float y2, float x3, float 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::ShapeList [virtual]
flushPostscript(std::ostream &stream, const TransformEPS &transform) const LibBoard::ShapeList [virtual]
flushSVG(std::ostream &stream, const TransformSVG &transform) const LibBoard::ShapeList [virtual]
free()LibBoard::ShapeList [protected]
IN enum value (defined in LibBoard::Board)LibBoard::Board
insert(const Shape &shape, int depth)LibBoard::ShapeList
last(const unsigned int position=0)LibBoard::ShapeList [inline]
last(const unsigned int position=0) (defined in LibBoard::ShapeList)LibBoard::ShapeList
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
maxDepth() const (defined in LibBoard::ShapeList)LibBoard::ShapeList [virtual]
minDepth() const (defined in LibBoard::ShapeList)LibBoard::ShapeList [virtual]
MiterJoin enum value (defined in LibBoard::Shape)LibBoard::Shape
MM enum value (defined in LibBoard::Board)LibBoard::Board
name() const LibBoard::ShapeList [virtual]
operator++()LibBoard::Shape [inline]
operator+=(const Shape &shape)LibBoard::ShapeList
operator--()LibBoard::Shape [inline]
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::Shape [inline]
postscriptProperties() const LibBoard::Shape [protected]
PT enum value (defined in LibBoard::Board)LibBoard::Board
rotate(double angle, const Point &center)LibBoard::ShapeList [virtual]
rotate(double angle)LibBoard::ShapeList [virtual]
rotated(double angle, const Point &center) (defined in LibBoard::ShapeList)LibBoard::ShapeList
rotated(double angle) (defined in LibBoard::ShapeList)LibBoard::ShapeList
rotateDeg(double angle, const Point &center)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
save(const char *filename, PageSize size=Board::BoundingBox, float margin=10.0) const LibBoard::Board
save(const char *filename, float pageWidth, float pageHeight, float margin=10.0) const LibBoard::Board
saveEPS(const char *filename, PageSize size=Board::BoundingBox, float margin=10.0) const LibBoard::Board
saveEPS(const char *filename, float pageWidth, float pageHeight, float margin=10.0) const LibBoard::Board
saveFIG(const char *filename, PageSize size=Board::BoundingBox, float margin=10.0) const LibBoard::Board
saveFIG(const char *filename, float pageWidth, float pageHeight, float margin=10.0) const LibBoard::Board
saveSVG(const char *filename, PageSize size=Board::BoundingBox, float margin=10.0) const LibBoard::Board
saveSVG(const char *filename, float pageWidth, float pageHeight, float margin=10.0) const LibBoard::Board
scale(double sx, double sy)LibBoard::ShapeList [virtual]
scale(double s)LibBoard::ShapeList [virtual]
scaleAll(double s)LibBoard::ShapeList [virtual]
scaled(double sx, double sy) (defined in LibBoard::ShapeList)LibBoard::ShapeList
scaled(double s) (defined in LibBoard::ShapeList)LibBoard::ShapeList
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, float fontSize)LibBoard::Board
setFontSize(float fontSize)LibBoard::Board
setLineCap(Shape::LineCap cap)LibBoard::Board [inline]
setLineJoin(Shape::LineJoin join)LibBoard::Board [inline]
setLineWidth(float 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(float factor, Unit unit)LibBoard::Board
Shape(Color penColor, Color fillColor, float lineWidth, const LineCap cap, const LineJoin join, int depth)LibBoard::Shape [inline]
ShapeList(int depth=-1) (defined in LibBoard::ShapeList)LibBoard::ShapeList [inline]
ShapeList(const ShapeList &other) (defined in LibBoard::ShapeList)LibBoard::ShapeList
shiftDepth(int shift) (defined in LibBoard::ShapeList)LibBoard::ShapeList [virtual]
SquareCap enum value (defined in LibBoard::Shape)LibBoard::Shape
svgProperties(const TransformSVG &transform) const LibBoard::Shape [protected]
top()LibBoard::ShapeList
translate(double dx, double dy)LibBoard::ShapeList [virtual]
translated(double dx, double dy) (defined in LibBoard::ShapeList)LibBoard::ShapeList
Unit enum name (defined in LibBoard::Board)LibBoard::Board
~Board() (defined in LibBoard::Board)LibBoard::Board
~Shape()LibBoard::Shape [inline, virtual]
~ShapeList() (defined in LibBoard::ShapeList)LibBoard::ShapeList


Generated on Mon Jan 19 09:48:19 2009 for Board by  doxygen 1.5.6