|
| DashboardInstrument_WindDirHistory (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 wind_history.h.
◆ DashboardInstrument_WindDirHistory()
DashboardInstrument_WindDirHistory::DashboardInstrument_WindDirHistory |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
wxString |
title, |
|
|
InstrumentProperties * |
Properties |
|
) |
| |
◆ ~DashboardInstrument_WindDirHistory()
DashboardInstrument_WindDirHistory::~DashboardInstrument_WindDirHistory |
( |
void |
| ) |
|
|
inline |
◆ Draw()
void DashboardInstrument_WindDirHistory::Draw |
( |
wxGCDC * |
dc | ) |
|
|
protectedvirtual |
◆ DrawBackground()
void DashboardInstrument_WindDirHistory::DrawBackground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawForeground()
void DashboardInstrument_WindDirHistory::DrawForeground |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawWindDirScale()
void DashboardInstrument_WindDirHistory::DrawWindDirScale |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ DrawWindSpeedScale()
void DashboardInstrument_WindDirHistory::DrawWindSpeedScale |
( |
wxGCDC * |
dc | ) |
|
|
protected |
◆ GetSize()
wxSize DashboardInstrument_WindDirHistory::GetSize |
( |
int |
orient, |
|
|
wxSize |
hint |
|
) |
| |
|
virtual |
◆ GetWindDirStr()
wxString DashboardInstrument_WindDirHistory::GetWindDirStr |
( |
wxString |
WindDir | ) |
|
|
protected |
◆ ResetData()
void DashboardInstrument_WindDirHistory::ResetData |
( |
| ) |
|
|
protected |
◆ SetData()
void DashboardInstrument_WindDirHistory::SetData |
( |
DASH_CAP |
st, |
|
|
double |
data, |
|
|
wxString |
unit |
|
) |
| |
|
virtual |
◆ SetMinMaxWindScale()
void DashboardInstrument_WindDirHistory::SetMinMaxWindScale |
( |
| ) |
|
|
protected |
◆ alpha
double DashboardInstrument_WindDirHistory::alpha |
|
protected |
◆ degh
int DashboardInstrument_WindDirHistory::degh |
|
protected |
◆ degw
int DashboardInstrument_WindDirHistory::degw |
|
protected |
◆ m_ArrayRecTime
wxDateTime::Tm DashboardInstrument_WindDirHistory::m_ArrayRecTime[WIND_RECORD_COUNT] |
|
protected |
◆ m_ArrayWindDirHistory
double DashboardInstrument_WindDirHistory::m_ArrayWindDirHistory[WIND_RECORD_COUNT] |
|
protected |
◆ m_ArrayWindSpdHistory
double DashboardInstrument_WindDirHistory::m_ArrayWindSpdHistory[WIND_RECORD_COUNT] |
|
protected |
◆ m_avgDir
double DashboardInstrument_WindDirHistory::m_avgDir |
|
protected |
◆ m_avgSpd
double DashboardInstrument_WindDirHistory::m_avgSpd |
|
protected |
◆ m_cntDir
double DashboardInstrument_WindDirHistory::m_cntDir |
|
protected |
◆ m_cntSpd
double DashboardInstrument_WindDirHistory::m_cntSpd |
|
protected |
◆ m_currSec
int DashboardInstrument_WindDirHistory::m_currSec |
|
protected |
◆ m_DirCntperSec
int DashboardInstrument_WindDirHistory::m_DirCntperSec |
|
protected |
◆ m_DrawAreaRect
wxRect DashboardInstrument_WindDirHistory::m_DrawAreaRect |
|
protected |
◆ m_DrawingHeight
int DashboardInstrument_WindDirHistory::m_DrawingHeight |
|
protected |
◆ m_DrawingWidth
int DashboardInstrument_WindDirHistory::m_DrawingWidth |
|
protected |
◆ m_ExpSmoothArrayWindDir
double DashboardInstrument_WindDirHistory::m_ExpSmoothArrayWindDir[WIND_RECORD_COUNT] |
|
protected |
◆ m_ExpSmoothArrayWindSpd
double DashboardInstrument_WindDirHistory::m_ExpSmoothArrayWindSpd[WIND_RECORD_COUNT] |
|
protected |
◆ m_height
int DashboardInstrument_WindDirHistory::m_height |
|
protected |
◆ m_IsRunning
bool DashboardInstrument_WindDirHistory::m_IsRunning |
|
protected |
◆ m_lastSec
int DashboardInstrument_WindDirHistory::m_lastSec |
|
protected |
◆ m_LeftLegend
int DashboardInstrument_WindDirHistory::m_LeftLegend |
|
protected |
◆ m_MaxWindDir
double DashboardInstrument_WindDirHistory::m_MaxWindDir |
|
protected |
◆ m_MaxWindSpd
double DashboardInstrument_WindDirHistory::m_MaxWindSpd |
|
protected |
◆ m_MaxWindSpdScale
double DashboardInstrument_WindDirHistory::m_MaxWindSpdScale |
|
protected |
◆ m_MinWindDir
double DashboardInstrument_WindDirHistory::m_MinWindDir |
|
protected |
◆ m_oldDirVal
double DashboardInstrument_WindDirHistory::m_oldDirVal |
|
protected |
◆ m_ratioW
double DashboardInstrument_WindDirHistory::m_ratioW |
|
protected |
◆ m_RightLegend
int DashboardInstrument_WindDirHistory::m_RightLegend |
|
protected |
◆ m_SampleCount
int DashboardInstrument_WindDirHistory::m_SampleCount |
|
protected |
◆ m_SetNewData
int DashboardInstrument_WindDirHistory::m_SetNewData |
|
protected |
◆ m_SpdCntperSec
int DashboardInstrument_WindDirHistory::m_SpdCntperSec |
|
protected |
◆ m_TopLineHeight
int DashboardInstrument_WindDirHistory::m_TopLineHeight |
|
protected |
◆ m_TotalMaxWindSpd
double DashboardInstrument_WindDirHistory::m_TotalMaxWindSpd |
|
protected |
◆ m_width
int DashboardInstrument_WindDirHistory::m_width |
|
protected |
◆ m_WindDir
double DashboardInstrument_WindDirHistory::m_WindDir |
|
protected |
◆ m_WindDirRange
double DashboardInstrument_WindDirHistory::m_WindDirRange |
|
protected |
◆ m_WindowRect
wxRect DashboardInstrument_WindDirHistory::m_WindowRect |
|
protected |
◆ m_WindSpd
double DashboardInstrument_WindDirHistory::m_WindSpd |
|
protected |
◆ m_WindSpeedUnit
wxString DashboardInstrument_WindDirHistory::m_WindSpeedUnit |
|
protected |
◆ speedw
int DashboardInstrument_WindDirHistory::speedw |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/wind_history.h
- /home/runner/work/main/main/opencpn/plugins/dashboard_pi/src/wind_history.cpp