Home
last modified time | relevance | path

Searched refs:m_bDeClutterText (Results 1 – 6 of 6) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds52plib.h191 void SetTextOverlapAvoid( bool f ) { m_bDeClutterText = f; } in SetTextOverlapAvoid()
241 bool m_bDeClutterText; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp1198 conf->Write( _T ( "bDeClutterText" ), ps52plib->m_bDeClutterText ); in SaveTemplate()
1829 CHECK_BFN( _T ( "bDeClutterText" ), ps52plib->m_bDeClutterText ); in CheckTemplate()
H A Dnavutil.cpp1533 ps52plib->m_bDeClutterText = !( read_int == 0 ); in LoadS57Config()
2622 Write( _T ( "bDeClutterText" ), ps52plib->m_bDeClutterText ); in UpdateSettings()
H A Ds52plib.cpp417 m_bDeClutterText = false; in s52plib()
714 { memcpy(&state_buffer[offset], &m_bDeClutterText, sizeof(bool)); offset += sizeof(bool); } in GenerateStateHash()
2631 … bool bwas_drawn = RenderText( m_pdc, text, r.x, r.y, &rect, rzRules->obj, m_bDeClutterText, vp );
2659 if( m_bDeClutterText ) {
11041 m_bDeClutterText = !( read_int == 0 );
H A Doptions.cpp6869 pCheck_DECLTEXT->SetValue(ps52plib->m_bDeClutterText); in SetInitialVectorSettings()
7910 ps52plib->m_bDeClutterText = pCheck_DECLTEXT->GetValue(); in OnApplyClick()
H A Dpluginmanager.cpp3179 v[_T("OpenCPN S52PLIB DeclutterText")] = ps52plib->m_bDeClutterText; in SendS52ConfigToAllPlugIns()