- enum FillMode
- QPainterPath ()
- QPainterPath ( const QPointF & startPoint )
- QPainterPath ( const QPainterPath & other )
- ~QPainterPath ()
- void addEllipse ( const QRectF & boundingRect )
- void addEllipse ( float x, float y, float width, float height )
- void addPath ( const QPainterPath & other )
- void addPolygon ( const QPolygon & polygon )
- void addRect ( const QRectF & rectangle )
- void addRect ( float x, float y, float width, float height )
- void addText ( const QPointF & point, const QFont & font, const QString & text )
- void addText ( float x, float y, const QFont & font, const QString & text )
- void arcTo ( const QRectF & rectangle, float startAngle, float sweepLength )
- void arcTo ( float x, float y, float width, float height, float startAngle, float sweepLength )
- QRectF boundingRect () const
- void closeSubpath ()
|
|