|
| | 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=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 44 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_array_baro_history
| double DashboardInstrument_BaroHistory::m_array_baro_history[BARO_RECORD_COUNT] |
|
protected |
◆ m_array_press_history
| double DashboardInstrument_BaroHistory::m_array_press_history[BARO_RECORD_COUNT] |
|
protected |
◆ m_array_rec_time
| wxDateTime::Tm DashboardInstrument_BaroHistory::m_array_rec_time[BARO_RECORD_COUNT] |
|
protected |
◆ m_avg_dir
| double DashboardInstrument_BaroHistory::m_avg_dir |
|
protected |
◆ m_avg_spd
| double DashboardInstrument_BaroHistory::m_avg_spd |
|
protected |
◆ m_cnt_dir
| double DashboardInstrument_BaroHistory::m_cnt_dir |
|
protected |
◆ m_cnt_spd
| double DashboardInstrument_BaroHistory::m_cnt_spd |
|
protected |
◆ m_curr_sec
| int DashboardInstrument_BaroHistory::m_curr_sec |
|
protected |
◆ m_draw_area_rect
| wxRect DashboardInstrument_BaroHistory::m_draw_area_rect |
|
protected |
◆ m_drawing_height
| int DashboardInstrument_BaroHistory::m_drawing_height |
|
protected |
◆ m_drawing_width
| int DashboardInstrument_BaroHistory::m_drawing_width |
|
protected |
◆ m_exp_smooth_array_pressure
| double DashboardInstrument_BaroHistory::m_exp_smooth_array_pressure[BARO_RECORD_COUNT] |
|
protected |
◆ m_height
| int DashboardInstrument_BaroHistory::m_height |
|
protected |
◆ m_is_running
| bool DashboardInstrument_BaroHistory::m_is_running |
|
protected |
◆ m_last_sec
| int DashboardInstrument_BaroHistory::m_last_sec |
|
protected |
◆ m_left_legend
| int DashboardInstrument_BaroHistory::m_left_legend |
|
protected |
◆ m_max_press
| double DashboardInstrument_BaroHistory::m_max_press |
|
protected |
◆ m_max_press_scale
| double DashboardInstrument_BaroHistory::m_max_press_scale |
|
protected |
◆ m_min_press
| double DashboardInstrument_BaroHistory::m_min_press |
|
protected |
◆ m_press
| double DashboardInstrument_BaroHistory::m_press |
|
protected |
◆ m_ratio_w
| double DashboardInstrument_BaroHistory::m_ratio_w |
|
protected |
◆ m_right_legend
| int DashboardInstrument_BaroHistory::m_right_legend |
|
protected |
◆ m_sample_count
| int DashboardInstrument_BaroHistory::m_sample_count |
|
protected |
◆ m_set_new_data
| int DashboardInstrument_BaroHistory::m_set_new_data |
|
protected |
◆ m_spd_cntper_sec
| int DashboardInstrument_BaroHistory::m_spd_cntper_sec |
|
protected |
◆ m_top_line_height
| int DashboardInstrument_BaroHistory::m_top_line_height |
|
protected |
◆ m_total_max_press
| double DashboardInstrument_BaroHistory::m_total_max_press |
|
protected |
◆ m_total_min_press
| double DashboardInstrument_BaroHistory::m_total_min_press |
|
protected |
◆ m_width
| int DashboardInstrument_BaroHistory::m_width |
|
protected |
◆ m_window_rect
| wxRect DashboardInstrument_BaroHistory::m_window_rect |
|
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