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

List of All Members for QPaintEngine

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

  • enum Type
  • QPaintEngine ( PaintEngineFeatures caps = 0 )
  • 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 )


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1