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 652 of file concanv.cpp.
void CDI::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 659 of file concanv.cpp.
void CDI::OnPaint | ( | wxPaintEvent & | event | ) |
mdc.DrawLine( xc1, yc1, xc2, yc2 );
Definition at line 682 of file concanv.cpp.
void CDI::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 673 of file concanv.cpp.