Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchcanv.h499 bool GetShowENCLights(){ return m_encShowLights; } in GetShowENCLights()
889 bool m_encShowLights; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp504 m_encShowLights = true; in BEGIN_EVENT_TABLE()
1119 m_encShowLights = pcc->bShowENCLights; in ApplyCanvasConfig()
8878 bool lightsVis = m_encShowLights; //gFrame->ToggleLights( false ); in ShowObjectQueryWindow()
13133 if(!m_encShowLights) // On, going off in UpdateS52State()
13137 ps52plib->SetLightsOff( !m_encShowLights ); in UpdateS52State()
13200 m_encShowLights = show; in SetShowENCLights()