| 
addRect ( qreal, qreal, qreal, qreal )addRoundedRect ( qreal, qreal, qreal, qreal, qreal, qreal, Qt::SizeMode )addText ( const QPointF &, const QFont &, const QString & )addText ( qreal, qreal, const QFont &, const QString & )arcMoveTo ( qreal, qreal, qreal, qreal, qreal )arcTo ( const QRectF &, qreal, qreal )arcTo ( qreal, qreal, qreal, qreal, qreal, qreal )contains ( const QPointF & ) const : boolcontains ( const QRectF & ) const : boolcontains ( const QPainterPath & ) const : boolcubicTo ( const QPointF &, const QPointF &, const QPointF & )cubicTo ( qreal, qreal, qreal, qreal, qreal, qreal )elementAt ( int ) const : const QPainterPath::Element &intersected ( const QPainterPath & ) const : QPainterPath | 
quadTo ( const QPointF &, const QPointF & )quadTo ( qreal, qreal, qreal, qreal )subtracted ( const QPainterPath & ) const : QPainterPathtranslated ( const QPointF & ) const : QPainterPathunited ( const QPainterPath & ) const : QPainterPathoperator& ( const QPainterPath & ) const : QPainterPathoperator&= ( const QPainterPath & ) : QPainterPath &operator+ ( const QPainterPath & ) const : QPainterPathoperator+= ( const QPainterPath & ) : QPainterPath &operator- ( const QPainterPath & ) const : QPainterPathoperator-= ( const QPainterPath & ) : QPainterPath &operator= ( const QPainterPath & ) : QPainterPath &operator| ( const QPainterPath & ) const : QPainterPathoperator|= ( const QPainterPath & ) : QPainterPath & |