Home
last modified time | relevance | path

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

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DConfiguration.h672 bool AutodetectMaxima() const {return m_autodetectMaxima;} in AutodetectMaxima()
676 m_autodetectMaxima = autodetectmaxima); in AutodetectMaxima()
880 bool m_autodetectMaxima; variable
H A DConfigDialogue.h240 wxRadioButton *m_autodetectMaxima; variable
H A DConfiguration.cpp50 m_autodetectMaxima = true; in Configuration()
411 config->Read(wxT("autodetectMaxima"), &m_autodetectMaxima); in ReadConfig()
771 if(m_autodetectMaxima) in MaximaLocation()
H A DConfigDialogue.cpp926 m_autodetectMaxima = new wxRadioButton(panel, -1, _("Autodetect"), wxDefaultPosition, in CreateMaximaPanel()
928 nameSizer->Add(m_autodetectMaxima, wxSizerFlags().Expand().Border(wxALL, 0)); in CreateMaximaPanel()
935 m_autodetectMaxima->SetValue(m_configuration->AutodetectMaxima()); in CreateMaximaPanel()
1158 configuration->AutodetectMaxima(m_autodetectMaxima->GetValue()); in WriteSettings()