Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribUIDialog.cpp364 m_cRecordForecast->Clear(); in OpenFile()
718 m_cRecordForecast->SetFont(*sFont); in SetDialogsStyleSizePosition()
1242 int sel = m_cRecordForecast->GetSelection(); in RestaureSelectionString()
1244 m_cRecordForecast->SetSelection( sel ); in RestaureSelectionString()
1304 …unsigned int index = m_cRecordForecast->GetCurrentSelection() < 1 ? 0 : m_cRecordForecast->GetCurr… in TimelineTime()
1588 if( m_cRecordForecast->GetCount() ){ in PopulateComboDataList()
1589 index = m_cRecordForecast->GetCurrentSelection(); in PopulateComboDataList()
1590 m_cRecordForecast->Clear(); in PopulateComboDataList()
1599 m_cRecordForecast->SetSelection( index ); in PopulateComboDataList()
1741 m_cRecordForecast->SetSelection( selection ); in OnNext()
[all …]
H A DGribUIDialog.h170 …void SaveSelectionString() { m_SelectionIsSaved = true; m_Selection_index = m_cRecordForecast->Ge… in SaveSelectionString()
171 m_Selection_label = m_cRecordForecast->GetString( m_Selection_index); } in SaveSelectionString()
H A DGribUIDialogBase.cpp42m_cRecordForecast = new wxChoice( this, ID_CTRLTIME, wxDefaultPosition, wxDefaultSize, m_cRecordFo… in GRIBUICtrlBarBase()
43 m_cRecordForecast->SetSelection( 0 ); in GRIBUICtrlBarBase()
44 fgSizer50->Add( m_cRecordForecast, 0, wxALIGN_CENTER_VERTICAL|wxALL, 1 ); in GRIBUICtrlBarBase()
159m_cRecordForecast = new wxChoice( this, ID_CTRLTIME, wxDefaultPosition, wxDefaultSize, m_cRecordFo… in GRIBUICtrlBarBase()
160 m_cRecordForecast->SetSelection( 0 ); in GRIBUICtrlBarBase()
161 fgSizer50->Add( m_cRecordForecast, 0, wxALIGN_CENTER_VERTICAL|wxALL, 1 ); in GRIBUICtrlBarBase()
265m_cRecordForecast->Connect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( GRIBUICtrlBarBas… in GRIBUICtrlBarBase()
266m_cRecordForecast->Connect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( GRIBUICtrlBarBase::OnMouseEvent… in GRIBUICtrlBarBase()
329m_cRecordForecast->Disconnect( wxEVT_COMMAND_CHOICE_SELECTED, wxCommandEventHandler( GRIBUICtrlBar… in ~GRIBUICtrlBarBase()
330m_cRecordForecast->Disconnect( wxEVT_RIGHT_DOWN, wxMouseEventHandler( GRIBUICtrlBarBase::OnMouseEv… in ~GRIBUICtrlBarBase()
H A DGribUIDialogBase.h115 wxChoice* m_cRecordForecast; variable