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

#include <qsortfilterproxymodelhelper_p.h>

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
 QSortFilterProxyModelGreaterThan (int column, const QModelIndex &parent, const QAbstractItemModel *source, const QSortFilterProxyModelHelper *helper)
bool operator() (int r1, int r2) const

Detailed Description

Definition at line 57 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelGreaterThan() [1/3]

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(), and QSortFilterProxyModelGreaterThan().

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

◆ QSortFilterProxyModelGreaterThan() [2/3]

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

Definition at line 60 of file qsortfilterproxymodel.cpp.

◆ QSortFilterProxyModelGreaterThan() [3/3]

QSortFilterProxyModelGreaterThan::QSortFilterProxyModelGreaterThan ( int column,
const QModelIndex & parent,
const QAbstractItemModel * source,
const QSortFilterProxyModelHelper * helper )
inline

Definition at line 182 of file qsortfilterproxymodelhelper_p.h.

References QSortFilterProxyModelGreaterThan().

Here is the call graph for this function:

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 66 of file qsortfilterproxymodel.cpp.

◆ operator()() [2/3]

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

Definition at line 66 of file qsortfilterproxymodel.cpp.

◆ operator()() [3/3]

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

Definition at line 188 of file qsortfilterproxymodelhelper_p.h.


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