|
| | DashboardInstrument_Altitude (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties) |
| |
| wxSize | GetSize (int orient, wxSize hint) override |
| |
| void | SetData (DASH_CAP, double, wxString) override |
| |
| | 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 43 of file altitude.h.
◆ DashboardInstrument_Altitude()
| DashboardInstrument_Altitude::DashboardInstrument_Altitude |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
wxString |
title, |
|
|
InstrumentProperties * |
Properties |
|
) |
| |
◆ Draw()
| void DashboardInstrument_Altitude::Draw |
( |
wxGCDC * |
dc | ) |
|
|
overrideprotectedvirtual |
◆ DrawBackground()
| void DashboardInstrument_Altitude::DrawBackground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawForeground()
| void DashboardInstrument_Altitude::DrawForeground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ GetAttenuation()
| int DashboardInstrument_Altitude::GetAttenuation |
( |
| ) |
const |
|
protected |
◆ GetSize()
| wxSize DashboardInstrument_Altitude::GetSize |
( |
int |
orient, |
|
|
wxSize |
hint |
|
) |
| |
|
overridevirtual |
◆ SetAttenuation()
| void DashboardInstrument_Altitude::SetAttenuation |
( |
int |
steps | ) |
|
|
protected |
◆ SetData()
| void DashboardInstrument_Altitude::SetData |
( |
DASH_CAP |
st, |
|
|
double |
data, |
|
|
wxString |
unit |
|
) |
| |
|
overridevirtual |
◆ c_grid_lines
| const int DashboardInstrument_Altitude::c_grid_lines = 4 |
|
protected |
◆ m_altitude
| double DashboardInstrument_Altitude::m_altitude |
|
protected |
◆ m_altitude_unit
| wxString DashboardInstrument_Altitude::m_altitude_unit |
|
protected |
◆ m_array_altitude
| double DashboardInstrument_Altitude::m_array_altitude[ALTITUDE_RECORD_COUNT] |
|
protected |
◆ m_attenuation
| int DashboardInstrument_Altitude::m_attenuation = 1 |
|
protected |
◆ m_cnt_valid
| int DashboardInstrument_Altitude::m_cnt_valid = 0 |
|
protected |
◆ m_decade
| int DashboardInstrument_Altitude::m_decade = 1 |
|
protected |
◆ m_max_altitude
| double DashboardInstrument_Altitude::m_max_altitude |
|
protected |
◆ m_mean_altitude
| double DashboardInstrument_Altitude::m_mean_altitude = 0.0 |
|
protected |
◆ m_min_altitude
| double DashboardInstrument_Altitude::m_min_altitude |
|
protected |
◆ m_range
| double DashboardInstrument_Altitude::m_range = c_grid_lines |
|
protected |
◆ m_sum2_altitude
| double DashboardInstrument_Altitude::m_sum2_altitude = 0.0 |
|
protected |
◆ m_temp
| wxString DashboardInstrument_Altitude::m_temp |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/altitude.h
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/altitude.cpp