62 AnnunText(wxWindow *parent, wxWindowID
id,
const wxString &LegendElement,
63 const wxString &ValueElement);
67 void SetALabel(
const wxString &l);
68 void SetAValue(
const wxString &v);
69 void OnPaint(wxPaintEvent &event);
70 void RefreshFonts(
void);
71 void SetLegendElement(
const wxString &element);
72 void SetValueElement(
const wxString &element);
73 void SetColorScheme(ColorScheme cs);
74 void MouseEvent(wxMouseEvent &event);
77 void CalculateMinSize(
void);
80 wxColour m_default_text_color;
87 wxString m_LegendTextElement;
88 wxString m_ValueTextElement;
89 wxColour m_legend_color;
136 void UpdateFonts(
void);
137 void SetColorScheme(ColorScheme cs);
139 void OnContextMenu(wxContextMenuEvent &event);
140 void OnContextMenuSelection(wxCommandEvent &event);
141 void RefreshConsoleData(
void);
142 void ToggleShowHighway();
155 wxStaticText *pThisLegText;
156 wxBoxSizer *m_pitemBoxSizerLeg;
165 wxFont *pThisLegFont;
170 void OnPaint(wxPaintEvent &event);
171 void OnShow(wxShowEvent &event);
174 DECLARE_EVENT_TABLE()
195 void UpdateFonts(
void);
196 void SetColorScheme(ColorScheme cs);
198 void OnContextMenu(wxContextMenuEvent &event);
199 void OnContextMenuSelection(wxCommandEvent &event);
200 void RefreshConsoleData(
void);
201 void ToggleShowHighway();
214 wxStaticText *pThisLegText;
215 wxBoxSizer *m_pitemBoxSizerLeg;
224 wxFont *pThisLegFont;
229 void OnPaint(wxPaintEvent &event);
230 void OnShow(wxShowEvent &event);
233 DECLARE_EVENT_TABLE()
Annunciator Text display.