Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
 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() [1/2]

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

Definition at line 60 of file qsortfilterproxymodel.cpp.

References QSortFilterProxyModelGreaterThan().

Referenced by QSortFilterProxyModelGreaterThan().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QSortFilterProxyModelGreaterThan() [2/2]

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()() [1/2]

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

Definition at line 66 of file qsortfilterproxymodel.cpp.

◆ operator()() [2/2]

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

Definition at line 66 of file qsortfilterproxymodel.cpp.


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