KChart
KChartMeasure.cpp
Declaring the class KChart::Measure.
Project global class providing some enums needed both by KChartParams and by KChartCustomBox.
Definition KChartEnums.h:27
MeasureCalculationMode
Measure calculation mode: the way how the absolute value of a KChart::Measure is determined during KC...
Definition KChartEnums.h:211
MeasureOrientation
Measure orientation mode: the way how the absolute value of a KChart::Measure is determined during KC...
Definition KChartEnums.h:282
Cartesian coordinate plane.
Definition KChartCartesianCoordinatePlane.h:26
QRectF visibleDiagramArea() const
Returns the visible part of the diagram area, i.e.
Definition KChartCartesianCoordinatePlane.cpp:349
static const QPair< qreal, qreal > currentFactors()
Return the currently active factors.
Definition KChartMeasure.cpp:201
static void resetFactors()
Restore factors to the values before the previous call to setFactors.
Definition KChartMeasure.cpp:194
static QPaintDevice * paintDevice()
Return the paint device to use for calculating font metrics.
Definition KChartMeasure.cpp:211
static void setPaintDevice(QPaintDevice *paintDevice)
Set the paint device to use for calculating font metrics.
Definition KChartMeasure.cpp:206
static void setFactors(qreal factorX, qreal factorY)
Set new factors to be used by all Measure objects from now on.
Definition KChartMeasure.cpp:189
Measure is used to specify relative and absolute sizes in KChart, e.g.
Definition KChartMeasure.h:38
const QObject * referenceArea() const
The returned reference area will be derived from AbstractArea or QWidget or both.
Definition KChartMeasure.h:90
QSizeF size() const const
qreal height() const const
qreal width() const const
T pop()
void push(const T &t)
T & top()
geometry
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.