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
QSortFilterProxyModelLessThan Class Reference

#include <qsortfilterproxymodelhelper_p.h>

Collaboration diagram for QSortFilterProxyModelLessThan:

Public Member Functions

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

Detailed Description

Definition at line 35 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelLessThan() [1/3]

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

Definition at line 38 of file qsortfilterproxymodel.cpp.

References QSortFilterProxyModelLessThan().

Referenced by QSortFilterProxyModelLessThan(), and QSortFilterProxyModelLessThan().

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

◆ QSortFilterProxyModelLessThan() [2/3]

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

Definition at line 38 of file qsortfilterproxymodel.cpp.

◆ QSortFilterProxyModelLessThan() [3/3]

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

Definition at line 160 of file qsortfilterproxymodelhelper_p.h.

References QSortFilterProxyModelLessThan().

Here is the call graph for this function:

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 43 of file qsortfilterproxymodel.cpp.

◆ operator()() [2/3]

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

Definition at line 43 of file qsortfilterproxymodel.cpp.

◆ operator()() [3/3]

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

Definition at line 165 of file qsortfilterproxymodelhelper_p.h.


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