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

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

CairoRenderer2D(const CairoPointer< cairo_t > &cairo_ctxt)CDPL::Vis::CairoRenderer2D
clearClipPath()CDPL::Vis::CairoRenderer2Dvirtual
drawEllipse(double x, double y, double width, double height)CDPL::Vis::CairoRenderer2Dvirtual
drawLine(double x1, double y1, double x2, double y2)CDPL::Vis::CairoRenderer2Dvirtual
drawLineSegments(const Math::Vector2DArray &points)CDPL::Vis::CairoRenderer2Dvirtual
drawPath(const Path2D &path)CDPL::Vis::CairoRenderer2Dvirtual
drawPoint(double x, double y)CDPL::Vis::CairoRenderer2Dvirtual
drawPolygon(const Math::Vector2DArray &points)CDPL::Vis::CairoRenderer2Dvirtual
drawPolyline(const Math::Vector2DArray &points)CDPL::Vis::CairoRenderer2Dvirtual
drawRectangle(double x1, double y1, double x2, double y2)CDPL::Vis::CairoRenderer2Dvirtual
drawText(double x, double y, const std::string &txt)CDPL::Vis::CairoRenderer2Dvirtual
restoreState()CDPL::Vis::CairoRenderer2Dvirtual
saveState()CDPL::Vis::CairoRenderer2Dvirtual
setBrush(const Brush &brush)CDPL::Vis::CairoRenderer2Dvirtual
setClipPath(const Path2D &path)CDPL::Vis::CairoRenderer2Dvirtual
setFont(const Font &font)CDPL::Vis::CairoRenderer2Dvirtual
setPen(const Pen &pen)CDPL::Vis::CairoRenderer2Dvirtual
setTransform(const Math::Matrix3D &xform)CDPL::Vis::CairoRenderer2Dvirtual
transform(const Math::Matrix3D &xform)CDPL::Vis::CairoRenderer2Dvirtual
~CairoRenderer2D()CDPL::Vis::CairoRenderer2D
~Renderer2D()CDPL::Vis::Renderer2Dinlinevirtual