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);
162 wxStaticText *pThisLegText;
163 wxBoxSizer *m_pitemBoxSizerLeg;
172 wxFont *pThisLegFont;
177 void OnPaint(wxPaintEvent &event);
178 void OnShow(wxShowEvent &event);
181 DECLARE_EVENT_TABLE()
Annunciator Text display.