- enum PaintEngineFeature
- typedef PaintEngineFeatures
- enum Type
- QPaintEngine ( PaintEngineFeatures caps = 0 )
- ~QPaintEngine ()
- bool begin ( QPaintDevice * pdev )
- void clearRenderHints ( QPainter::RenderHints hints )
- void drawArc ( const QRect & rectangle, int startAngle, int spanAngle )
- void drawChord ( const QRect & rectangle, int startAngle, int spanAngle )
- void drawConvexPolygon ( const QPointArray & pa, int index = 0, int npoints = -1 )
- void drawCubicBezier ( const QPointArray & pa, int index = 0 )
- void drawEllipse ( const QRect & rectangle )
- void drawLine ( const QPoint & p1, const QPoint & p2 )
- void drawLineSegments ( const QPointArray & pa, int index = 0, int nlines = -1 )
- void drawPath ( const QPainterPath & path )
- void drawPie ( const QRect & rectangle, int startAngle, int spanAngle )
- void drawPixmap ( const QRect & rectangle, const QPixmap & pixmap, const QRect & sr, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPoint ( const QPoint & point )
- void drawPoints ( const QPointArray & pa, int index = 0, int npoints = -1 )
- void drawPolygon ( const QPointArray & pa, bool winding = false, int index = 0, int npoints = -1 )
- void drawPolyline ( const QPointArray & pa, int index = 0, int npoints = -1 )
|
- void drawRect ( const QRect & rectangle )
- void drawRects ( const QList<QRect> & rects )
- void drawRoundRect ( const QRect & rectangle, int xRnd, int yRnd )
- void drawTextItem ( const QPoint & p, const QTextItem & ti, int textFlags )
- void drawTiledPixmap ( const QRect & rectangle, const QPixmap & pixmap, const QPoint & point, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- bool end ()
- bool hasFeature ( PaintEngineFeatures feature ) const
- bool isActive () const
- QPainter * painter () const
- QPainter::RenderHints renderHints () const
- void setActive ( bool state )
- void setRenderHints ( QPainter::RenderHints hints )
- QPainter::RenderHints supportedRenderHints () const
- Type type () const
- void updateBackground ( Qt::BGMode bgmode, const QBrush & brush )
- void updateBrush ( const QBrush & brush, const QPoint & origin )
- void updateClipRegion ( const QRegion & region, bool enabled )
- void updateFont ( const QFont & f )
- void updatePen ( const QPen & pen )
- void updateRenderHints ( QPainter::RenderHints hints )
- void updateXForm ( const QWMatrix & matrix )
|