|
| | DashboardInstrument_Altitude (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties) |
| |
| wxSize | GetSize (int orient, wxSize hint) |
| |
| void | SetData (DASH_CAP, double, wxString) |
| |
| | 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) |
| |
Definition at line 49 of file altitude.h.
◆ DashboardInstrument_Altitude()
| DashboardInstrument_Altitude::DashboardInstrument_Altitude |
( |
wxWindow * | parent, |
|
|
wxWindowID | id, |
|
|
wxString | title, |
|
|
InstrumentProperties * | Properties ) |
◆ ~DashboardInstrument_Altitude()
| DashboardInstrument_Altitude::~DashboardInstrument_Altitude |
( |
void | | ) |
|
|
inline |
◆ Draw()
| void DashboardInstrument_Altitude::Draw |
( |
wxGCDC * | dc | ) |
|
|
protectedvirtual |
◆ DrawBackground()
| void DashboardInstrument_Altitude::DrawBackground |
( |
wxGCDC * | dc | ) |
|
|
protected |
◆ DrawForeground()
| void DashboardInstrument_Altitude::DrawForeground |
( |
wxGCDC * | dc | ) |
|
|
protected |
◆ getAttenuation()
| int DashboardInstrument_Altitude::getAttenuation |
( |
| ) |
|
|
protected |
◆ GetSize()
| wxSize DashboardInstrument_Altitude::GetSize |
( |
int | orient, |
|
|
wxSize | hint ) |
|
virtual |
◆ setAttenuation()
| void DashboardInstrument_Altitude::setAttenuation |
( |
int | steps | ) |
|
|
protected |
◆ SetData()
| void DashboardInstrument_Altitude::SetData |
( |
DASH_CAP | st, |
|
|
double | data, |
|
|
wxString | unit ) |
|
virtual |
◆ c_GridLines
| const int DashboardInstrument_Altitude::c_GridLines = 4 |
|
protected |
◆ m_Altitude
| double DashboardInstrument_Altitude::m_Altitude |
|
protected |
◆ m_AltitudeUnit
| wxString DashboardInstrument_Altitude::m_AltitudeUnit |
|
protected |
◆ m_ArrayAltitude
| double DashboardInstrument_Altitude::m_ArrayAltitude[ALTITUDE_RECORD_COUNT] |
|
protected |
◆ m_Attenuation
| int DashboardInstrument_Altitude::m_Attenuation = 1 |
|
protected |
◆ m_Decade
| int DashboardInstrument_Altitude::m_Decade = 1 |
|
protected |
◆ m_MaxAltitude
| double DashboardInstrument_Altitude::m_MaxAltitude |
|
protected |
◆ m_meanAltitude
| double DashboardInstrument_Altitude::m_meanAltitude = 0.0 |
|
protected |
◆ m_MinAltitude
| double DashboardInstrument_Altitude::m_MinAltitude |
|
protected |
◆ m_Range
| double DashboardInstrument_Altitude::m_Range = c_GridLines |
|
protected |
◆ m_sum2Altitude
| double DashboardInstrument_Altitude::m_sum2Altitude = 0.0 |
|
protected |
◆ m_Temp
| wxString DashboardInstrument_Altitude::m_Temp |
|
protected |
The documentation for this class was generated from the following files:
- /home/mk/src/OpenCPN/plugins/dashboard_pi/src/altitude.h
- /home/mk/src/OpenCPN/plugins/dashboard_pi/src/altitude.cpp