Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSortFilterProxyModelGreaterThan Class Reference
+ Collaboration diagram for QSortFilterProxyModelGreaterThan:

Public Member Functions

 QSortFilterProxyModelGreaterThan (int column, const QModelIndex &parent, const QAbstractItemModel *source, const QSortFilterProxyModel *proxy)
 
bool operator() (int r1, int r2) const
 

Detailed Description

Definition at line 56 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelGreaterThan()

QSortFilterProxyModelGreaterThan::QSortFilterProxyModelGreaterThan ( int column,
const QModelIndex & parent,
const QAbstractItemModel * source,
const QSortFilterProxyModel * proxy )
inline

Definition at line 59 of file qsortfilterproxymodel.cpp.

Member Function Documentation

◆ operator()()

bool QSortFilterProxyModelGreaterThan::operator() ( int r1,
int r2 ) const
inline

Definition at line 65 of file qsortfilterproxymodel.cpp.

References QAbstractItemModel::index(), QSortFilterProxyModel::lessThan(), r1, and r2.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: