- class Element
- enum ElementType
- QPainterPath ()
- QPainterPath ( const QPointF & )
- QPainterPath ( const QPainterPath & )
- ~QPainterPath ()
- addEllipse ( const QRectF & )
- addEllipse ( qreal, qreal, qreal, qreal )
- addEllipse ( const QPointF &, qreal, qreal )
- addPath ( const QPainterPath & )
- addPolygon ( const QPolygonF & )
- addRect ( const QRectF & )
- addRect ( qreal, qreal, qreal, qreal )
- addRegion ( const QRegion & )
- addRoundedRect ( const QRectF &, qreal, qreal, Qt::SizeMode )
- addRoundedRect ( qreal, qreal, qreal, qreal, qreal, qreal, Qt::SizeMode )
- addText ( const QPointF &, const QFont &, const QString & )
- addText ( qreal, qreal, const QFont &, const QString & )
- angleAtPercent ( qreal ) const : qreal
- arcMoveTo ( const QRectF &, qreal )
- arcMoveTo ( qreal, qreal, qreal, qreal, qreal )
- arcTo ( const QRectF &, qreal, qreal )
- arcTo ( qreal, qreal, qreal, qreal, qreal, qreal )
- boundingRect () const : QRectF
- closeSubpath ()
- connectPath ( const QPainterPath & )
- contains ( const QPointF & ) const : bool
- contains ( const QRectF & ) const : bool
- contains ( const QPainterPath & ) const : bool
- controlPointRect () const : QRectF
- cubicTo ( const QPointF &, const QPointF &, const QPointF & )
- cubicTo ( qreal, qreal, qreal, qreal, qreal, qreal )
- currentPosition () const : QPointF
- elementAt ( int ) const : const QPainterPath::Element &
- elementCount () const : int
- fillRule () const : Qt::FillRule
- intersected ( const QPainterPath & ) const : QPainterPath
- intersects ( const QRectF & ) const : bool
- intersects ( const QPainterPath & ) const : bool
|
- isEmpty () const : bool
- length () const : qreal
- lineTo ( const QPointF & )
- lineTo ( qreal, qreal )
- moveTo ( const QPointF & )
- moveTo ( qreal, qreal )
- percentAtLength ( qreal ) const : qreal
- pointAtPercent ( qreal ) const : QPointF
- quadTo ( const QPointF &, const QPointF & )
- quadTo ( qreal, qreal, qreal, qreal )
- setElementPositionAt ( int, qreal, qreal )
- setFillRule ( Qt::FillRule )
- simplified () const : QPainterPath
- slopeAtPercent ( qreal ) const : qreal
- subtracted ( const QPainterPath & ) const : QPainterPath
- swap ( 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 )
- translate ( const QPointF & )
- translated ( qreal, qreal ) const : QPainterPath
- translated ( const QPointF & ) 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 & ) : QPainterPath &
- operator== ( const QPainterPath & ) const : bool
- operator| ( const QPainterPath & ) const : QPainterPath
- operator|= ( const QPainterPath & ) : QPainterPath &
|