|
| | DashboardInstrument_WindCompass (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties, DASH_CAP cap_flag) |
| |
| | DashboardInstrument_Dial (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties, DASH_CAP cap_flag, int s_angle, int r_angle, int s_value, int e_value) |
| |
| wxSize | GetSize (int orient, wxSize hint) override |
| |
| void | SetData (DASH_CAP, double, wxString) override |
| |
| void | SetOptionMarker (double step, DialMarkerOption option, int offset) |
| |
| void | SetOptionLabel (double step, DialLabelOption option, wxArrayString labels=wxArrayString()) |
| |
| void | SetOptionMainValue (wxString format, DialPositionOption option) |
| |
| void | SetOptionExtraValue (DASH_CAP cap, wxString format, DialPositionOption option) |
| |
| | DashboardInstrument (wxWindow *pparent, wxWindowID id, wxString title, DASH_CAP cap_flag, InstrumentProperties *Properties=nullptr) |
| |
| 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) |
| |
Definition at line 49 of file wind.h.