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 471 of file concanv.cpp.
AnnunText::~AnnunText | ( | ) |
Definition at line 491 of file concanv.cpp.
void AnnunText::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 492 of file concanv.cpp.
void AnnunText::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 604 of file concanv.cpp.
void AnnunText::RefreshFonts | ( | void | ) |
Definition at line 557 of file concanv.cpp.
void AnnunText::SetALabel | ( | const wxString & | l | ) |
Definition at line 600 of file concanv.cpp.
void AnnunText::SetAValue | ( | const wxString & | v | ) |
Definition at line 602 of file concanv.cpp.
void AnnunText::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 548 of file concanv.cpp.
void AnnunText::SetLegendElement | ( | const wxString & | element | ) |
Definition at line 592 of file concanv.cpp.
void AnnunText::SetValueElement | ( | const wxString & | element | ) |
Definition at line 596 of file concanv.cpp.