KD Chart API Documentation  3.1
KDChartRadarGrid.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Chart library.
4 **
5 ** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 
11 #ifndef KDCHARTRADARGrid_H
12 #define KDCHARTRADARGrid_H
13 
14 // #include "KDChartRadarCoordinatePlane.h"
15 #include "KDChartAbstractGrid.h"
16 
17 namespace KDChart {
18 
19 class PaintContext;
20 class RadarCoordinatePlane;
21 
32 class RadarGrid : public AbstractGrid
33 {
34 public:
36  : AbstractGrid()
37  {
38  }
39  ~RadarGrid() override
40  {
41  }
42 
43  void drawGrid(PaintContext *context) override;
44 
45 private:
46  DataDimensionsList calculateGrid(
47  const DataDimensionsList &rawDataDimensions) const override;
48 };
49 }
50 
51 #endif
Stores information about painting diagrams.
void drawGrid(PaintContext *context) override
QList< DataDimension > DataDimensionsList

© 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-chart/
Generated by doxygen 1.9.1