Searched refs:m_pAutoRestore (Results 1 – 1 of 1) sorted by relevance
96 wxCheckBox *m_pAutoRestore; member in ProfileWizard316 m_pAutoRestore = new wxCheckBox(this, wxID_ANY, _("Auto restore calibration")); in ProfileWizard()317 m_pAutoRestore->SetValue(m_autoRestore); in ProfileWizard()318 …m_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()