|
| 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")) |
|
void | SetData (DASH_CAP, double, wxString) |
|
virtual void | SetUtcTime (wxDateTime value) |
|
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 the GNSS clock time, if available.
A dashboard instrument that shows the current time from GNSS source. Can display in either UTC or local time based on user preference. Time format is configurable through the format string parameter.
Definition at line 54 of file clock.h.