Home
last modified time | relevance | path

Searched refs:OnIntepolateChange (Results 1 – 4 of 4) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribSettingsDialog.h133 void OnIntepolateChange( wxCommandEvent& event );
H A DGribUIDialogBase.h304 virtual void OnIntepolateChange( wxCommandEvent& event ) { event.Skip(); } in OnIntepolateChange() function
H A DGribUIDialogBase.cpp1363 …D_CHECKBOX_CLICKED, wxCommandEventHandler( GribSettingsDialogBase::OnIntepolateChange ), NULL, thi… in GribSettingsDialogBase()
1364 …D_CHECKBOX_CLICKED, wxCommandEventHandler( GribSettingsDialogBase::OnIntepolateChange ), NULL, thi… in GribSettingsDialogBase()
1393 …D_CHECKBOX_CLICKED, wxCommandEventHandler( GribSettingsDialogBase::OnIntepolateChange ), NULL, thi… in ~GribSettingsDialogBase()
1394 …D_CHECKBOX_CLICKED, wxCommandEventHandler( GribSettingsDialogBase::OnIntepolateChange ), NULL, thi… in ~GribSettingsDialogBase()
H A DGribSettingsDialog.cpp926 void GribSettingsDialog::OnIntepolateChange( wxCommandEvent& event ) in OnIntepolateChange() function in GribSettingsDialog