KD Chart API Documentation 3.1
Loading...
Searching...
No Matches
KDChartRadarCoordinatePlane.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 KDCHART_RADAR_COORDINATEPLANE_H
12#define KDCHART_RADAR_COORDINATEPLANE_H
13
15
16namespace KDChart {
17
18class Chart;
19
23class KDCHART_EXPORT RadarCoordinatePlane : public PolarCoordinatePlane
24{
25 Q_OBJECT
26
27 Q_DISABLE_COPY(RadarCoordinatePlane)
29
30public:
31 explicit RadarCoordinatePlane(Chart *parent = nullptr);
32 ~RadarCoordinatePlane() override;
33
44 void setTextAttributes(const TextAttributes &attr);
45
55 const TextAttributes textAttributes() const;
56};
57}
58
59#endif
#define KDCHART_DECLARE_PRIVATE_DERIVED_PARENT(X, ParentType)
A chart with one or more diagrams.
A set of text attributes.

© 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