Board 0.9.6
|
This is the complete list of members for LibBoard::Image, including all inherited members.
accept(ShapeVisitor &visitor) override | LibBoard::Image | virtual |
accept(const ShapeVisitor &visitor) override | LibBoard::Image | virtual |
accept(ConstShapeVisitor &visitor) const override | LibBoard::Image | virtual |
accept(const ConstShapeVisitor &visitor) const override | LibBoard::Image | virtual |
accept(CompositeShapeTransform &transform) const override | LibBoard::Image | virtual |
accept(const CompositeShapeTransform &transform) const override | LibBoard::Image | virtual |
bbox(LineWidthFlag) const | LibBoard::Shape | inline |
boundingBox(LineWidthFlag lineWidthFlag) const override | LibBoard::Image | virtual |
center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual |
clone() const override | LibBoard::Image | virtual |
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const override | LibBoard::Image | virtual |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const override | LibBoard::Image | virtual |
flushSVG(std::ostream &stream, const TransformSVG &transform) const override | LibBoard::Image | virtual |
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const override | LibBoard::Image | virtual |
Image(const char *filename, double left, double top, double width, double height=0.0) | LibBoard::Image | |
Image(const char *filename, const Rect &rect) | LibBoard::Image | |
Image(const Image &)=default | LibBoard::Image | |
Image(Image &&)=default | LibBoard::Image | |
moveCenter(double x, double y, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
moveCenter(Point p, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
name() const override | LibBoard::Image | virtual |
operator=(Image &&)=default | LibBoard::Image | |
resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
rotate(double angle, const Point ¢er) override | LibBoard::Image | virtual |
rotate(double angle) override | LibBoard::Image | virtual |
rotated(double angle) const | LibBoard::Image | |
rotated(double angle, const Point &) const | LibBoard::Image | |
rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
rotateDeg(double angle) | LibBoard::Shape | inline |
scale(double sx, double sy) override | LibBoard::Image | virtual |
scale(double s) override | LibBoard::Image | virtual |
scaleAll(double s) override | LibBoard::Image | virtual |
scaled(double sx, double sy) | LibBoard::Image | |
scaleToHeight(double h, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
scaleToWidth(double w, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
Shape() | LibBoard::Shape | inline |
Shape(const Shape &other) | LibBoard::Shape | |
translate(double dx, double dy) override | LibBoard::Image | virtual |
translated(double dx, double dy) const | LibBoard::Image | |
~Image() override=default | LibBoard::Image | |
~Shape() | LibBoard::Shape | virtual |