|
| DashboardInstrument_Moon (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties) |
|
wxSize | GetSize (int orient, wxSize hint) |
|
void | SetData (DASH_CAP, double, wxString) |
|
void | Draw (wxGCDC *dc) |
|
void | SetUtcTime (wxDateTime value) |
|
| DashboardInstrument_Clock (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties, DASH_CAP cap_flag=OCPN_DBP_STC_CLK, wxString format=_T("%02i:%02i:%02i UTC")) |
|
wxString | GetDisplayTime (wxDateTime UTCtime) |
|
bool | getUTC () |
|
void | setUTC (bool flag) |
|
| DashboardInstrument_Single (wxWindow *pparent, wxWindowID id, wxString title, InstrumentProperties *Properties, DASH_CAP cap, wxString format) |
|
wxSize | GetSize (int orient, wxSize hint) |
|
void | SetData (DASH_CAP st, double data, wxString unit) |
|
| DashboardInstrument (wxWindow *pparent, wxWindowID id, wxString title, DASH_CAP cap_flag, InstrumentProperties *Properties=NULL) |
|
CapType | GetCapacity () |
|
void | OnEraseBackground (wxEraseEvent &WXUNUSED(evt)) |
|
void | OnPaint (wxPaintEvent &WXUNUSED(event)) |
|
void | SetDrawSoloInPane (bool value) |
|
void | MouseEvent (wxMouseEvent &event) |
|
void | OnLeftUp (wxMouseEvent &event) |
|
void | SetCapFlag (DASH_CAP val) |
|
bool | HasCapFlag (DASH_CAP val) |
|
A dashboard instrument that displays current moon phase information.
Calculates and displays:
- Visual moon phase representation
- Current lunar phase
- Hemisphere information
Definition at line 82 of file clock.h.