Home
last modified time | relevance | path

Searched refs:g_sAIS_Alert_Sound_File (Results 1 – 7 of 7) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DConfigMgr.cpp186 extern wxString g_sAIS_Alert_Sound_File;
1143 conf->Write( _T ( "AISAlertAudioFile" ), g_sAIS_Alert_Sound_File ); in SaveTemplate()
1596 CHECK_STR( _T ( "AISAlertAudioFile" ), g_sAIS_Alert_Sound_File ); in CheckTemplate()
H A Dnavutil.cpp218 extern wxString g_sAIS_Alert_Sound_File;
1136 Read( _T ( "AISAlertAudioFile" ), &g_sAIS_Alert_Sound_File ); in LoadMyConfigRaw()
2563 Write( _T ( "AISAlertAudioFile" ), g_sAIS_Alert_Sound_File ); in UpdateSettings()
H A DAIS_Decoder.cpp72 extern wxString g_sAIS_Alert_Sound_File;
2961 m_AIS_Sound->Load(g_sAIS_Alert_Sound_File, g_iSoundDeviceIndex); in OnTimerAIS()
H A Dchart1.cpp615 wxString g_sAIS_Alert_Sound_File; variable
2214 if(g_sAIS_Alert_Sound_File.IsEmpty()) { in OnInit()
2218 g_sAIS_Alert_Sound_File = g_Platform->NormalizePath(default_sound); in OnInit()
H A DandroidUTIL.cpp171 extern wxString g_sAIS_Alert_Sound_File;
H A Doptions.cpp198 extern wxString g_sAIS_Alert_Sound_File;
8905 g_sAIS_Alert_Sound_File = g_Platform->NormalizePath(sel_file); in OnButtonSelectSound()
8920 sound->Load(g_sAIS_Alert_Sound_File, g_iSoundDeviceIndex); in OnButtonTestSound()
H A Dchcanv.cpp250 extern wxString g_sAIS_Alert_Sound_File;
6378 g_anchorwatch_sound->Load( g_sAIS_Alert_Sound_File ); in AlertDraw()