KChart
KChartAbstractProxyModel.cpp
29// Due to inlining in Qt and no d-pointer, it is safe to assume that the layout won't change except
QModelIndex index(int row, int col, const QModelIndex &index) const override
Definition KChartAbstractProxyModel.cpp:71
QModelIndex mapToSource(const QModelIndex &proxyIndex) const override
Definition KChartAbstractProxyModel.cpp:52
QModelIndex mapFromSource(const QModelIndex &sourceIndex) const override
Definition KChartAbstractProxyModel.cpp:39
AbstractProxyModel(QObject *parent=nullptr)
This is basically KDAbstractProxyModel, but only the bits that we really need from it.
Definition KChartAbstractProxyModel.cpp:25
QModelIndex createIndex(int row, int column, const void *ptr) const const
sourceModel
int column() const const
void * internalPointer() const const
bool isValid() const const
const QAbstractItemModel * model() const const
int row() const const
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.