Qt 5.13
Qt GUI
C++ Classes
QPainterPath
Qt 5.13.0 Reference Documentation
List of All Members for QPainterPath
This is the complete list of members for
QPainterPath
, including inherited members.
class
Element
enum
ElementType
QPainterPath
(const QPointF &)
QPainterPath
()
~QPainterPath
()
addPolygon
(const QPolygonF &)
addRegion
(const QRegion &)
addRoundedRect
(const QRectF &, qreal , qreal , Qt::SizeMode )
angleAtPercent
(qreal ) const : qreal
boundingRect
() const : QRectF
capacity
() const : int
clear
()
closeSubpath
()
contains
(const QPainterPath &) const : bool
controlPointRect
() const : QRectF
fillRule
() const : Qt::FillRule
intersected
(const QPainterPath &) const : QPainterPath
intersects
(const QPainterPath &) const : bool
length
() const : qreal
percentAtLength
(qreal ) const : qreal
pointAtPercent
(qreal ) const : QPointF
reserve
(int )
simplified
() const : QPainterPath
slopeAtPercent
(qreal ) const : qreal
subtracted
(const QPainterPath &) const : QPainterPath
toFillPolygon
(const QTransform &) const : QPolygonF
toFillPolygon
(const QMatrix &) const : QPolygonF
toFillPolygons
(const QTransform &) const : QList<QPolygonF>
toFillPolygons
(const QMatrix &) const : QList<QPolygonF>
toReversed
() const : QPainterPath
toSubpathPolygons
(const QTransform &) const : QList<QPolygonF>
toSubpathPolygons
(const QMatrix &) const : QList<QPolygonF>
translate
(qreal , qreal )
translated
(qreal , qreal ) const : QPainterPath
united
(const QPainterPath &) const : QPainterPath
operator!=
(const QPainterPath &) const : bool
operator&
(const QPainterPath &) const : QPainterPath
operator&=
(const QPainterPath &) : QPainterPath &
operator+
(const QPainterPath &) const : QPainterPath
operator+=
(const QPainterPath &) : QPainterPath &
operator-
(const QPainterPath &) const : QPainterPath
operator-=
(const QPainterPath &) : QPainterPath &
operator==
(const QPainterPath &) const : bool
operator|
(const QPainterPath &) const : QPainterPath
operator|=
(const QPainterPath &) : QPainterPath &