Home
last modified time | relevance | path

Searched refs:m_cbCopyFirstCumulativeRecord (Results 1 – 3 of 3) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Dgrib_pi.cpp286 Pref->m_cbCopyFirstCumulativeRecord->SetValue(m_bCopyFirstCumRec); in ShowPreferencesDialog()
331 bool copyrec = Pref->m_cbCopyFirstCumulativeRecord->GetValue(); in UpdatePrefs()
H A DGribUIDialogBase.h341 wxCheckBox* m_cbCopyFirstCumulativeRecord; variable
H A DGribUIDialogBase.cpp1427m_cbCopyFirstCumulativeRecord = new wxCheckBox( this, wxID_ANY, _("Copy First Cumulative Missing R… in GribPreferencesDialogBase()
1428 fgSizer46->Add( m_cbCopyFirstCumulativeRecord, 0, wxALL, 5 ); in GribPreferencesDialogBase()
1519m_cbCopyFirstCumulativeRecord = new wxCheckBox( itemScrollWin, wxID_ANY, _("Copy First Cumulative … in GribPreferencesDialogBase()
1520 sbSizer9->Add( m_cbCopyFirstCumulativeRecord, 0, wxALL, 5 ); in GribPreferencesDialogBase()