23 #ifndef KDCHARTABSTRACTPROXYMODEL_H 24 #define KDCHARTABSTRACTPROXYMODEL_H 26 #include <QAbstractProxyModel> 43 QModelIndex mapFromSource(
const QModelIndex & sourceIndex )
const;
45 QModelIndex mapToSource(
const QModelIndex &proxyIndex )
const;
48 QModelIndex index(
int row,
int col,
const QModelIndex& index )
const;
50 QModelIndex parent(
const QModelIndex& index )
const;
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.