A DiagramObserver watches the associated diagram for changes and deletion and emits corresponsing signals.
More...
#include <KDChartDiagramObserver.h>
A DiagramObserver watches the associated diagram for changes and deletion and emits corresponsing signals.
Definition at line 44 of file KDChartDiagramObserver.h.
DiagramObserver::~DiagramObserver |
( |
| ) |
|
void KDChart::DiagramObserver::diagramAboutToBeDestroyed |
( |
AbstractDiagram * |
diagram | ) |
|
|
signal |
Emitted when a diagram is being destroyed, but before its data is invalidated.
void KDChart::DiagramObserver::diagramAttributesChanged |
( |
AbstractDiagram * |
diagram | ) |
|
|
signal |
This signal is emitted whenever the attributes of the diagram change.
void KDChart::DiagramObserver::diagramDataChanged |
( |
AbstractDiagram * |
diagram | ) |
|
|
signal |
This signal is emitted whenever the data of the diagram changes.
void KDChart::DiagramObserver::diagramDataHidden |
( |
AbstractDiagram * |
diagram | ) |
|
|
signal |
This signal is emitted whenever any of the data of the diagram was set (un)hidden.
void KDChart::DiagramObserver::diagramDestroyed |
( |
AbstractDiagram * |
diagram | ) |
|
|
signal |
This signal is emitted immediately before the diagram is being destroyed.
The documentation for this class was generated from the following files: