|
OpenCPN Partial API docs
|
Annunciator Text display. More...
#include <concanv.h>
Public Member Functions | |
| AnnunText (wxWindow *parent, wxWindowID id, const wxString &LegendElement, const wxString &ValueElement) | |
| void | SetALabel (const wxString &l) |
| void | SetAValue (const wxString &v) |
| void | OnPaint (wxPaintEvent &event) |
| void | RefreshFonts (void) |
| void | SetLegendElement (const wxString &element) |
| void | SetValueElement (const wxString &element) |
| void | SetColorScheme (ColorScheme cs) |
| void | MouseEvent (wxMouseEvent &event) |
Annunciator Text display.
Displays labeled values for various navigation data points in the console.
| AnnunText::AnnunText | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxString & | LegendElement, | ||
| const wxString & | ValueElement | ||
| ) |
Definition at line 870 of file concanv.cpp.
| AnnunText::~AnnunText | ( | ) |
Definition at line 890 of file concanv.cpp.
| void AnnunText::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 891 of file concanv.cpp.
| void AnnunText::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 1006 of file concanv.cpp.
| void AnnunText::RefreshFonts | ( | void | ) |
Definition at line 959 of file concanv.cpp.
| void AnnunText::SetALabel | ( | const wxString & | l | ) |
Definition at line 1002 of file concanv.cpp.
| void AnnunText::SetAValue | ( | const wxString & | v | ) |
Definition at line 1004 of file concanv.cpp.
| void AnnunText::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 950 of file concanv.cpp.
| void AnnunText::SetLegendElement | ( | const wxString & | element | ) |
Definition at line 994 of file concanv.cpp.
| void AnnunText::SetValueElement | ( | const wxString & | element | ) |
Definition at line 998 of file concanv.cpp.