Chemical Data Processing Library C++ API - Version 1.1.1
CDPL::Vis::Path2D Member List

This is the complete list of members for CDPL::Vis::Path2D, including all inherited members.

addEllipse(double x, double y, double width, double height)CDPL::Vis::Path2D
addEllipse(const Math::Vector2D &pos, double width, double height)CDPL::Vis::Path2D
addRectangle(double x, double y, double width, double height)CDPL::Vis::Path2D
addRectangle(const Math::Vector2D &pos, double width, double height)CDPL::Vis::Path2D
arc(double cx, double cy, double rx, double ry, double start_ang, double sweep)CDPL::Vis::Path2D
arc(const Math::Vector2D &ctr, double rx, double ry, double start_ang, double sweep)CDPL::Vis::Path2D
arcTo(double cx, double cy, double rx, double ry, double start_ang, double sweep)CDPL::Vis::Path2D
arcTo(const Math::Vector2D &ctr, double rx, double ry, double start_ang, double sweep)CDPL::Vis::Path2D
clear()CDPL::Vis::Path2D
closePath()CDPL::Vis::Path2D
convert(Path2DConverter &conv) constCDPL::Vis::Path2D
EVEN_ODD enum valueCDPL::Vis::Path2D
FillRule enum nameCDPL::Vis::Path2D
getBounds(Rectangle2D &bounds) constCDPL::Vis::Path2D
getFillRule() constCDPL::Vis::Path2D
hasDrawingElements() constCDPL::Vis::Path2D
isEmpty() constCDPL::Vis::Path2D
lineTo(double x, double y)CDPL::Vis::Path2D
lineTo(const Math::Vector2D &pos)CDPL::Vis::Path2D
moveTo(double x, double y)CDPL::Vis::Path2D
moveTo(const Math::Vector2D &pos)CDPL::Vis::Path2D
operator!=(const Path2D &path) constCDPL::Vis::Path2D
operator+=(const Path2D &path)CDPL::Vis::Path2D
operator=(const Path2D &path)CDPL::Vis::Path2D
operator==(const Path2D &path) constCDPL::Vis::Path2D
Path2D()CDPL::Vis::Path2D
Path2D(const Path2D &path)CDPL::Vis::Path2D
setFillRule(FillRule rule)CDPL::Vis::Path2D
WINDING enum valueCDPL::Vis::Path2D
~Path2D()CDPL::Vis::Path2Dvirtual