Qt 4.8
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
QPainterPath Member List

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

addEllipse(const QRectF &rect)QPainterPath
addEllipse(qreal x, qreal y, qreal w, qreal h)QPainterPathinline
addEllipse(const QPointF &center, qreal rx, qreal ry)QPainterPathinline
addPath(const QPainterPath &path)QPainterPath
addPolygon(const QPolygonF &polygon)QPainterPath
addRect(const QRectF &rect)QPainterPath
addRect(qreal x, qreal y, qreal w, qreal h)QPainterPathinline
addRegion(const QRegion &region)QPainterPath
addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize)QPainterPath
addRoundedRect(qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize)QPainterPathinline
addRoundRect(const QRectF &rect, int xRnd, int yRnd)QPainterPath
addRoundRect(qreal x, qreal y, qreal w, qreal h, int xRnd, int yRnd)QPainterPathinline
addRoundRect(const QRectF &rect, int roundness)QPainterPathinline
addRoundRect(qreal x, qreal y, qreal w, qreal h, int roundness)QPainterPathinline
addText(const QPointF &point, const QFont &f, const QString &text)QPainterPath
addText(qreal x, qreal y, const QFont &f, const QString &text)QPainterPathinline
angleAtPercent(qreal t) constQPainterPath
arcMoveTo(const QRectF &rect, qreal angle)QPainterPath
arcMoveTo(qreal x, qreal y, qreal w, qreal h, qreal angle)QPainterPathinline
arcTo(const QRectF &rect, qreal startAngle, qreal arcLength)QPainterPath
arcTo(qreal x, qreal y, qreal w, qreal h, qreal startAngle, qreal arcLength)QPainterPathinline
boundingRect() constQPainterPath
closeSubpath()QPainterPath
computeBoundingRect() constQPainterPathprivate
computeControlPointRect() constQPainterPathprivate
connectPath(const QPainterPath &path)QPainterPath
contains(const QPointF &pt) constQPainterPath
contains(const QRectF &rect) constQPainterPath
contains(const QPainterPath &p) constQPainterPath
controlPointRect() constQPainterPath
cubicTo(const QPointF &ctrlPt1, const QPointF &ctrlPt2, const QPointF &endPt)QPainterPath
cubicTo(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty)QPainterPathinline
currentPosition() constQPainterPath
CurveToDataElement enum valueQPainterPath
CurveToElement enum valueQPainterPath
d_func() constQPainterPathinlineprivate
d_ptrQPainterPathprivate
detach()QPainterPathinlineprivate
detach_helper()QPainterPathprivate
elementAt(int i) constQPainterPathinline
elementCount() constQPainterPathinline
ElementType enum nameQPainterPath
ensureData()QPainterPathinlineprivate
ensureData_helper()QPainterPathprivate
fillRule() constQPainterPath
intersected(const QPainterPath &r) constQPainterPath
intersects(const QRectF &rect) constQPainterPath
intersects(const QPainterPath &p) constQPainterPath
isEmpty() constQPainterPathinline
length() constQPainterPath
lineTo(const QPointF &p)QPainterPath
lineTo(qreal x, qreal y)QPainterPathinline
LineToElement enum valueQPainterPath
moveTo(const QPointF &p)QPainterPath
moveTo(qreal x, qreal y)QPainterPathinline
MoveToElement enum valueQPainterPath
operator &(const QPainterPath &other) constQPainterPath
operator &=(const QPainterPath &other)QPainterPath
operator!=(const QPainterPath &other) constQPainterPath
operator+(const QPainterPath &other) constQPainterPath
operator+=(const QPainterPath &other)QPainterPath
operator-(const QPainterPath &other) constQPainterPath
operator-=(const QPainterPath &other)QPainterPath
operator<<(QDataStream &, const QPainterPath &)QPainterPathfriend
operator=(const QPainterPath &other)QPainterPath
operator==(const QPainterPath &other) constQPainterPath
operator>>(QDataStream &, QPainterPath &)QPainterPathfriend
operator|(const QPainterPath &other) constQPainterPath
operator|=(const QPainterPath &other)QPainterPath
percentAtLength(qreal t) constQPainterPath
pointAtPercent(qreal t) constQPainterPath
QMatrix classQPainterPathfriend
QPainterPath()QPainterPath
QPainterPath(const QPointF &startPoint)QPainterPathexplicit
QPainterPath(const QPainterPath &other)QPainterPath
QPainterPathData classQPainterPathfriend
QPainterPathStroker classQPainterPathfriend
QPainterPathStrokerPrivate classQPainterPathfriend
QTransform classQPainterPathfriend
qtVectorPathForPath(const QPainterPath &)QPainterPathfriend
quadTo(const QPointF &ctrlPt, const QPointF &endPt)QPainterPath
quadTo(qreal ctrlPtx, qreal ctrlPty, qreal endPtx, qreal endPty)QPainterPathinline
QVectorPath classQPainterPathfriend
setDirty(bool)QPainterPathprivate
setElementPositionAt(int i, qreal x, qreal y)QPainterPathinline
setFillRule(Qt::FillRule fillRule)QPainterPath
simplified() constQPainterPath
slopeAtPercent(qreal t) constQPainterPath
subtracted(const QPainterPath &r) constQPainterPath
subtractedInverted(const QPainterPath &r) constQPainterPath
swap(QPainterPath &other)QPainterPathinline
toFillPolygon(const QMatrix &matrix=QMatrix()) constQPainterPath
toFillPolygon(const QTransform &matrix) constQPainterPath
toFillPolygons(const QMatrix &matrix=QMatrix()) constQPainterPath
toFillPolygons(const QTransform &matrix) constQPainterPath
toReversed() constQPainterPath
toSubpathPolygons(const QMatrix &matrix=QMatrix()) constQPainterPath
toSubpathPolygons(const QTransform &matrix) constQPainterPath
translate(qreal dx, qreal dy)QPainterPath
translate(const QPointF &offset)QPainterPathinline
translated(qreal dx, qreal dy) constQPainterPath
translated(const QPointF &offset) constQPainterPathinline
united(const QPainterPath &r) constQPainterPath
~QPainterPath()QPainterPath