KD Chart 2
[rev.2.7]
|
Base class for all proxy models used inside KD Chart. More...
#include <KDChartAbstractProxyModel.h>
Public Member Functions | |
AbstractProxyModel (QObject *parent=0) | |
This is basically KDAbstractProxyModel, but only the bits that we really need from it. More... | |
QModelIndex | index (int row, int col, const QModelIndex &index) const override |
QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const override |
QModelIndex | mapToSource (const QModelIndex &proxyIndex) const override |
QModelIndex | parent (const QModelIndex &index) const override |
Base class for all proxy models used inside KD Chart.
Definition at line 36 of file KDChartAbstractProxyModel.h.
|
explicit |
This is basically KDAbstractProxyModel, but only the bits that we really need from it.
Definition at line 41 of file KDChartAbstractProxyModel.cpp.
References MAY_ALIAS.
|
override |
[reimplemented]
Definition at line 87 of file KDChartAbstractProxyModel.cpp.
References mapFromSource(), and mapToSource().
Referenced by KDChart::AttributesModel::setHeaderData(), and KDChart::AttributesModel::setModelData().
|
override |
[reimplemented]
Definition at line 55 of file KDChartAbstractProxyModel.cpp.
Referenced by KDChart::AbstractDiagram::attributesModel(), index(), parent(), and KDChart::AttributesModel::setSourceModel().
|
override |
[reimplemented]
Definition at line 68 of file KDChartAbstractProxyModel.cpp.
Referenced by KDChart::AttributesModel::columnCount(), KDChart::AttributesModel::data(), index(), parent(), KDChart::AttributesModel::rowCount(), and KDChart::AttributesModel::setData().
|
override |
[reimplemented]
Definition at line 94 of file KDChartAbstractProxyModel.cpp.
References mapFromSource(), and mapToSource().
Referenced by KDChart::AttributesModel::setSourceModel().