Board 0.9.6
|
This is the complete list of members for LibBoard::Shape, including all inherited members.
accept(ShapeVisitor &visitor) | LibBoard::Shape | virtual |
accept(const ShapeVisitor &visitor) | LibBoard::Shape | virtual |
accept(ConstShapeVisitor &visitor) const | LibBoard::Shape | virtual |
accept(const ConstShapeVisitor &visitor) const | LibBoard::Shape | virtual |
accept(CompositeShapeTransform &transform) const | LibBoard::Shape | virtual |
accept(const CompositeShapeTransform &transform) const | LibBoard::Shape | virtual |
bbox(LineWidthFlag) const | LibBoard::Shape | inline |
boundingBox(LineWidthFlag) const =0 | LibBoard::Shape | pure virtual |
center(LineWidthFlag lineWidthFlag=IgnoreLineWidth) const | LibBoard::Shape | virtual |
clone() const =0 | LibBoard::Shape | pure virtual |
flushFIG(std::ostream &stream, const TransformFIG &transform, std::map< Color, int > &colormap) const =0 | LibBoard::Shape | pure virtual |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const =0 | LibBoard::Shape | pure virtual |
flushSVG(std::ostream &stream, const TransformSVG &transform) const =0 | LibBoard::Shape | pure virtual |
flushTikZ(std::ostream &stream, const TransformTikZ &transform) const =0 | LibBoard::Shape | pure virtual |
moveCenter(double x, double y, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
moveCenter(Point p, LineWidthFlag lineWidthFlag=IgnoreLineWidth) | LibBoard::Shape | |
name() const | LibBoard::Shape | virtual |
resize(double width, double height, LineWidthFlag lineWidthFlag) | LibBoard::Shape | |
rotate(double angle, const Point ¢er)=0 | LibBoard::Shape | pure virtual |
rotate(double angle)=0 | LibBoard::Shape | pure virtual |
rotateDeg(double angle, const Point ¢er) | LibBoard::Shape | inline |
rotateDeg(double angle) | LibBoard::Shape | inline |
scale(double sx, double sy)=0 | LibBoard::Shape | pure virtual |
scale(double s)=0 | LibBoard::Shape | pure virtual |
scaleAll(double s)=0 | LibBoard::Shape | pure virtual |
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)=0 | LibBoard::Shape | pure virtual |
~Shape() | LibBoard::Shape | virtual |