LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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  std::iterator_traits< LC::Util::ModelIterator >
 

Namespaces

namespace  LC
 
namespace  LC::Util
 

Functions

ModelRange LC::Util::AllModelRows (const QAbstractItemModel &model, int column=0)
 
ModelRange LC::Util::ModelRows (const QAbstractItemModel &model, int from, int to, int column=0)