Definition at line 68 of file qsortfilterproxymodel.cpp.
◆ QSortFilterProxyModelLessThan()
Definition at line 71 of file qsortfilterproxymodel.cpp.
const QAbstractItemModel * source_model
QModelIndex source_parent
const QSortFilterProxyModel * proxy_model
◆ operator()()
bool QSortFilterProxyModelLessThan::operator() |
( |
int |
r1, |
|
|
int |
r2 |
|
) |
| const |
|
inline |
Definition at line 76 of file qsortfilterproxymodel.cpp.
const QAbstractItemModel * source_model
virtual QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const =0
Returns the index of the item in the model specified by the given row, column and parent index...
virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const
Returns true if the value of the item referred to by the given index left is less than the value of t...
QModelIndex source_parent
const QSortFilterProxyModel * proxy_model
The QModelIndex class is used to locate data in a data model.
◆ proxy_model
◆ sort_column
int QSortFilterProxyModelLessThan::sort_column |
|
private |
◆ source_model
◆ source_parent
QModelIndex QSortFilterProxyModelLessThan::source_parent |
|
private |
The documentation for this class was generated from the following file: