Board
0.9.5
|
This is the complete list of members for LibBoard::Path, including all inherited members.
_openClosed (defined in LibBoard::Path) | LibBoard::Path | protected |
_points (defined in LibBoard::Path) | LibBoard::Path | protected |
back() const | LibBoard::Path | inline |
begin() const (defined in LibBoard::Path) | LibBoard::Path | inline |
boundingBox() const | LibBoard::Path | |
cbegin() const (defined in LibBoard::Path) | LibBoard::Path | inline |
cend() const (defined in LibBoard::Path) | LibBoard::Path | inline |
center() const | LibBoard::Path | |
clear() (defined in LibBoard::Path) | LibBoard::Path | inline |
close() (defined in LibBoard::Path) | LibBoard::Path | inline |
ClosedPath enum value (defined in LibBoard::Path) | LibBoard::Path | |
empty() const (defined in LibBoard::Path) | LibBoard::Path | inline |
end() const (defined in LibBoard::Path) | LibBoard::Path | inline |
flush(std::ostream &) const (defined in LibBoard::Path) | LibBoard::Path | |
flushFIG(std::ostream &stream, const TransformFIG &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
flushPostscript(std::ostream &stream, const TransformEPS &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
flushSVGCommands(std::ostream &stream, const TransformSVG &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
flushSVGPoints(std::ostream &stream, const TransformSVG &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
flushTikZPoints(std::ostream &stream, const TransformTikZ &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
front() const | LibBoard::Path | inline |
getClockwise() const | LibBoard::Path | |
getCounterclockwise() const | LibBoard::Path | |
isClockwise() const | LibBoard::Path | |
isClosed() const (defined in LibBoard::Path) | LibBoard::Path | inline |
isCounterclockwise() const | LibBoard::Path | |
isOpen() const (defined in LibBoard::Path) | LibBoard::Path | inline |
moveCenter(double x, double y) | LibBoard::Path | |
moveCenter(Point p) | LibBoard::Path | |
open() (defined in LibBoard::Path) | LibBoard::Path | inline |
openClosed() const (defined in LibBoard::Path) | LibBoard::Path | inline |
OpenClosed enum name (defined in LibBoard::Path) | LibBoard::Path | |
OpenPath enum value (defined in LibBoard::Path) | LibBoard::Path | |
operator<<(const Point &p) | LibBoard::Path | |
operator<<(const std::vector< Point > &v) | LibBoard::Path | |
operator[](const std::size_t n) | LibBoard::Path | inline |
operator[](const std::size_t n) const | LibBoard::Path | inline |
Path() (defined in LibBoard::Path) | LibBoard::Path | inline |
Path(const std::vector< Point > &points, OpenClosed openClosed) (defined in LibBoard::Path) | LibBoard::Path | inline |
Path(std::initializer_list< Point > points) (defined in LibBoard::Path) | LibBoard::Path | |
Path(OpenClosed openClosed) (defined in LibBoard::Path) | LibBoard::Path | inlineexplicit |
points() const (defined in LibBoard::Path) | LibBoard::Path | |
pop_back() | LibBoard::Path | |
push_back(const Point &p) | LibBoard::Path | |
rotate(double angle, const Point ¢er) | LibBoard::Path | |
rotate(double angle) | LibBoard::Path | |
rotated(double angle, const Point ¢er) const | LibBoard::Path | |
rotated(double angle) const | LibBoard::Path | |
rotatedDeg(double angle, const Point ¢er) const | LibBoard::Path | |
rotatedDeg(double angle) const | LibBoard::Path | |
rotateDeg(double angle, const Point ¢er) | LibBoard::Path | |
rotateDeg(double angle) | LibBoard::Path | |
scale(double sx, double sy) | LibBoard::Path | |
scale(double s) | LibBoard::Path | |
scaleAll(double s) | LibBoard::Path | |
scaled(double sx, double sy) const | LibBoard::Path | |
scaled(double s) const | LibBoard::Path | |
setClockwise() | LibBoard::Path | |
setCounterclockwise() | LibBoard::Path | |
setOpenClosed(OpenClosed openClosed) (defined in LibBoard::Path) | LibBoard::Path | inline |
size() const (defined in LibBoard::Path) | LibBoard::Path | inline |
size_type typedef (defined in LibBoard::Path) | LibBoard::Path | |
transformed(const Transform &transform) const (defined in LibBoard::Path) | LibBoard::Path | |
translate(double dx, double dy) | LibBoard::Path | |
translated(double dx, double dy) const | LibBoard::Path |