Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A DWmmUIDialog.cpp235m_cbEnablePlot = new wxCheckBox( this, wxID_ANY, _("Enable plot"), wxDefaultPosition, wxDefaultSiz… in BEGIN_EVENT_TABLE()
236 m_cbEnablePlot->SetMinSize( wxSize( 200,-1 ) ); in BEGIN_EVENT_TABLE()
237 sbPlot->Add( m_cbEnablePlot, 1, wxALL, 5 ); in BEGIN_EVENT_TABLE()
259m_cbEnablePlot->Connect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WmmUIDialogBase::E… in BEGIN_EVENT_TABLE()
266m_cbEnablePlot->Disconnect( wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( WmmUIDialogBase… in ~WmmUIDialogBase()
H A Dwmm_pi.cpp78 if(m_cbEnablePlot->GetValue()) in EnablePlotChanged()
80 m_wmm_pi.SetShowPlot(m_cbEnablePlot->GetValue()); in EnablePlotChanged()
380 m_pWmmDialog->m_cbEnablePlot->Show(m_bShowPlotOptions); in RearrangeWindow()
517 m_pWmmDialog->m_cbEnablePlot->SetValue(false); in RecomputePlot()
1025 if(m_pWmmDialog->m_cbEnablePlot->GetValue()) in ShowPlotSettings()
H A DWmmUIDialog.h84 wxCheckBox* m_cbEnablePlot; variable