LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
modeliterator.h File Reference
#include <QModelIndex>
#include "modelsconfig.h"
+ Include dependency graph for modeliterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LC::Util::ModelIterator
 Provides an iterator-based API to a Qt model. More...
 
struct  LC::Util::ModelRange
 
struct  LC::Util::ModelRange::Sentinel
 
struct  std::iterator_traits< LC::Util::ModelIterator >
 

Namespaces

 LC::Util
 

Functions

bool UTIL_MODELS_API LC::Util::operator== (const ModelIterator &left, const ModelRange::Sentinel &right)
 
ModelRange LC::Util::AllModelRows (const QAbstractItemModel &model, int column=0)
 
ModelRange LC::Util::ModelRows (const QAbstractItemModel &model, int from, int to, int column=0)