KChart
KChartAbstractCoordinatePlane.h
28 * @brief Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane, TernaryCoordinatePlane
138 virtual void setZoomFactors( qreal factorX, qreal factorY ) { Q_UNUSED( factorX ); Q_UNUSED( factorY ); }
244 virtual AbstractCoordinatePlane* sharedAxisMasterPlane( QPainter* p = nullptr ); // KChart 3: const method?
qreal distance() const
Returns the size of the distance, equivalent to the width() (or height(), resp.) of a QRectF.
Definition: KChartAbstractCoordinatePlane.h:397
An area in the chart with a background, a frame, etc.
Definition: KChartAbstractArea.h:33
virtual void setZoomFactorX(qreal factor)
Sets the zoom factor in horizontal direction, that is applied to all coordinate transformations.
Definition: KChartAbstractCoordinatePlane.h:145
virtual void setZoomCenter(const QPointF ¢er)
Set the point (in value coordinates) to be used as the center point in zoom operations.
Definition: KChartAbstractCoordinatePlane.h:165
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
virtual void setZoomFactors(qreal factorX, qreal factorY)
Sets both zoom factors in one go.
Definition: KChartAbstractCoordinatePlane.h:138
Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane,...
Definition: KChartAbstractCoordinatePlane.h:30
Abstract base class for grid classes: cartesian, polar, ...
Definition: KChartAbstractGrid.h:33
virtual QPointF zoomCenter() const
Definition: KChartAbstractCoordinatePlane.h:158
virtual void setZoomFactorY(qreal factor)
Sets the zoom factor in vertical direction, that is applied to all coordinate transformations.
Definition: KChartAbstractCoordinatePlane.h:152
typedef Orientations
GranularitySequence
GranularitySequence specifies the values, that may be applied, to determine a step width within a giv...
Definition: KChartEnums.h:78
Definition of global enums.
A set of attributes controlling the appearance of grids.
Definition: KChartGridAttributes.h:25
virtual qreal zoomFactorX() const
Definition: KChartAbstractCoordinatePlane.h:126
virtual qreal zoomFactorY() const
Definition: KChartAbstractCoordinatePlane.h:132
AbstractDiagram defines the interface for diagram classes.
Definition: KChartAbstractDiagram.h:36
Helper class for one dimension of data, e.g.
Definition: KChartAbstractCoordinatePlane.h:364
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:54:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:54:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.