26#include "color_types.h"
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;
ChartCanvas - Main chart display and interaction component.
Represents a compass display in the OpenCPN navigation system.
wxRect GetRect(void) const
Return the coordinates of the compass widget, in physical pixels relative to the canvas window.
wxRect GetLogicalRect(void) const
Return the coordinates of the compass widget, in logical pixels.
Device context class that can use either wxDC or OpenGL for drawing.