|
Board 0.9.6
|
This is the complete list of members for LibBoard::Board, including all inherited members.
| _backgroundColor | LibBoard::Board | protected |
| _clippingPath | LibBoard::Board | protected |
| _shapes | LibBoard::ShapeList | protected |
| _state | LibBoard::Board | protected |
| accept(ShapeVisitor &visitor) override | LibBoard::ShapeList | virtual |
| accept(const ShapeVisitor &visitor) override | LibBoard::ShapeList | virtual |
| accept(ConstShapeVisitor &visitor) const override | LibBoard::ShapeList | virtual |
| accept(const ConstShapeVisitor &visitor) const override | LibBoard::ShapeList | virtual |
| accept(CompositeShapeTransform &transform) const override | LibBoard::ShapeList | virtual |
| accept(const CompositeShapeTransform &transform) const override | LibBoard::ShapeList | virtual |
| 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 | |
| addRepeated(const Shape &shape, unsigned int times, double dx, double dy, double scaleX=1.0, double scaleY=1.0, double angle=0.0) | LibBoard::ShapeList | |
| addShape(const Shape &shape, double scaleFactor) | LibBoard::ShapeList | protected |
| append(const Shape &shape, Direction direction=Direction::Right, Alignment alignment=Alignment::Center, double margin=0.0, LineWidthFlag lineWidthFlag=UseLineWidth) | LibBoard::ShapeList | |
| AspectRatio enum name | LibBoard::Board | |
| bbox(LineWidthFlag) const | LibBoard::Shape | inline |
| begin() | LibBoard::ShapeList | inline |
| begin() const | LibBoard::ShapeList | inline |
| Board(const Color &backgroundColor=Color::Null) | LibBoard::Board | |
| Board(const Board &other) | LibBoard::Board | |
| boundingBox(LineWidthFlag) const override | LibBoard::ShapeList | virtual |
| breadthFirstBegin() | LibBoard::ShapeList | inline |
| breadthFirstEnd() | LibBoard::ShapeList | inline |
| cbegin() const | LibBoard::ShapeList | inline |
| cend() const | LibBoard::ShapeList | inline |
| center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual |
| clear(const Color &color=Color::Null) | LibBoard::Board | |
| clear(unsigned char red, unsigned char green, unsigned char blue) | LibBoard::Board | inline |
| LibBoard::ShapeList::clear() | LibBoard::ShapeList | |
| clone() const override | LibBoard::ShapeList | virtual |
| deepSize() const | LibBoard::ShapeList | |
| Degree | LibBoard::Board | static |
| deleteShapes() | LibBoard::ShapeList | protected |
| depthFirstBegin() | LibBoard::ShapeList | inline |
| depthFirstEnd() | LibBoard::ShapeList | inline |
| disableLineWidthScaling() | LibBoard::Board | static |
| drawArrow(double x1, double y1, double x2, double y2, Arrow::ExtremityType type=Arrow::ExtremityType::Plain) | LibBoard::Board | |
| drawArrow(Point p, Point q, Arrow::ExtremityType type=Arrow::ExtremityType::Plain) | LibBoard::Board | |
| drawBoundingBox(LineWidthFlag lineWidthFlag) | LibBoard::Board | |
| drawCircle(double x, double y, double radius) | LibBoard::Board | |
| drawClosedPolyline(const std::vector< Point > &points) | LibBoard::Board | |
| drawDot(double x, double y) | LibBoard::Board | |
| drawEllipse(double x, double y, double xRadius, double yRadius) | LibBoard::Board | |
| drawLine(double x1, double y1, double x2, double y2) | LibBoard::Board | |
| drawLine(Point p, Point q) | LibBoard::Board | |
| drawPolyline(const std::vector< Point > &points) | LibBoard::Board | |
| drawRectangle(double left, double top, double width, double height) | LibBoard::Board | |
| drawRectangle(const Rect &rect) | LibBoard::Board | |
| drawText(double x, double y, const char *text) | LibBoard::Board | |
| drawText(Point p, const char *text) | LibBoard::Board | |
| drawText(double x, double y, const std::string &text) | LibBoard::Board | |
| drawText(Point p, const std::string &str) | LibBoard::Board | |
| drawTriangle(double x1, double y1, double x2, double y2, double x3, double y3) | LibBoard::Board | |
| drawTriangle(const Point &p1, const Point &p2, const Point &p3) | LibBoard::Board | |
| duplicateLast(std::size_t copies=1) | LibBoard::ShapeList | |
| enableLineWidthScaling() | LibBoard::Board | static |
| end() | LibBoard::ShapeList | inline |
| end() const | LibBoard::ShapeList | inline |
| fillCircle(double x, double y, double radius) | LibBoard::Board | |
| fillColor() const | LibBoard::Board | inline |
| fillEllipse(double x, double y, double xRadius, double yRadius) | 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) | 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) | 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) | 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) | LibBoard::Board | inline |
| fillPolyline(const std::vector< Point > &points) | LibBoard::Board | |
| fillRectangle(double left, double top, double width, double height) | LibBoard::Board | |
| fillRectangle(const Rect &rect) | LibBoard::Board | |
| fillTriangle(double x1, double y1, double x2, double y2, double x3, double y3) | LibBoard::Board | |
| fillTriangle(const Point &p1, const Point &p2, const Point &p3) | LibBoard::Board | |
| flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const override | LibBoard::ShapeList | virtual |
| flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::ShapeList | virtual |
| flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::ShapeList | virtual |
| flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::ShapeList | virtual |
| last(const std::size_t position=0) | LibBoard::ShapeList | |
| last(const std::size_t position=0) | LibBoard::ShapeList | |
| moveCenter(double x, double y, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
| moveCenter(Point p, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
| name() const override | LibBoard::ShapeList | virtual |
| operator+=(const Shape &shape) | LibBoard::ShapeList | |
| operator<<(const Shape &shape) | LibBoard::Board | |
| operator<<(const std::vector< S > &shapes) | LibBoard::Board | |
| operator=(const Board &other) | LibBoard::Board | |
| LibBoard::ShapeList::operator=(const ShapeList &other) | LibBoard::ShapeList | |
| LibBoard::ShapeList::operator=(ShapeList &&other) | LibBoard::ShapeList | |
| pageRect(PageSize size, Unit unit) | LibBoard::Board | static |
| penColor() const | LibBoard::Board | inline |
| push_back(Shape *shape) | LibBoard::ShapeList | |
| resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| rotate(double angle, const Point ¢er) override | LibBoard::Board | virtual |
| rotate(double angle) override | LibBoard::Board | virtual |
| rotated(double angle, const Point ¢er) | LibBoard::Board | |
| rotated(double angle) | LibBoard::Board | |
| rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
| rotateDeg(double angle) | LibBoard::Shape | inline |
| save(const char *filename, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| save(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveEPS(std::ostream &out, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(const char *filename, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveEPS(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter, const std::string &title=std::string()) const | LibBoard::Board | |
| saveFIG(const char *filename, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveFIG(std::ostream &out, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveFIG(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveFIG(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveSVG(const char *filename, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveSVG(std::ostream &out, PageSize size=PageSize::BoundingBox, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveSVG(const char *filename, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveSVG(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0, Unit unit=Unit::Millimeter) const | LibBoard::Board | |
| saveTikZ(const char *filename, PageSize size=PageSize::BoundingBox, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(std::ostream &out, PageSize size=PageSize::BoundingBox, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(const char *filename, double pageWidth, double pageHeight, double margin=0.0) const | LibBoard::Board | |
| saveTikZ(std::ostream &out, double pageWidth, double pageHeight, double margin=0.0) const | LibBoard::Board | |
| scale(double sx, double sy) override | LibBoard::Board | virtual |
| scale(double s) override | LibBoard::Board | virtual |
| scaleAll(double s) override | LibBoard::ShapeList | virtual |
| scaled(double sx, double sy) | LibBoard::Board | |
| scaled(double s) | LibBoard::Board | |
| LibBoard::ShapeList::scaled(double sx, double sy) const | LibBoard::ShapeList | |
| LibBoard::ShapeList::scaled(double s) const | LibBoard::ShapeList | |
| scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
| setBackgroundColor(const Color &color) | 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 | |
| setClippingRectangle(const Rect &rect) | LibBoard::Board | |
| setFillColor(const Color &color) | LibBoard::Board | |
| setFillColorHSV(float hue, float saturation, float value, float alpha=1.0f) | 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(LineCap cap) | LibBoard::Board | inline |
| setLineJoin(LineJoin join) | LibBoard::Board | inline |
| setLineStyle(LineStyle style) | LibBoard::Board | inline |
| setLineWidth(double width) | LibBoard::Board | |
| setLineWidthScaling(bool) | LibBoard::Board | static |
| 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 | |
| Shape() | LibBoard::Shape | inline |
| Shape(const Shape &other) | LibBoard::Shape | |
| ShapeList() | LibBoard::ShapeList | inline |
| ShapeList(const ShapeList &other) | LibBoard::ShapeList | |
| ShapeList(ShapeList &&other) | 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 | |
| ShapeList(const std::vector< S > &shapes) | LibBoard::ShapeList | |
| size() const | LibBoard::ShapeList | inline |
| size_type typedef | LibBoard::ShapeList | |
| style() const | LibBoard::Board | inline |
| toMillimeter(double x, Unit unit) | LibBoard::Board | protectedstatic |
| top() | LibBoard::ShapeList | |
| topLevelFindLast(std::size_t position=0) | LibBoard::ShapeList | |
| translate(double dx, double dy) override | LibBoard::Board | virtual |
| translated(double dx, double dy) | LibBoard::Board | |
| ~Board() override | LibBoard::Board | |
| ~Shape() | LibBoard::Shape | virtual |
| ~ShapeList() override | LibBoard::ShapeList |