![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"
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) |
Definition at line 382 of file qsortfilterproxymodel.cpp.
using QModelIndexPairList = QList<std::pair<QModelIndex, QPersistentModelIndex>> |
Definition at line 19 of file qsortfilterproxymodel.cpp.
Definition at line 30 of file qsortfilterproxymodel.cpp.