![]() |
KD Chart API Documentation
3.1
|
#include "KDChartRadarGrid.h"#include "KDChartPaintContext.h"#include "KDChartPieDiagram.h"#include "KDChartPrintingParameters.h"#include "KDChartRadarDiagram.h"#include <QPainter>#include <KDABLibFakes>Go to the source code of this file.
Functions | |
| static qreal | fitFontSizeToGeometry (const QString &text, const QFont &font, const QRectF &geometry, const TextAttributes &ta) |
| QPointF | scaleToRealPosition (const QPointF &origin, const QRectF &sourceRect, const QRectF &destRect, const AbstractCoordinatePlane &plane) |
| QPointF | scaleToRect (const QPointF &origin, const QRectF &sourceRect, const QRectF &destRect) |
|
static |
Definition at line 36 of file KDChartRadarGrid.cpp.
References rotatedRect(), and KDChart::TextAttributes::rotation().
Referenced by KDChart::RadarGrid::drawGrid().
| QPointF scaleToRealPosition | ( | const QPointF & | origin, |
| const QRectF & | sourceRect, | ||
| const QRectF & | destRect, | ||
| const AbstractCoordinatePlane & | plane | ||
| ) |
Definition at line 61 of file KDChartRadarGrid.cpp.
References KDChart::AbstractCoordinatePlane::translate().
Referenced by KDChart::RadarGrid::drawGrid().
| QPointF scaleToRect | ( | const QPointF & | origin, |
| const QRectF & | sourceRect, | ||
| const QRectF & | destRect | ||
| ) |
Definition at line 71 of file KDChartRadarGrid.cpp.
Referenced by KDChart::RadarGrid::drawGrid().