- 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 addRegion ( const QRegion & region )
- 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 ()
- bool contains ( const QPointF & pt ) const
- bool contains ( const QRectF & rect ) const
|
- void curveTo ( const QPointF & c1, const QPointF & c2, const QPointF & endPoint )
- void curveTo ( float ctrlPt1x, float ctrlPt1y, float ctrlPt2x, float ctrlPt2y, float endPtx, float endPty )
- const QPainterPath::Element & elementAt ( int index ) const
- int elementCount () const
- Qt::FillRule fillRule () const
- bool isEmpty () const
- void lineTo ( const QPointF & endPoint )
- void lineTo ( float x, float y )
- void moveTo ( const QPointF & point )
- void moveTo ( float x, float y )
- void setFillRule ( Qt::FillRule fillRule )
- QPolygon toFillPolygon ( const QMatrix & matrix = QMatrix() ) const
- QList<QPolygon> toFillPolygons ( const QMatrix & matrix = QMatrix() ) const
- QPainterPath toReversed () const
- QList<QPolygon> toSubpathPolygons ( const QMatrix & matrix = QMatrix() ) const
- bool operator!= ( const QPainterPath & path ) const
- QPainterPath & operator+= ( const QPainterPath & other )
- QPainterPath & operator= ( const QPainterPath & other )
- bool operator== ( const QPainterPath & path ) const
|