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

List of All Members for QDirectPainter

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

  • typedef RenderHints
  • QDirectPainter ( QWidget * w )
  • 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
  • int depth () 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 )


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1