Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

List of All Members for QPainter

This is the complete list of members for QPainter, including inherited members.

  • typedef RenderHints
  • QPainter ( QPaintDevice * pd )
  • 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 )
  • QRectF boundingRect ( const QRectF & bounds, int flags, const QString & str, int len = -1 )
  • const QBrush & brush () const
  • QPoint brushOrigin () const
  • QPainterPath clipPath () const
  • QRegion clipRegion () const
  • QPaintDevice * device () const
  • const QMatrix & deviceMatrix () const
  • void drawArc ( const QRectF & r, int a, int alen )
  • void drawArc ( const QRect & , int a, int alen )
  • void drawArc ( int x, int y, int w, int h, int startAngle, int spanAngle )
  • void drawChord ( const QRectF & r, int a, int alen )
  • void drawChord ( const QRect & , int a, int alen )
  • void drawChord ( int x, int y, int w, int h, int startAngle, int spanAngle )
  • void drawConvexPolygon ( const QPolygon & polygon, int index = 0, int npoints = -1 )
  • void drawConvexPolygon ( const QPointArray & a, int index = 0, int npoints = -1 )
  • void drawEllipse ( const QRectF & r )
  • void drawEllipse ( const QRect & r )
  • void drawEllipse ( int x, int y, int w, int h )
  • void drawImage ( const QRectF & targetRect, const QImage & image, const QRectF & sourceRect, Qt::ImageConversionFlags flags = Qt::AutoColor )
  • void drawImage ( const QPointF & p, const QImage & image, const QRectF & sr, Qt::ImageConversionFlags conversionFlags = Qt::AutoColor )
  • void drawImage ( const QRectF & rectangle, const QImage & image )
  • void drawImage ( const QPoint & p, const QImage & image )
  • void drawImage ( const QPointF & p, const QImage & image )
  • void drawImage ( const QPoint & p, const QImage & image, const QRect & sr, Qt::ImageConversionFlags conversionFlags = Qt::AutoColor )
  • void drawImage ( const QRect & rectangle, const QImage & image )
  • void drawImage ( int x, int y, const QImage & image, int sx = 0, int sy = 0, int sw = -1, int sh = -1, Qt::ImageConversionFlags conversionFlags = Qt::AutoColor )
  • void drawImage ( const QRect & targetRect, const QImage & image, const QRect & sourceRect, Qt::ImageConversionFlags flags = Qt::AutoColor )
  • void drawLine ( const QLineF & l )
  • void drawLine ( const QPoint & p1, const QPoint & p2 )
  • void drawLine ( const QPointF & p1, const QPointF & p2 )
  • void drawLine ( int x1, int y1, int x2, int y2 )
  • void drawLineSegments ( const QPointArray & a, int index = 0, int nlines = -1 )
  • void drawLines ( const QList<QLineF> lines, int index = 0, int nlines = -1 )
  • void drawPath ( const QPainterPath & path )
  • void drawPicture ( const QPointF & p, const QPicture & picture )
  • void drawPicture ( const QPoint & p, const QPicture & picture )
  • void drawPicture ( int x, int y, const QPicture & picture )
  • void drawPie ( const QRectF & r, int a, int alen )
  • void drawPie ( const QRect & , int a, int alen )
  • void drawPie ( int x, int y, int w, int h, int startAngle, int spanAngle )
  • void drawPixmap ( const QRectF & r, const QPixmap & pm, const QRectF & sr, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( const QRect & targetRect, const QPixmap & pixmap, const QRect & sourceRect, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( const QPointF & p, const QPixmap & pm, const QRectF & sr, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( const QPointF & p, const QPixmap & pm, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( int x, int y, const QPixmap & pixmap, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( int x, int y, int width, int height, const QPixmap & pixmap, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( int x, int y, int w, int h, const QPixmap & pm, int sx, int sy, int sw, int sh, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPixmap ( int x, int y, const QPixmap & pixmap, int sx, int sy, int sw, int sh, 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 drawPixmap ( const QRect & r, const QPixmap & pm, Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawPoint ( const QPointF & p )
  • void drawPoint ( const QPoint & p )
  • void drawPoint ( int x, int y )
  • void drawPoints ( const QList<QPointF> & points )
  • void drawPoints ( const QPointArray & pa )
  • void drawPolygon ( const QPolygon & polygon, Qt::FillRule fillRule = Qt::OddEvenFill, int index = 0, int npoints = -1 )
  • void drawPolygon ( const QPointArray & pa, Qt::FillRule fillRule = Qt::OddEvenFill, int index = 0, int npoints = -1 )
  • void drawPolyline ( const QPolygon & a, int index = 0, int npoints = -1 )
  • void drawPolyline ( const QPointArray & pa, int index = 0, int npoints = -1 )
  • void drawRect ( const QRectF & r )
  • void drawRect ( const QRect & rect )
  • void drawRect ( int x, int y, int w, int h )
  • void drawRects ( const QList<QRectF> & rects )
  • void drawRoundRect ( const QRectF & r, int xRnd = 25, int yRnd = 25 )
  • void drawRoundRect ( const QRect & r, int xround = 25, int yround = 25 )
  • void drawRoundRect ( int x, int y, int w, int h, int xround = 25, int yround = 25 )
  • void drawText ( const QRectF & , int flags, const QString & , int len = -1, QRectF * br = 0 )
  • void drawText ( const QPointF & p, const QString & str, TextDirection dir = Auto )
  • void drawText ( const QPoint & p, const QString & s, TextDirection dir = Auto )
  • void drawText ( int x, int y, const QString & text, 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 QRect & r, int flags, const QString & str, int len = -1, QRect * br = 0 )
  • void drawTextItem ( const QPoint & p, const QTextItem & ti )
  • 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 & , const QPixmap & , const QPoint & = QPoint(), Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • void drawTiledPixmap ( const QRectF & r, const QPixmap & pixmap, const QPointF & sp = QPointF(), Qt::PixmapDrawingMode mode = Qt::ComposePixmap )
  • bool end ()
  • void eraseRect ( const QRectF & r )
  • void eraseRect ( const QRect & )
  • void eraseRect ( int x, int y, int w, int h )
  • void fillPath ( const QPainterPath & path, const QBrush & brush )
  • void fillRect ( const QRectF & r, const QBrush & brush )
  • void fillRect ( const QRect & , const QBrush & )
  • void fillRect ( int x, int y, int w, int h, const QBrush & brush )
  • const QFont & font () const
  • QFontInfo fontInfo () const
  • QFontMetrics fontMetrics () const
  • bool hasClipping () const
  • void initFrom ( const QWidget * widget )
  • bool isActive () const
  • const QMatrix & matrix () const
  • bool matrixEnabled () const
  • QPaintEngine * paintEngine () const
  • const QPen & pen () const
  • RenderHints renderHints () const
  • void resetMatrix ()
  • 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 ( const QPoint & )
  • void setBrushOrigin ( const QPointF & p )
  • void setBrushOrigin ( int x, int y )
  • void setClipPath ( const QPainterPath & path, Qt::ClipOperation op = Qt::ReplaceClip )
  • void setClipRect ( const QRect & , Qt::ClipOperation op = Qt::ReplaceClip )
  • void setClipRect ( int x, int y, int w, int h, Qt::ClipOperation op = Qt::ReplaceClip )
  • void setClipRect ( const QRectF & rect, Qt::ClipOperation op = Qt::ReplaceClip )
  • void setClipRegion ( const QRegion & r, Qt::ClipOperation op = Qt::ReplaceClip )
  • void setClipping ( bool enable )
  • void setFont ( const QFont & font )
  • void setMatrix ( const QMatrix & matrix, bool combine = false )
  • void setMatrixEnabled ( bool enable )
  • void setPen ( const QPen & pen )
  • void setPen ( const QColor & color )
  • void setPen ( Qt::PenStyle style )
  • void setRenderHint ( RenderHint hint, bool on = true )
  • void setViewTransformEnabled ( 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 shear ( double sh, double sv )
  • void strokePath ( const QPainterPath & path, const QPen & pen )
  • RenderHints supportedRenderHints () const
  • void translate ( const QPointF & offset )
  • void translate ( double dx, double dy )
  • void translate ( const QPoint & offset )
  • bool viewTransformEnabled () const
  • QRect viewport () const
  • QRect window () const


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1