Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
3rdparty
qwt
src
qwt_polar.h
Go to the documentation of this file.
1
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
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::AxisLeft
Left axis.
Definition:
qwt_polar.h:52
QwtPolar::Degrees
0.0 -> 360.0
Definition:
qwt_polar.h:23
QwtPolar::ScaleAzimuth
Azimuth scale.
Definition:
qwt_polar.h:74
QwtPolar::Azimuth
Azimuth.
Definition:
qwt_polar.h:36
qwt_polar.h
QwtPolar::Gradians
0.0 - 400.0
Definition:
qwt_polar.h:26
QwtPolar::Turns
0.0 - 1.0
Definition:
qwt_polar.h:29
QwtPolar::Radians
0.0 -> 2_M_PI
Definition:
qwt_polar.h:20
QwtPolar::Radius
Radius.
Definition:
qwt_polar.h:39
QwtPolar::AxisRight
Right axis.
Definition:
qwt_polar.h:55
QwtPolar::AxisTop
Top axis.
Definition:
qwt_polar.h:58
QwtPolar::ScaleCount
Number of scales.
Definition:
qwt_polar.h:80
QwtPolar::AxesCount
Number of available axis.
Definition:
qwt_polar.h:64
QwtPolar::ScaleRadius
Radial scale.
Definition:
qwt_polar.h:77
QwtPolar::Coordinate
Coordinate
An enum, that identifies the type of a coordinate.
Definition:
qwt_polar.h:33
QwtPolar::AxisAzimuth
Azimuth axis.
Definition:
qwt_polar.h:49
QwtPolar::Scale
Scale
Definition:
qwt_polar.h:71
QwtPolar::AngleUnit
AngleUnit
Unit of an angle.
Definition:
qwt_polar.h:17
QwtPolar::Axis
Axis
Definition:
qwt_polar.h:46
QwtPolar
Definition:
qwt_polar.h:14
QwtPolar::AxisBottom
Bottom axis.
Definition:
qwt_polar.h:61
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:48:10