60 AnnunText(wxWindow *parent, wxWindowID
id,
const wxString &LegendElement,
61 const wxString &ValueElement);
65 void SetALabel(
const wxString &l);
66 void SetAValue(
const wxString &v);
67 void OnPaint(wxPaintEvent &event);
68 void RefreshFonts(
void);
69 void SetLegendElement(
const wxString &element);
70 void SetValueElement(
const wxString &element);
71 void SetColorScheme(ColorScheme cs);
72 void MouseEvent(wxMouseEvent &event);
75 void CalculateMinSize(
void);
78 wxColour m_default_text_color;
85 wxString m_LegendTextElement;
86 wxString m_ValueTextElement;
87 wxColour m_legend_color;
134 void UpdateFonts(
void);
135 void SetColorScheme(ColorScheme cs);
137 void OnContextMenu(wxContextMenuEvent &event);
138 void OnContextMenuSelection(wxCommandEvent &event);
139 void RefreshConsoleData(
void);
140 void ToggleShowHighway();
153 wxStaticText *pThisLegText;
154 wxBoxSizer *m_pitemBoxSizerLeg;
163 wxFont *pThisLegFont;
168 void OnPaint(wxPaintEvent &event);
169 void OnShow(wxShowEvent &event);
172 DECLARE_EVENT_TABLE()
193 void UpdateFonts(
void);
194 void SetColorScheme(ColorScheme cs);
196 void OnContextMenu(wxContextMenuEvent &event);
197 void OnContextMenuSelection(wxCommandEvent &event);
198 void RefreshConsoleData(
void);
199 void ToggleShowHighway();
212 wxStaticText *pThisLegText;
213 wxBoxSizer *m_pitemBoxSizerLeg;
222 wxFont *pThisLegFont;
227 void OnPaint(wxPaintEvent &event);
228 void OnShow(wxShowEvent &event);
231 DECLARE_EVENT_TABLE()
Annunciator Text display.