|
OpenCPN Partial API docs
|
Course Deviation Indicator display. More...
#include <concanv.h>
Public Member Functions | |
| CDI (wxWindow *parent, wxWindowID id, long style, const wxString &name) | |
| void | OnPaint (wxPaintEvent &event) |
| void | SetColorScheme (ColorScheme cs) |
| void | MouseEvent (wxMouseEvent &event) |
Public Attributes | |
| wxBrush * | m_pbackBrush |
| wxBrush * | m_proadBrush |
| wxPen * | m_proadPen |
Course Deviation Indicator display.
Provides a visual representation of the vessel's course deviation from the planned route.
| CDI::CDI | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| long | style, | ||
| const wxString & | name | ||
| ) |
Definition at line 1056 of file concanv.cpp.
| void CDI::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 1063 of file concanv.cpp.
| void CDI::OnPaint | ( | wxPaintEvent & | event | ) |
mdc.DrawLine( xc1, yc1, xc2, yc2 );
Definition at line 1086 of file concanv.cpp.
| void CDI::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 1077 of file concanv.cpp.