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
qsortfilterproxymodel.cpp File Reference

(7fee5f840fe6e968cb30a3ee8a17a170364be409)

#include "qsortfilterproxymodel.h"
#include "qitemselectionmodel.h"
#include <qsize.h>
#include <qdebug.h>
#include <qdatetime.h>
#include <qstringlist.h>
#include <private/qabstractitemmodel_p.h>
#include <private/qabstractproxymodel_p.h>
#include <private/qproperty_p.h>
#include <algorithm>
#include "moc_qsortfilterproxymodel.cpp"
Include dependency graph for qsortfilterproxymodel.cpp:

Go to the source code of this file.

Classes

struct  QSortFilterProxyModelDataChanged
class  QSortFilterProxyModelLessThan
class  QSortFilterProxyModelGreaterThan
struct  QRowsRemoval
class  QSortFilterProxyModelPrivate
struct  QSortFilterProxyModelPrivate::Mapping

Typedefs

using QModelIndexPairList = QList<std::pair<QModelIndex, QPersistentModelIndex>>
typedef QHash< QtPrivate::QModelIndexWrapper, QSortFilterProxyModelPrivate::Mapping * > IndexMap

Functions

static QSet< int > qListToSet (const QList< int > &vector)

Typedef Documentation

◆ IndexMap

◆ QModelIndexPairList

Definition at line 19 of file qsortfilterproxymodel.cpp.

Function Documentation

◆ qListToSet()

QSet< int > qListToSet ( const QList< int > & vector)
inlinestatic

Definition at line 30 of file qsortfilterproxymodel.cpp.