|
- 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 QWMatrix & xf )
- void makeEllipse ( int x, int y, int w, int h )
- 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, 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
|