AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
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 |