KD Chart API Documentation
3.1
src
KDChart
Polar
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
14
#include "
KDChartPolarCoordinatePlane.h
"
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
)
28
KDCHART_DECLARE_PRIVATE_DERIVED_PARENT
(
RadarCoordinatePlane
,
Chart
*)
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
KDCHART_DECLARE_PRIVATE_DERIVED_PARENT
#define KDCHART_DECLARE_PRIVATE_DERIVED_PARENT(X, ParentType)
Definition:
KDChartGlobal.h:50
KDChartPolarCoordinatePlane.h
KDChart::Chart
A chart with one or more diagrams.
Definition:
KDChartChart.h:84
KDChart::PolarCoordinatePlane
Polar coordinate plane.
Definition:
KDChartPolarCoordinatePlane.h:25
KDChart::RadarCoordinatePlane
Radar coordinate plane.
Definition:
KDChartRadarCoordinatePlane.h:24
KDChart::TextAttributes
A set of text attributes.
Definition:
KDChartTextAttributes.h:35
KDChart
Definition:
CartesianCoordinateTransformation.h:23
© 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