Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 21 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QSortFilterProxyModelDataChanged()

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

Definition at line 23 of file qsortfilterproxymodel.cpp.

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 file: