|
| | DashboardInstrument_BaroHistory (wxWindow *parent, wxWindowID id, wxString title, InstrumentProperties *Properties) |
| |
| void | SetData (DASH_CAP, double, wxString) |
| |
| wxSize | GetSize (int orient, wxSize hint) |
| |
| | 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 50 of file baro_history.h.
◆ DashboardInstrument_BaroHistory()
| DashboardInstrument_BaroHistory::DashboardInstrument_BaroHistory |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
wxString |
title, |
|
|
InstrumentProperties * |
Properties |
|
) |
| |
◆ ~DashboardInstrument_BaroHistory()
| DashboardInstrument_BaroHistory::~DashboardInstrument_BaroHistory |
( |
void |
| ) |
|
|
inline |
◆ Draw()
| void DashboardInstrument_BaroHistory::Draw |
( |
wxGCDC * |
dc | ) |
|
|
protectedvirtual |
◆ DrawBackground()
| void DashboardInstrument_BaroHistory::DrawBackground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawForeground()
| void DashboardInstrument_BaroHistory::DrawForeground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawWindSpeedScale()
| void DashboardInstrument_BaroHistory::DrawWindSpeedScale |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ GetSize()
| wxSize DashboardInstrument_BaroHistory::GetSize |
( |
int |
orient, |
|
|
wxSize |
hint |
|
) |
| |
|
virtual |
◆ SetData()
| void DashboardInstrument_BaroHistory::SetData |
( |
DASH_CAP |
st, |
|
|
double |
data, |
|
|
wxString |
unit |
|
) |
| |
|
virtual |
◆ alpha
| double DashboardInstrument_BaroHistory::alpha |
|
protected |
◆ m_ArrayBaroHistory
| double DashboardInstrument_BaroHistory::m_ArrayBaroHistory[BARO_RECORD_COUNT] |
|
protected |
◆ m_ArrayPressHistory
| double DashboardInstrument_BaroHistory::m_ArrayPressHistory[BARO_RECORD_COUNT] |
|
protected |
◆ m_ArrayRecTime
| wxDateTime::Tm DashboardInstrument_BaroHistory::m_ArrayRecTime[BARO_RECORD_COUNT] |
|
protected |
◆ m_avgDir
| double DashboardInstrument_BaroHistory::m_avgDir |
|
protected |
◆ m_avgSpd
| double DashboardInstrument_BaroHistory::m_avgSpd |
|
protected |
◆ m_cntDir
| double DashboardInstrument_BaroHistory::m_cntDir |
|
protected |
◆ m_cntSpd
| double DashboardInstrument_BaroHistory::m_cntSpd |
|
protected |
◆ m_currSec
| int DashboardInstrument_BaroHistory::m_currSec |
|
protected |
◆ m_DrawAreaRect
| wxRect DashboardInstrument_BaroHistory::m_DrawAreaRect |
|
protected |
◆ m_DrawingHeight
| int DashboardInstrument_BaroHistory::m_DrawingHeight |
|
protected |
◆ m_DrawingWidth
| int DashboardInstrument_BaroHistory::m_DrawingWidth |
|
protected |
◆ m_ExpSmoothArrayPressure
| double DashboardInstrument_BaroHistory::m_ExpSmoothArrayPressure[BARO_RECORD_COUNT] |
|
protected |
◆ m_height
| int DashboardInstrument_BaroHistory::m_height |
|
protected |
◆ m_IsRunning
| bool DashboardInstrument_BaroHistory::m_IsRunning |
|
protected |
◆ m_lastSec
| int DashboardInstrument_BaroHistory::m_lastSec |
|
protected |
◆ m_LeftLegend
| int DashboardInstrument_BaroHistory::m_LeftLegend |
|
protected |
◆ m_MaxPress
| double DashboardInstrument_BaroHistory::m_MaxPress |
|
protected |
◆ m_MaxPressScale
| double DashboardInstrument_BaroHistory::m_MaxPressScale |
|
protected |
◆ m_MinPress
| double DashboardInstrument_BaroHistory::m_MinPress |
|
protected |
◆ m_Press
| double DashboardInstrument_BaroHistory::m_Press |
|
protected |
◆ m_ratioW
| double DashboardInstrument_BaroHistory::m_ratioW |
|
protected |
◆ m_RightLegend
| int DashboardInstrument_BaroHistory::m_RightLegend |
|
protected |
◆ m_SampleCount
| int DashboardInstrument_BaroHistory::m_SampleCount |
|
protected |
◆ m_SetNewData
| int DashboardInstrument_BaroHistory::m_SetNewData |
|
protected |
◆ m_SpdCntperSec
| int DashboardInstrument_BaroHistory::m_SpdCntperSec |
|
protected |
◆ m_TopLineHeight
| int DashboardInstrument_BaroHistory::m_TopLineHeight |
|
protected |
◆ m_TotalMaxPress
| double DashboardInstrument_BaroHistory::m_TotalMaxPress |
|
protected |
◆ m_TotalMinPress
| double DashboardInstrument_BaroHistory::m_TotalMinPress |
|
protected |
◆ m_width
| int DashboardInstrument_BaroHistory::m_width |
|
protected |
◆ m_WindowRect
| wxRect DashboardInstrument_BaroHistory::m_WindowRect |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/baro_history.h
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/baro_history.cpp