KChart
KChartPolarCoordinatePlane.h
AbstractDiagram * diagram()
Definition KChartAbstractCoordinatePlane.cpp:114
AbstractDiagram defines the interface for diagram classes.
Definition KChartAbstractDiagram.h:37
A set of attributes controlling the appearance of grids.
Definition KChartGridAttributes.h:26
void setZoomFactorY(qreal factor) override
Sets the zoom factor in vertical direction, that is applied to all coordinate transformations.
Definition KChartPolarCoordinatePlane.cpp:264
bool hasOwnGridAttributes(bool circular) const
Definition KChartPolarCoordinatePlane.cpp:358
void layoutDiagrams() override
Distribute the available space among the diagrams and axes.
Definition KChartPolarCoordinatePlane.cpp:134
qreal startPosition() const
Retrieve the rotation of the coordinate plane.
Definition KChartPolarCoordinatePlane.cpp:226
const GridAttributes gridAttributes(bool circular) const
Definition KChartPolarCoordinatePlane.cpp:323
void resetGridAttributes(bool circular)
Reset the attributes to be used for grid lines drawn in circular direction (or in sagittal direction,...
Definition KChartPolarCoordinatePlane.cpp:316
void addDiagram(AbstractDiagram *diagram) override
Adds a diagram to this coordinate plane.
Definition KChartPolarCoordinatePlane.cpp:47
void setZoomCenter(const QPointF ¢er) override
Set the point (in value coordinates) to be used as the center point in zoom operations.
Definition KChartPolarCoordinatePlane.cpp:282
void setZoomFactorX(qreal factor) override
Sets the zoom factor in horizontal direction, that is applied to all coordinate transformations.
Definition KChartPolarCoordinatePlane.cpp:253
QPointF zoomCenter() const override
Definition KChartPolarCoordinatePlane.cpp:275
qreal zoomFactorX() const override
Definition KChartPolarCoordinatePlane.cpp:233
qreal zoomFactorY() const override
Definition KChartPolarCoordinatePlane.cpp:240
void setStartPosition(qreal degrees)
Specify the rotation of the coordinate plane.
Definition KChartPolarCoordinatePlane.cpp:213
void setGridAttributes(bool circular, const GridAttributes &)
Set the attributes to be used for grid lines drawn in circular direction (or in sagittal direction,...
Definition KChartPolarCoordinatePlane.cpp:303
const QPointF translate(const QPointF &diagramPoint) const override
Translate the given point in value space coordinates to a position in pixel space.
Definition KChartPolarCoordinatePlane.cpp:180
void setZoomFactors(qreal factorX, qreal factorY) override
Sets both zoom factors in one go.
Definition KChartPolarCoordinatePlane.cpp:247
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
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.