KD Chart API Documentation 3.1
Loading...
Searching...
No Matches
KDChartPolarGrid.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 KDCHARTPOLARGrid_H
12#define KDCHARTPOLARGrid_H
13
14#include "KDChartAbstractGrid.h"
16
17namespace KDChart {
18
19class PaintContext;
20class PolarCoordinatePlane;
21
32class PolarGrid : public AbstractGrid
33{
34public:
36 : AbstractGrid()
37 {
38 }
39 ~PolarGrid() override
40 {
41 }
42
43 void drawGrid(PaintContext *context) override;
44
45private:
46 DataDimensionsList calculateGrid(
47 const DataDimensionsList &rawDataDimensions) const override;
48};
49}
50
51#endif
Stores information about painting diagrams.
void drawGrid(PaintContext *context) override

© 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 on Wed May 1 2024 00:01:10 for KD Chart API Documentation by doxygen 1.9.8