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
QRowsRemoval Struct Reference
+ Collaboration diagram for QRowsRemoval:

Public Member Functions

 QRowsRemoval (const QModelIndex &parent_source, int start, int end)
 
 QRowsRemoval ()
 
bool contains (QModelIndex parent, int row) const
 

Detailed Description

Definition at line 83 of file qsortfilterproxymodel.cpp.

Constructor & Destructor Documentation

◆ QRowsRemoval() [1/2]

QRowsRemoval::QRowsRemoval ( const QModelIndex & parent_source,
int start,
int end )
inline

Definition at line 85 of file qsortfilterproxymodel.cpp.

◆ QRowsRemoval() [2/2]

QRowsRemoval::QRowsRemoval ( )
inline

Definition at line 89 of file qsortfilterproxymodel.cpp.

Member Function Documentation

◆ contains()

bool QRowsRemoval::contains ( QModelIndex parent,
int row ) const
inline

Definition at line 93 of file qsortfilterproxymodel.cpp.

References QModelIndex::parent(), and QModelIndex::row().

Referenced by QSortFilterProxyModelPrivate::_q_sourceDataChanged().

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

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