26 #include "color_types.h"
35 bool IsShown()
const {
return m_shown; }
36 void Show(
bool show) { m_shown = show; }
39 void UpdateStatus(
bool newColorScheme =
false);
41 bool MouseEvent(wxMouseEvent &event);
42 void SetColorScheme(ColorScheme cs);
43 int GetXOffset(
void)
const {
return m_xoffset; }
44 int GetYOffset(
void)
const {
return m_yoffset; }
45 float GetScaleFactor() {
return m_scale; }
46 void SetScaleFactor(
float factor);
48 void Move(
const wxPoint &pt) { m_rect.SetPosition(pt); }
49 wxRect GetRect(
void)
const {
return m_rect; }
52 void CreateBmp(
bool bnew =
false);
60 wxStaticBitmap *m_pStatBoxToolStaticBmp;
62 wxString m_lastgpsIconName;
65 wxBitmap _img_compass;
78 unsigned int m_texobj;
80 int m_image_width, m_image_height;