Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
3rdparty
qwt
src
qwt_polar.h
Go to the documentation of this file.
1
/******************************************************************************
2
* QwtPolar Widget Library
3
* Copyright (C) 2008 Uwe Rathmann
4
*
5
* This library is free software; you can redistribute it and/or
6
* modify it under the terms of the Qwt License, Version 1.0
7
*****************************************************************************/
8
9
#ifndef QWT_POLAR_H
10
#define QWT_POLAR_H
11
12
#include "
qwt_polar.h
"
13
14
namespace
QwtPolar
15
{
17
enum
AngleUnit
18
{
20
Radians
,
21
23
Degrees
,
24
26
Gradians
,
27
29
Turns
30
};
31
33
enum
Coordinate
34
{
36
Azimuth
,
37
39
Radius
40
};
41
46
enum
Axis
47
{
49
AxisAzimuth
,
50
52
AxisLeft
,
53
55
AxisRight
,
56
58
AxisTop
,
59
61
AxisBottom
,
62
64
AxesCount
65
};
66
71
enum
Scale
72
{
74
ScaleAzimuth
=
Azimuth
,
75
77
ScaleRadius
=
Radius
,
78
80
ScaleCount
81
};
82
}
83
84
#endif
QwtPolar::AxisRight
@ AxisRight
Right axis.
Definition:
qwt_polar.h:61
QwtPolar::AxisAzimuth
@ AxisAzimuth
Azimuth axis.
Definition:
qwt_polar.h:55
QwtPolar::ScaleCount
@ ScaleCount
Number of scales.
Definition:
qwt_polar.h:86
QwtPolar::Turns
@ Turns
0.0 - 1.0
Definition:
qwt_polar.h:41
QwtPolar::AxisBottom
@ AxisBottom
Bottom axis.
Definition:
qwt_polar.h:67
qwt_polar.h
QwtPolar::AxisTop
@ AxisTop
Top axis.
Definition:
qwt_polar.h:64
QwtPolar::Coordinate
Coordinate
An enum, that identifies the type of a coordinate.
Definition:
qwt_polar.h:39
QwtPolar::Axis
Axis
Definition:
qwt_polar.h:52
QwtPolar::Radians
@ Radians
0.0 -> 2_M_PI
Definition:
qwt_polar.h:32
QwtPolar
Definition:
qwt_polar.h:14
QwtPolar::Azimuth
@ Azimuth
Azimuth.
Definition:
qwt_polar.h:42
QwtPolar::ScaleAzimuth
@ ScaleAzimuth
Azimuth scale.
Definition:
qwt_polar.h:80
QwtPolar::ScaleRadius
@ ScaleRadius
Radial scale.
Definition:
qwt_polar.h:83
QwtPolar::Gradians
@ Gradians
0.0 - 400.0
Definition:
qwt_polar.h:38
QwtPolar::AngleUnit
AngleUnit
Unit of an angle.
Definition:
qwt_polar.h:23
QwtPolar::Degrees
@ Degrees
0.0 -> 360.0
Definition:
qwt_polar.h:35
QwtPolar::AxesCount
@ AxesCount
Number of available axis.
Definition:
qwt_polar.h:70
QwtPolar::Scale
Scale
Definition:
qwt_polar.h:77
QwtPolar::AxisLeft
@ AxisLeft
Left axis.
Definition:
qwt_polar.h:58
QwtPolar::Radius
@ Radius
Radius.
Definition:
qwt_polar.h:45
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:25