Board  0.9.5
LibBoard::Path Member List

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

_openClosed (defined in LibBoard::Path)LibBoard::Pathprotected
_points (defined in LibBoard::Path)LibBoard::Pathprotected
back() constLibBoard::Pathinline
begin() const (defined in LibBoard::Path)LibBoard::Pathinline
boundingBox() constLibBoard::Path
cbegin() const (defined in LibBoard::Path)LibBoard::Pathinline
cend() const (defined in LibBoard::Path)LibBoard::Pathinline
center() constLibBoard::Path
clear() (defined in LibBoard::Path)LibBoard::Pathinline
close() (defined in LibBoard::Path)LibBoard::Pathinline
ClosedPath enum value (defined in LibBoard::Path)LibBoard::Path
empty() const (defined in LibBoard::Path)LibBoard::Pathinline
end() const (defined in LibBoard::Path)LibBoard::Pathinline
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() constLibBoard::Pathinline
getClockwise() constLibBoard::Path
getCounterclockwise() constLibBoard::Path
isClockwise() constLibBoard::Path
isClosed() const (defined in LibBoard::Path)LibBoard::Pathinline
isCounterclockwise() constLibBoard::Path
isOpen() const (defined in LibBoard::Path)LibBoard::Pathinline
moveCenter(double x, double y)LibBoard::Path
moveCenter(Point p)LibBoard::Path
open() (defined in LibBoard::Path)LibBoard::Pathinline
openClosed() const (defined in LibBoard::Path)LibBoard::Pathinline
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::Pathinline
operator[](const std::size_t n) constLibBoard::Pathinline
Path() (defined in LibBoard::Path)LibBoard::Pathinline
Path(const std::vector< Point > &points, OpenClosed openClosed) (defined in LibBoard::Path)LibBoard::Pathinline
Path(std::initializer_list< Point > points) (defined in LibBoard::Path)LibBoard::Path
Path(OpenClosed openClosed) (defined in LibBoard::Path)LibBoard::Pathinlineexplicit
points() const (defined in LibBoard::Path)LibBoard::Path
pop_back()LibBoard::Path
push_back(const Point &p)LibBoard::Path
rotate(double angle, const Point &center)LibBoard::Path
rotate(double angle)LibBoard::Path
rotated(double angle, const Point &center) constLibBoard::Path
rotated(double angle) constLibBoard::Path
rotatedDeg(double angle, const Point &center) constLibBoard::Path
rotatedDeg(double angle) constLibBoard::Path
rotateDeg(double angle, const Point &center)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) constLibBoard::Path
scaled(double s) constLibBoard::Path
setClockwise()LibBoard::Path
setCounterclockwise()LibBoard::Path
setOpenClosed(OpenClosed openClosed) (defined in LibBoard::Path)LibBoard::Pathinline
size() const (defined in LibBoard::Path)LibBoard::Pathinline
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) constLibBoard::Path