|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Classes# | |
| class | Iterator |
Public Member Functions# | |
| AListModelRange (const AListModelIndex &begin, const AListModelIndex &end, _< IListModel< T > > model) | |
| bool | operator== (const AListModelRange &rhs) const |
| AListModelRange< T >::Iterator | begin () const |
| AListModelRange< T >::Iterator | end () const |
| const AListModelIndex & | getBegin () const |
| const AListModelIndex & | getEnd () const |
| const _< IListModel< T > > & | getModel () const |