KD Chart API Documentation
3.1
src
KDChart
Polar
KDChartRadarCoordinatePlane.cpp
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
#include "
KDChartRadarCoordinatePlane.h
"
12
#include "KDChartRadarCoordinatePlane_p.h"
13
14
using namespace
KDChart
;
15
16
#define d d_func()
17
18
KDChart::RadarCoordinatePlane::RadarCoordinatePlane
(
Chart
*parent)
19
:
PolarCoordinatePlane
(new Private(), parent)
20
{
21
}
22
KDChart::RadarCoordinatePlane::~RadarCoordinatePlane
()
23
{
24
}
25
26
void
KDChart::RadarCoordinatePlane::setTextAttributes
(
const
KDChart::TextAttributes
&attr)
27
{
28
d
->textAttributes = attr;
29
}
30
31
const
KDChart::TextAttributes
RadarCoordinatePlane::textAttributes
()
const
32
{
33
return
d
->textAttributes;
34
}
35
36
void
RadarCoordinatePlane::init()
37
{
38
// this block left empty intentionally
39
}
d
#define d
Definition:
KDChartRadarCoordinatePlane.cpp:16
KDChartRadarCoordinatePlane.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::~RadarCoordinatePlane
~RadarCoordinatePlane() override
Definition:
KDChartRadarCoordinatePlane.cpp:22
KDChart::RadarCoordinatePlane::textAttributes
const TextAttributes textAttributes() const
Definition:
KDChartRadarCoordinatePlane.cpp:31
KDChart::RadarCoordinatePlane::setTextAttributes
void setTextAttributes(const TextAttributes &attr)
Definition:
KDChartRadarCoordinatePlane.cpp:26
KDChart::RadarCoordinatePlane::RadarCoordinatePlane
RadarCoordinatePlane(Chart *parent=nullptr)
Definition:
KDChartRadarCoordinatePlane.cpp:18
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