|
OpenCPN Partial API docs
|
Dashboard dial instrument. More...
Go to the source code of this file.
Classes | |
| class | DashboardInstrument_Dial |
Macros | |
| #define | ANGLE_OFFSET 90 |
Functions | |
| double | rad2deg (double angle) |
| double | deg2rad (double angle) |
| void | DrawCompassRose (wxGCDC *dc, int cx, int cy, int radius, int startangle, bool showlabels, InstrumentProperties *Properties) |
| void | DrawBoat (wxGCDC *dc, int cx, int cy, int radius) |
Dashboard dial instrument.
Inspired by original work from Andreas Heiming
Definition in file dial.h.
| void DrawCompassRose | ( | wxGCDC * | dc, |
| int | cx, | ||
| int | cy, | ||
| int | radius, | ||
| int | startangle, | ||
| bool | showlabels, | ||
| InstrumentProperties * | Properties | ||
| ) |