KChart
KChartAbstractDiagram.h
174 void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles = QVector<int>()) override;
694 void attributesModelAboutToChange( KChart::AttributesModel* newModel, KChart::AttributesModel* oldModel );
Contains KChart macros.
Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane,...
Definition KChartAbstractCoordinatePlane.h:31
AbstractDiagram defines the interface for diagram classes.
Definition KChartAbstractDiagram.h:37
void modelsChanged()
This signal is emitted when either the model or the AttributesModel is replaced.
void aboutToBeDestroyed()
This signal is emitted when this diagram is being destroyed, but before all the data,...
void propertiesChanged()
Emitted upon change of a property of the Diagram.
void attributesModelAboutToChange(KChart::AttributesModel *newModel, KChart::AttributesModel *oldModel)
This signal is emitted just before the new attributes model is connected internally.
void layoutChanged(KChart::AbstractDiagram *)
Diagrams are supposed to emit this signal, when the layout of one of their element changes.
virtual void paint(PaintContext *paintContext)=0
Draw the diagram contents to the rectangle and painter, that are passed in as part of the paint conte...
void modelDataChanged()
This signal is emitted, when the model data is changed.
void viewportCoordinateSystemChanged()
Emitted upon change of the view coordinate system.
void dataHidden()
This signal is emitted, when the hidden status of at least one data cell was (un)set.
void boundariesChanged()
Emitted upon change of a data boundary.
A proxy model used for decorating data with attributes.
Definition KChartAttributesModel.h:33
Cartesian coordinate plane.
Definition KChartCartesianCoordinatePlane.h:26
Diagram attributes dealing with data value labels.
Definition KChartDataValueAttributes.h:42
A set of attributes controlling the appearance of data set markers.
Definition KChartMarkerAttributes.h:30
Internally used class just adding a special constructor used by AbstractDiagram.
Definition KChartAbstractDiagram.h:720
CursorAction
ScrollHint
SelectionFlags
Q_OBJECTQ_OBJECT
QObject * parent() const const
typedef KeyboardModifiers
Orientation
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.