- typedef RenderHints
- enum TextDirection
- QPainter ()
- QPainter ( QPaintDevice * pd )
- ~QPainter ()
- const QBrush & background () const
- Qt::BGMode backgroundMode () const
- bool begin ( QPaintDevice * pd )
- QRect boundingRect ( int x, int y, int w, int h, int flags, const QString & str, int len = -1 )
- QRect boundingRect ( const QRect & r, int flags, const QString & str, int len = -1 )
- const QBrush & brush () const
- QPoint brushOrigin () const
- void clearRenderHints ( RenderHint hints )
- QRegion clipRegion () const
- QPaintDevice * device () const
- void drawArc ( const QRect & r, int a, int alen )
- void drawArc ( int x, int y, int w, int h, int startAngle, int spanAngle )
- void drawChord ( const QRect & r, int a, int alen )
- void drawChord ( int x, int y, int w, int h, int startAngle, int spanAngle )
- void drawConvexPolygon ( const QPointArray & a, int index = 0, int npoints = -1 )
- void drawCubicBezier ( const QPointArray & a, int index = 0 )
- void drawEdges ( const QRect & r, Qt::RectangleEdges edges )
- void drawEdges ( int x, int y, int width, int height, Qt::RectangleEdges edges )
- void drawEllipse ( const QRect & r )
- void drawEllipse ( int x, int y, int w, int h )
- void drawLine ( const QPoint & p1, const QPoint & p2 )
- void drawLine ( int x1, int y1, int x2, int y2 )
- void drawLineSegments ( const QPointArray & a, int index = 0, int nlines = -1 )
- void drawPath ( const QPainterPath & path )
- void drawPicture ( int x, int y, const QPicture & p )
- void drawPicture ( const QPoint & p, const QPicture & pic )
- void drawPie ( const QRect & r, int a, int alen )
- void drawPie ( int x, int y, int w, int h, int startAngle, int spanAngle )
- void drawPixmap ( const QRect & r, const QPixmap & pm, const QRect & sr = QRect(), Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPixmap ( int x, int y, int w, int h, const QPixmap & pm, int sx = 0, int sy = 0, int sw = -1, int sh = -1, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPixmap ( int x, int y, const QPixmap & pixmap, int sx = 0, int sy = 0, int sw = -1, int sh = -1, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPixmap ( const QPoint & p, const QPixmap & pm, const QRect & sr, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPixmap ( const QPoint & p, const QPixmap & pm, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawPoint ( const QPoint & p )
- void drawPoint ( int x, int y )
- void drawPoints ( const QPointArray & pa, int index = 0, int npoints = -1 )
- void drawPolygon ( const QPointArray & a, bool winding = false, int index = 0, int npoints = -1 )
- void drawPolyline ( const QPointArray & a, int index = 0, int npoints = -1 )
- void drawRect ( const QRect & r )
- void drawRect ( int x, int y, int w, int h )
- void drawRects ( const QList<QRect> & rects )
- void drawRoundRect ( const QRect & r, int xRnd = 25, int yRnd = 25 )
- void drawRoundRect ( int x, int y, int w, int h, int xRnd = 25, int yRnd = 25 )
- void drawText ( int x, int y, const QString & str, TextDirection dir = Auto )
- void drawText ( int x, int y, int w, int h, int flags, const QString & str, int len = -1, QRect * br = 0 )
- void drawText ( const QPoint & p, const QString & str, TextDirection dir = Auto )
- void drawText ( const QRect & r, int flags, const QString & str, int len = -1, QRect * br = 0 )
- void drawTiledPixmap ( int x, int y, int w, int h, const QPixmap & pixmap, int sx = 0, int sy = 0, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
- void drawTiledPixmap ( const QRect & r, const QPixmap & pm, const QPoint & sp )
- void drawTiledPixmap ( const QRect & r, const QPixmap & pm )
- bool end ()
|
- void eraseRect ( int x, int y, int w, int h )
- void eraseRect ( const QRect & r )
- void fillRect ( int x, int y, int w, int h, const QBrush & brush )
- void fillRect ( const QRect & r, const QBrush & brush )
- const QFont & font () const
- QFontInfo fontInfo () const
- QFontMetrics fontMetrics () const
- bool hasClipping () const
- bool hasViewXForm () const
- bool hasWorldXForm () const
- void initFrom ( const QWidget * widget )
- bool isActive () const
- const QPen & pen () const
- RenderHints renderHints () const
- void resetXForm ()
- void restore ()
- void rotate ( double a )
- void save ()
- void scale ( double sx, double sy )
- void setBackground ( const QBrush & bg )
- void setBackgroundMode ( Qt::BGMode mode )
- void setBrush ( Qt::BrushStyle style )
- void setBrush ( const QBrush & brush )
- void setBrushOrigin ( int x, int y )
- void setBrushOrigin ( const QPoint & p )
- void setClipRect ( int x, int y, int w, int h )
- void setClipRect ( const QRect & rect )
- void setClipRegion ( const QRegion & r )
- void setClipping ( bool enable )
- void setFont ( const QFont & font )
- void setPen ( const QPen & pen )
- void setPen ( const QColor & color )
- void setPen ( Qt::PenStyle style )
- void setRenderHints ( RenderHint hints )
- void setViewXForm ( bool enable )
- void setViewport ( int x, int y, int w, int h )
- void setViewport ( const QRect & r )
- void setWindow ( int x, int y, int w, int h )
- void setWindow ( const QRect & r )
- void setWorldMatrix ( const QWMatrix & wm, bool combine = false )
- void setWorldXForm ( bool enable )
- void shear ( double sh, double sv )
- RenderHints supportedRenderHints () const
- void translate ( double dx, double dy )
- void translate ( const QPoint & offset )
- QRect viewport () const
- QRect window () const
- const QWMatrix & worldMatrix () const
- QPoint xForm ( const QPoint & p ) const
- QRect xForm ( const QRect & r ) const
- QPointArray xForm ( const QPointArray & a ) const
- QPointArray xForm ( const QPointArray & av, int index, int npoints ) const
- QRect xFormDev ( const QRect & r ) const
- QPoint xFormDev ( const QPoint & p ) const
- QPointArray xFormDev ( const QPointArray & a ) const
- QPointArray xFormDev ( const QPointArray & ad, int index, int npoints ) const
|