42 bool IsShown()
const {
return m_shown; }
43 void Show(
bool show) { m_shown = show; }
46 void UpdateStatus(
bool newColorScheme =
false);
48 bool MouseEvent(wxMouseEvent &event);
49 void SetColorScheme(ColorScheme cs);
50 int GetXOffset(
void)
const {
return m_xoffset; }
51 int GetYOffset(
void)
const {
return m_yoffset; }
52 float GetScaleFactor() {
return m_scale; }
53 void SetScaleFactor(
float factor);
55 void Move(
const wxPoint &pt) { m_rect.SetPosition(pt); }
61 wxRect
GetRect(
void)
const {
return m_rect; }
69 void CreateBmp(
bool bnew =
false);
76 wxStaticBitmap *m_pStatBoxToolStaticBmp;
78 wxString m_lastgpsIconName;
81 wxBitmap _img_compass;
98 unsigned int m_texobj;
100 int m_image_width, m_image_height;