Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSortFilterProxyModelDataChanged Struct Reference
+ Collaboration diagram for QSortFilterProxyModelDataChanged:

Public Member Functions

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

Public Attributes

QModelIndex topLeft
 
QModelIndex bottomRight
 

Detailed Description

Definition at line 20 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelDataChanged()

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

Definition at line 22 of file qsortfilterproxymodel.cpp.

Member Data Documentation

◆ bottomRight

QModelIndex QSortFilterProxyModelDataChanged::bottomRight

Definition at line 26 of file qsortfilterproxymodel.cpp.

◆ topLeft

QModelIndex QSortFilterProxyModelDataChanged::topLeft

Definition at line 25 of file qsortfilterproxymodel.cpp.


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