Qt 6.x
The Qt SDK
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 57 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 60 of file qsortfilterproxymodel.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 66 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: