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

List of All Members for QPainterPath

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

  • QPainterPath ( const QPainterPath & other )
  • void addArc ( const QRect & rect, int startAngle, int arcLength )
  • void addArc ( int x, int y, int w, int h, int startAngle, int arcLength )
  • void addBezier ( const QPoint & p1, const QPoint & p2, const QPoint & p3, const QPoint & p4 )
  • void addBezier ( int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4 )
  • void addBezier ( const QPointArray & pa )
  • void addLine ( const QPoint & p1, const QPoint & p2 )
  • void addLine ( int x1, int y1, int x2, int y2 )
  • void addLine ( int x, int y )


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1