|
- const T & last () const
- int lastIndexOf ( const T & value, int from = -1 ) const
- void merge ( const QItemSelection & other, QItemSelectionModel::SelectionFlags command )
- void move ( int from, int to )
- void pop_back ()
- void pop_front ()
- void prepend ( const T & value )
- void push_back ( const T & value )
- void push_front ( const T & value )
- int removeAll ( const T & value )
- void removeAt ( int i )
- void removeFirst ()
- void removeLast ()
- void replace ( int i, const T & value )
- void select ( const QModelIndex & topLeft, const QModelIndex & bottomRight, const QAbstractItemModel * model )
- int size () const
- void split ( const QItemSelectionRange & range, const QItemSelectionRange & other, QItemSelection * result )
- void swap ( int i, int j )
- T takeAt ( int i )
- T takeFirst ()
- T takeLast ()
- T value ( int i ) const
- T value ( int i, const T & defaultValue ) const
- bool operator!= ( const QList & other ) const
- QList operator+ ( const QList & other ) const
- QList & operator+= ( const QList & other )
- void operator+= ( const T & value )
- QList & operator<< ( const T & value )
- QList & operator= ( const QList & other )
- bool operator== ( const QList & other ) const
- T & operator[] ( int i )
- const T & operator[] ( int i ) const
|