23 #ifndef __KDCHARTDIAGRAMOBSERVER_H_ 24 #define __KDCHARTDIAGRAMOBSERVER_H_ 30 #include <QModelIndex> 33 class QAbstractItemModel;
38 class AbstractDiagram;
72 void slotAboutToBeDestroyed();
73 void slotHeaderDataChanged(Qt::Orientation,
int,
int);
74 void slotDataChanged(QModelIndex,QModelIndex);
75 void slotDataChanged();
76 void slotDataHidden();
77 void slotAttributesChanged();
78 void slotAttributesChanged(QModelIndex,QModelIndex);
79 void slotModelsChanged();
85 QPointer<QAbstractItemModel> m_model;
86 QPointer<QAbstractItemModel> m_attributesmodel;
90 #endif // KDChartDiagramObserver_H A DiagramObserver watches the associated diagram for changes and deletion and emits corresponsing sig...
AbstractDiagram defines the interface for diagram classes.
Class only listed here to document inheritance of some KDChart classes.