- addEllipse
void addEllipse(const(QRectF) rect)
Undocumented in source.
- addPath
void addPath(const(QPainterPath) path)
Undocumented in source.
- addPolygon
void addPolygon(const(QPolygonF) polygon)
Undocumented in source.
- addRect
void addRect(const(QRectF) rect)
Undocumented in source.
- addRect
void addRect(qreal x, qreal y, qreal w, qreal h)
Undocumented in source. Be warned that the author may not have intended to support it.
- addRegion
void addRegion(const(QRegion) region)
Undocumented in source.
- addRoundRect
void addRoundRect(const(QRectF) rect, int xRnd, int yRnd)
Undocumented in source.
- addRoundRect
void addRoundRect(qreal x, qreal y, qreal w, qreal h, int xRnd, int yRnd)
Undocumented in source.
- addRoundRect
void addRoundRect(const(QRectF) rect, int roundness)
Undocumented in source.
- addRoundRect
void addRoundRect(qreal x, qreal y, qreal w, qreal h, int roundness)
Undocumented in source.
- addRoundedRect
void addRoundedRect(const(QRectF) rect, qreal xRadius, qreal yRadius, qt.core.namespace.SizeMode mode)
Undocumented in source.
- addRoundedRect
void addRoundedRect(qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, qt.core.namespace.SizeMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- addText
void addText(const(QPointF) point, const(QFont) f, const(QString) text)
Undocumented in source.
- addText
void addText(qreal x, qreal y, const(QFont) f, const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
- angleAtPercent
qreal angleAtPercent(qreal t)
Undocumented in source.
- arcMoveTo
void arcMoveTo(const(QRectF) rect, qreal angle)
Undocumented in source.
- arcMoveTo
void arcMoveTo(qreal x, qreal y, qreal w, qreal h, qreal angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
void arcTo(const(QRectF) rect, qreal startAngle, qreal arcLength)
Undocumented in source.
- arcTo
void arcTo(qreal x, qreal y, qreal w, qreal h, qreal startAngle, qreal arcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- boundingRect
QRectF boundingRect()
Undocumented in source.
- capacity
int capacity()
Undocumented in source.
- clear
void clear()
Undocumented in source.
- closeSubpath
void closeSubpath()
Undocumented in source.
- connectPath
void connectPath(const(QPainterPath) path)
Undocumented in source.
- contains
bool contains(const(QPointF) pt)
Undocumented in source.
- contains
bool contains(const(QRectF) rect)
Undocumented in source.
- contains
bool contains(const(QPainterPath) p)
Undocumented in source.
- controlPointRect
QRectF controlPointRect()
Undocumented in source.
- cubicTo
void cubicTo(const(QPointF) ctrlPt1, const(QPointF) ctrlPt2, const(QPointF) endPt)
Undocumented in source.
- cubicTo
void cubicTo(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty)
Undocumented in source. Be warned that the author may not have intended to support it.
- currentPosition
QPointF currentPosition()
Undocumented in source.
- elementAt
QPainterPath.Element elementAt(int i)
Undocumented in source.
- elementCount
int elementCount()
Undocumented in source.
- fillRule
qt.core.namespace.FillRule fillRule()
Undocumented in source.
- intersected
QPainterPath intersected(const(QPainterPath) r)
Undocumented in source.
- intersects
bool intersects(const(QRectF) rect)
Undocumented in source.
- intersects
bool intersects(const(QPainterPath) p)
Undocumented in source.
- isEmpty
bool isEmpty()
Undocumented in source.
- length
qreal length()
Undocumented in source.
- lineTo
void lineTo(const(QPointF) p)
Undocumented in source.
- lineTo
void lineTo(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
void moveTo(const(QPointF) p)
Undocumented in source.
- moveTo
void moveTo(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
QPainterPath opBinary(const(QPainterPath) other)
Undocumented in source.
- opBinary
QPainterPath opBinary(const(QPainterPath) other)
Undocumented in source.
- opBinary
QPainterPath opBinary(const(QPainterPath) other)
Undocumented in source.
- opBinary
QPainterPath opBinary(const(QPainterPath) other)
Undocumented in source.
- opOpAssign
QPainterPath opOpAssign(const(QPainterPath) other)
Undocumented in source.
- opOpAssign
QPainterPath opOpAssign(const(QPainterPath) other)
Undocumented in source.
- opOpAssign
QPainterPath opOpAssign(const(QPainterPath) other)
Undocumented in source.
- opOpAssign
QPainterPath opOpAssign(const(QPainterPath) other)
Undocumented in source.
- percentAtLength
qreal percentAtLength(qreal t)
Undocumented in source.
- pointAtPercent
QPointF pointAtPercent(qreal t)
Undocumented in source.
- quadTo
void quadTo(const(QPointF) ctrlPt, const(QPointF) endPt)
Undocumented in source.
- quadTo
void quadTo(qreal ctrlPtx, qreal ctrlPty, qreal endPtx, qreal endPty)
Undocumented in source. Be warned that the author may not have intended to support it.
- rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
- reserve
void reserve(int size)
Undocumented in source.
- setElementPositionAt
void setElementPositionAt(int i, qreal x, qreal y)
Undocumented in source.
- setFillRule
void setFillRule(qt.core.namespace.FillRule fillRule)
Undocumented in source.
- simplified
QPainterPath simplified()
Undocumented in source.
- slopeAtPercent
qreal slopeAtPercent(qreal t)
Undocumented in source.
- subtracted
QPainterPath subtracted(const(QPainterPath) r)
Undocumented in source.
- subtractedInverted
QPainterPath subtractedInverted(const(QPainterPath) r)
Undocumented in source.
- toFillPolygon
QPolygonF toFillPolygon(const(QMatrix) matrix)
Undocumented in source.
- toFillPolygon
QPolygonF toFillPolygon(const(QTransform) matrix)
Undocumented in source.
- toFillPolygons
QList!(QPolygonF) toFillPolygons(const(QMatrix) matrix)
Undocumented in source.
- toFillPolygons
QList!(QPolygonF) toFillPolygons(const(QTransform) matrix)
Undocumented in source.
- toReversed
QPainterPath toReversed()
Undocumented in source.
- toSubpathPolygons
QList!(QPolygonF) toSubpathPolygons(const(QMatrix) matrix)
Undocumented in source.
- toSubpathPolygons
QList!(QPolygonF) toSubpathPolygons(const(QTransform) matrix)
Undocumented in source.
- translate
void translate(qreal dx, qreal dy)
Undocumented in source.
- translate
void translate(const(QPointF) offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- translated
QPainterPath translated(qreal dx, qreal dy)
Undocumented in source.
- translated
QPainterPath translated(const(QPointF) offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- united
QPainterPath united(const(QPainterPath) r)
Undocumented in source.