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
QSortFilterProxyModelDataChanged Struct Reference

#include <qsortfilterproxymodelhelper_p.h>

Collaboration diagram for QSortFilterProxyModelDataChanged:

Public Member Functions

 QSortFilterProxyModelDataChanged (const QModelIndex &tl, const QModelIndex &br)
 QSortFilterProxyModelDataChanged (const QModelIndex &tl, const QModelIndex &br)
 QSortFilterProxyModelDataChanged (const QModelIndex &tl, const QModelIndex &br)

Public Attributes

QModelIndex topLeft
QModelIndex bottomRight

Detailed Description

Definition at line 21 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelDataChanged() [1/3]

QSortFilterProxyModelDataChanged::QSortFilterProxyModelDataChanged ( const QModelIndex & tl,
const QModelIndex & br )
inline

Definition at line 23 of file qsortfilterproxymodel.cpp.

References QSortFilterProxyModelDataChanged().

Referenced by QSortFilterProxyModelDataChanged().

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

◆ QSortFilterProxyModelDataChanged() [2/3]

QSortFilterProxyModelDataChanged::QSortFilterProxyModelDataChanged ( const QModelIndex & tl,
const QModelIndex & br )
inline

Definition at line 23 of file qsortfilterproxymodel.cpp.

◆ QSortFilterProxyModelDataChanged() [3/3]

QSortFilterProxyModelDataChanged::QSortFilterProxyModelDataChanged ( const QModelIndex & tl,
const QModelIndex & br )
inline

Definition at line 150 of file qsortfilterproxymodelhelper_p.h.

References QSortFilterProxyModelDataChanged().

Here is the call graph for this function:

Member Data Documentation

◆ bottomRight

QModelIndex QSortFilterProxyModelDataChanged::bottomRight

Definition at line 27 of file qsortfilterproxymodel.cpp.

◆ topLeft

QModelIndex QSortFilterProxyModelDataChanged::topLeft

Definition at line 26 of file qsortfilterproxymodel.cpp.


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