23 #ifndef KDCHARTABSTRACTPROXYMODEL_H 24 #define KDCHARTABSTRACTPROXYMODEL_H 26 #include <QAbstractProxyModel> 43 QModelIndex mapFromSource(
const QModelIndex & sourceIndex )
const override;
45 QModelIndex mapToSource(
const QModelIndex &proxyIndex )
const override;
48 QModelIndex index(
int row,
int col,
const QModelIndex& index )
const override;
50 QModelIndex parent(
const QModelIndex& index )
const override;
Class only listed here to document inheritance of some KDChart classes.
Base class for all proxy models used inside KD Chart.
Class only listed here to document inheritance of some KDChart classes.