Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dprofile_wizard.cpp96 wxCheckBox *m_pAutoRestore; member in ProfileWizard
316 m_pAutoRestore = new wxCheckBox(this, wxID_ANY, _("Auto restore calibration")); in ProfileWizard()
317 m_pAutoRestore->SetValue(m_autoRestore); in ProfileWizard()
318m_pAutoRestore->SetToolTip(_("Check this to automatically re-use the last calibration when the pro… in ProfileWizard()
322 m_pWrapUp->Add(m_pAutoRestore, wxSizerFlags().Align(wxALIGN_RIGHT)); in ProfileWizard()
752 m_pAutoRestore->Show((m_PositionAware || m_SelectedAuxMount != _("None"))); in UpdateState()
753 m_pAutoRestore->SetValue(m_autoRestore); in UpdateState()
841 m_autoRestore = m_pAutoRestore->GetValue(); in WrapUp()
1218 m_autoRestore = m_pAutoRestore->GetValue(); in OnPrev()