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 )
  • 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 ()


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1