This is the complete list of members for libcdr::CDRPath, including all inherited members.
appendArcTo(double rx, double ry, double rotation, bool longAngle, bool sweep, double x, double y) | libcdr::CDRPath | |
appendClosePath() | libcdr::CDRPath | |
appendCubicBezierTo(double x1, double y1, double x2, double y2, double x, double y) | libcdr::CDRPath | |
appendLineTo(double x, double y) | libcdr::CDRPath | |
appendMoveTo(double x, double y) | libcdr::CDRPath | |
appendPath(const CDRPath &path) | libcdr::CDRPath | |
appendQuadraticBezierTo(double x1, double y1, double x, double y) | libcdr::CDRPath | |
appendSplineTo(std::vector< std::pair< double, double > > &points) | libcdr::CDRPath | |
CDRPath() | libcdr::CDRPath | inline |
CDRPath(const CDRPath &path) | libcdr::CDRPath | |
CDRPathElement() | libcdr::CDRPathElement | inline |
clear() | libcdr::CDRPath | |
clone() override | libcdr::CDRPath | virtual |
empty() const | libcdr::CDRPath | |
isClosed() const | libcdr::CDRPath | |
m_elements | libcdr::CDRPath | private |
m_isClosed | libcdr::CDRPath | private |
operator=(const CDRPath &path) | libcdr::CDRPath | |
transform(const CDRTransforms &trafos) override | libcdr::CDRPath | virtual |
transform(const CDRTransform &trafo) override | libcdr::CDRPath | virtual |
writeOut(librevenge::RVNGPropertyListVector &vec) const override | libcdr::CDRPath | virtual |
writeOut(librevenge::RVNGString &path, librevenge::RVNGString &viewBox, double &width) const | libcdr::CDRPath | |
~CDRPath() override | libcdr::CDRPath | |
~CDRPathElement() | libcdr::CDRPathElement | inlinevirtual |