Home
last modified time | relevance | path

Searched refs:m_bShowDepthUnits (Results 1 – 2 of 2) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchcanv.h464 bool GetShowDepthUnits(){ return m_bShowDepthUnits; } in GetShowDepthUnits()
465 void SetShowDepthUnits( bool show ){ m_bShowDepthUnits = show; } in SetShowDepthUnits()
877 bool m_bShowDepthUnits; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp501 m_bShowDepthUnits = true; in BEGIN_EVENT_TABLE()
10923 if( !m_bShowDepthUnits ) return NULL; in EmbossDepthScale()