Carousel
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
ObservableList< TItem >::const_iterator Class Reference

Inherits QList< TItem >::const_iterator.

Public Member Functions

 const_iterator (const typename QList< TItem >::const_iterator &other)
 
- Public Member Functions inherited from QList::const_iterator
 const_iterator (const const_iterator &other)
 
 const_iterator (const iterator &other)
 
bool operator!= (const const_iterator &other) const
 
const T & operator* () const
 
const_iterator operator+ (int j) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator+= (int j)
 
const_iterator operator- (int j) const
 
int operator- (const_iterator other) const
 
const_iterator operator-- (int)
 
const_iteratoroperator-- ()
 
const_iteratoroperator-= (int j)
 
const T * operator-> () const
 
bool operator< (const const_iterator &other) const
 
bool operator<= (const const_iterator &other) const
 
bool operator== (const const_iterator &other) const
 
bool operator> (const const_iterator &other) const
 
bool operator>= (const const_iterator &other) const
 
const T & operator[] (int j) const
 

Additional Inherited Members

- Public Attributes inherited from QList::const_iterator
typedef iterator_category