KD Chart API Documentation  3.1
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 
16 namespace KDChart {
17 
18 class Chart;
19 
23 class KDCHART_EXPORT RadarCoordinatePlane : public PolarCoordinatePlane
24 {
25  Q_OBJECT
26 
27  Q_DISABLE_COPY(RadarCoordinatePlane)
29 
30 public:
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)
Definition: KDChartGlobal.h:50
A chart with one or more diagrams.
Definition: KDChartChart.h:84
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 by doxygen 1.9.1