71 AnnunText(wxWindow *parent, wxWindowID
id,
const wxString &LegendElement,
72 const wxString &ValueElement);
76 void SetALabel(
const wxString &l);
77 void SetAValue(
const wxString &v);
78 void OnPaint(wxPaintEvent &event);
79 void RefreshFonts(
void);
80 void SetLegendElement(
const wxString &element);
81 void SetValueElement(
const wxString &element);
82 void SetColorScheme(ColorScheme cs);
83 void MouseEvent(wxMouseEvent &event);
86 void CalculateMinSize(
void);
89 wxColour m_default_text_color;
96 wxString m_LegendTextElement;
97 wxString m_ValueTextElement;
98 wxColour m_legend_color;
101 DECLARE_EVENT_TABLE()
145 void UpdateFonts(
void);
146 void SetColorScheme(ColorScheme cs);
148 void OnContextMenu(wxContextMenuEvent &event);
149 void OnContextMenuSelection(wxCommandEvent &event);
150 void RefreshConsoleData(
void);
151 void ToggleShowHighway();
164 wxStaticText *pThisLegText;
165 wxBoxSizer *m_pitemBoxSizerLeg;
174 wxFont *pThisLegFont;
179 void OnPaint(wxPaintEvent &event);
180 void OnShow(wxShowEvent &event);
183 DECLARE_EVENT_TABLE()
204 void UpdateFonts(
void);
205 void SetColorScheme(ColorScheme cs);
207 void OnContextMenu(wxContextMenuEvent &event);
208 void OnContextMenuSelection(wxCommandEvent &event);
209 void RefreshConsoleData(
void);
210 void ToggleShowHighway();
223 wxStaticText *pThisLegText;
224 wxBoxSizer *m_pitemBoxSizerLeg;
233 wxFont *pThisLegFont;
238 void OnPaint(wxPaintEvent &event);
239 void OnShow(wxShowEvent &event);
242 DECLARE_EVENT_TABLE()
Annunciator Text display.