Home
last modified time | relevance | path

Searched refs:m_bShowS57ImportantTextOnly (Results 1 – 5 of 5) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds52plib.h176 bool GetShowS57ImportantTextOnly() { return m_bShowS57ImportantTextOnly; } in GetShowS57ImportantTextOnly()
177 …void SetShowS57ImportantTextOnly( bool f ) { m_bShowS57ImportantTextOnly = f; GenerateStateHash();… in SetShowS57ImportantTextOnly()
240 bool m_bShowS57ImportantTextOnly; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DandroidUTIL.cpp3335 …result += _T("prefb_showimptext:") + wxString(ps52plib->m_bShowS57ImportantTextOnly == 1 ? _T("1;"… in BuildAndroidSettingsString()
3587 bool old_val = ps52plib->m_bShowS57ImportantTextOnly; in androidApplySettingsString()
3588 ps52plib->m_bShowS57ImportantTextOnly = val.IsSameAs(_T("1")); in androidApplySettingsString()
3589 if(old_val != ps52plib->m_bShowS57ImportantTextOnly) in androidApplySettingsString()
H A Ds52plib.cpp392 m_bShowS57ImportantTextOnly = false; in s52plib()
711 …{ memcpy(&state_buffer[offset], &m_bShowS57ImportantTextOnly, sizeof(bool)); offset += sizeof(boo… in GenerateStateHash()
2552 if( m_bShowS57ImportantTextOnly && ( text->dis >= 20 ) ) {
H A Doptions.cpp6867 pCheck_SHOWIMPTEXT->SetValue(ps52plib->m_bShowS57ImportantTextOnly); in SetInitialVectorSettings()
7912 ps52plib->m_bShowS57ImportantTextOnly = pCheck_SHOWIMPTEXT->GetValue(); in OnApplyClick()
H A Dpluginmanager.cpp3181 v[_T("OpenCPN S52PLIB ShowImportantTextOnly")] = ps52plib->m_bShowS57ImportantTextOnly; in SendS52ConfigToAllPlugIns()