32 #include <QModelIndex> 55 QAbstractItemModel *
const Model_;
56 const QModelIndex Parent_;
88 ModelIterator (QAbstractItemModel *model,
int row,
int col = 0,
89 Direction dir = Direction::Rows,
const QModelIndex& parent = {});
195 int& GetIncrementable ();
196 int GetIncrementable ()
const;
bool operator!=(const ModelIterator &left, const ModelIterator &right)
auto operator*(const AF &af, const AV &av) -> decltype(GSL(af, av))
bool operator==(const ModelIterator &left, const ModelIterator &right)
Direction
The direction of traversal.
random_access_iterator_tag iterator_category
Provides an iterator-based API to a Qt model.