|
- int indexOf ( const T & value, int from = 0 ) const
- void insert ( int i, const T & value )
- iterator insert ( iterator before, int count, const T & value )
- void insert ( int i, int count, const T & value )
- iterator insert ( iterator before, const T & value )
- bool isClosed () const
- bool isEmpty () const
- T & last ()
- const T & last () const
- int lastIndexOf ( const T & value, int from = -1 ) const
- QVector<T> mid ( int pos, int length = -1 ) 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 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 setSharable ( bool sharable )
- int size () const
- void squeeze ()
- QPointArray toPointArray () const
- void translate ( const QPointF & offset )
- void translate ( float dx, float dy )
- 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
|