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

List of All Members for QPointArray

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

  • iterator insert ( iterator before, const T & value )
  • bool isEmpty () const
  • T & last ()
  • const T & last () const
  • int lastIndexOf ( const T & value, int from = -1 ) const
  • void makeArc ( int x, int y, int w, int h, int a1, int a2 )
  • void makeArc ( int x, int y, int w, int h, int a1, int a2, const QMatrix & xf )
  • void makeEllipse ( int x, int y, int w, int h )
  • QVector<T> mid ( int pos, int length = -1 ) const
  • void point ( int index, int * x, int * y ) const
  • QPoint point ( int index ) const
  • void pop_back ()
  • void pop_front ()
  • void prepend ( const T & value )
  • void push_back ( const T & value )
  • void push_front ( const T & value )
  • void putPoints ( int index, int nPoints, int firstx, int firsty, ... )
  • void putPoints ( int index, int nPoints, const QPointArray & from, int fromIndex = 0 )
  • void remove ( int i )
  • void remove ( int i, int count )
  • void replace ( int i, const T & value )
  • void reserve ( int size )
  • void resize ( int size )
  • void setPoint ( int index, int x, int y )
  • void setPoint ( int i, const QPoint & p )
  • void setPoints ( int nPoints, const QCOORD * points )
  • void setPoints ( int nPoints, int firstx, int firsty, ... )
  • int size () const
  • void squeeze ()
  • void translate ( int dx, int dy )
  • void translate ( const QPoint & offset )
  • T value ( int i ) const
  • T value ( int i, const T & defaultValue ) const
  • bool operator!= ( const QVector & other ) const
  • QVector operator+ ( const QVector & other ) const
  • QVector & operator+= ( const QVector & other )
  • void operator+= ( const T & value )
  • QVector & operator<< ( const T & value )
  • QVector & operator= ( const QVector & other )
  • bool operator== ( const QVector & other ) const
  • T & operator[] ( int i )
  • const T & operator[] ( int i ) const


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2