KChart
KChartPlotter.h
31 Q_PROPERTY( CompressionMode useDataCompression READ useDataCompression WRITE setUseDataCompression )
32 Q_PROPERTY( qreal mergeRadiusPercentage READ mergeRadiusPercentage WRITE setMergeRadiusPercentage )
A proxy model used for decorating data with attributes.
Definition KChartAttributesModel.h:33
Cartesian coordinate plane.
Definition KChartCartesianCoordinatePlane.h:26
Set of attributes for changing the appearance of line charts.
Definition KChartLineAttributes.h:21
void setThreeDLineAttributes(const ThreeDLineAttributes &la)
Sets the global 3D line attributes to la.
Definition KChartPlotter.cpp:254
bool compare(const Plotter *other) const
Returns true if both diagrams have the same settings.
Definition KChartPlotter.cpp:76
void setLineAttributes(const LineAttributes &la)
Sets the global line attributes to la.
Definition KChartPlotter.cpp:203
void resize(const QSizeF &area) override
Called by the widget's sizeEvent.
Definition KChartPlotter.cpp:370
virtual Plotter * clone() const
Creates an exact copy of this diagram.
Definition KChartPlotter.cpp:69
ThreeDLineAttributes threeDLineAttributes() const
Definition KChartPlotter.cpp:276
void paint(PaintContext *paintContext) override
Draw the diagram contents to the rectangle and painter, that are passed in as part of the paint conte...
Definition KChartPlotter.cpp:346
void resetLineAttributes(int column)
Resets the line attributes of data set column.
Definition KChartPlotter.cpp:215
LineAttributes lineAttributes() const
Definition KChartPlotter.cpp:235
const QPair< QPointF, QPointF > calculateDataBoundaries() const override
\reimpl
Definition KChartPlotter.cpp:323
qreal threeDItemDepth(const QModelIndex &index) const override
Definition KChartPlotter.cpp:296
ValueTrackerAttributes valueTrackerAttributes(const QModelIndex &index) const
Returns the value tracker attributes of the model index index.
Definition KChartPlotter.cpp:313
void setValueTrackerAttributes(const QModelIndex &index, const ValueTrackerAttributes &va)
Sets the value tracker attributes of the model index index to va.
Definition KChartPlotter.cpp:306
Cell-specific attributes regarding value tracking.
Definition KChartValueTrackerAttributes.h:29
Q_ENUM(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.