Path Member List

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

addArc(const PointF &topLeft, const SizeF &size, double degBegin, double degEnd)Path
addChord(const PointF &topLeft, const SizeF &size, double degBegin, double degEnd)Path
addEllipse(const PointF &topLeft, const SizeF &size)Path
addPath(const Path &p)Path
addPie(const PointF &topLeft, const SizeF &size, double degBegin, double degEnd)Path
addPolygon(const PointF *points, std::size_t count)Path
addPolyline(const PointF *points, std::size_t count)Path
addRect(const RectF &rect)Path
addRoundedRect(const RectF &rect, double radius)Path
addRoundedRect(const RectF &rect, double rx, double ry)Path
arcTo(const PointF &topLeft, const SizeF &size, double degBegin, double degEnd)Path
begin() constPath
boundingRect() constPath
clear()Path
close()Path
contains(const PointF &point, FillRule rule=FillRule::NonZero) constPath
contains(const RectF &rect, FillRule rule=FillRule::NonZero) constPath
cubicTo(const PointF &cp1, const PointF &cp2, const PointF &to)Path
currentPosition() constPath
ElementType enum namePath
end() constPath
getPolygon(Iterator it, Polygon &polygon, float tolerance=0.25f) constPath
intersects(const RectF &rect, FillRule rule=FillRule::NonZero) constPath
isEmpty() constPath
lineTo(const PointF &p)Path
moveTo(const PointF &p)Path
operator=(const Path &other)Path
Path()Path
Path(const Path &other)Path
quadTo(const PointF &cp, const PointF &to)Path
size() constPath
toTransformed(const Transform &transform) constPath
transform(const Transform &transform)Path
~Path()Path