63 AnnunText(wxWindow *parent, wxWindowID
id,
const wxString &LegendElement,
64 const wxString &ValueElement);
68 void SetALabel(
const wxString &l);
69 void SetAValue(
const wxString &v);
70 void OnPaint(wxPaintEvent &event);
71 void RefreshFonts(
void);
72 void SetLegendElement(
const wxString &element);
73 void SetValueElement(
const wxString &element);
74 void SetColorScheme(ColorScheme cs);
75 void MouseEvent(wxMouseEvent &event);
78 void CalculateMinSize(
void);
81 wxColour m_default_text_color;
88 wxString m_LegendTextElement;
89 wxString m_ValueTextElement;
90 wxColour m_legend_color;
137 void UpdateFonts(
void);
138 void SetColorScheme(ColorScheme cs);
140 void OnContextMenu(wxContextMenuEvent &event);
141 void OnContextMenuSelection(wxCommandEvent &event);
142 void RefreshConsoleData(
void);
143 void ToggleShowHighway();
156 wxStaticText *pThisLegText;
157 wxBoxSizer *m_pitemBoxSizerLeg;
166 wxFont *pThisLegFont;
171 void OnPaint(wxPaintEvent &event);
172 void OnShow(wxShowEvent &event);
175 DECLARE_EVENT_TABLE()
196 void UpdateFonts(
void);
197 void SetColorScheme(ColorScheme cs);
199 void OnContextMenu(wxContextMenuEvent &event);
200 void OnContextMenuSelection(wxCommandEvent &event);
201 void RefreshConsoleData(
void);
202 void ToggleShowHighway();
215 wxStaticText *pThisLegText;
216 wxBoxSizer *m_pitemBoxSizerLeg;
225 wxFont *pThisLegFont;
230 void OnPaint(wxPaintEvent &event);
231 void OnShow(wxShowEvent &event);
234 DECLARE_EVENT_TABLE()
Annunciator Text display.