Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.cpp2943m_pResetConfiguration = new wxCheckBox(GetParentWindow(AD_cbResetConfig), wxID_ANY, _("Reset Confi… in MyFrameConfigDialogCtrlSet()
2944 …AddCtrl(CtrlMap, AD_cbResetConfig, m_pResetConfiguration, _("Reset all configuration and program s… in MyFrameConfigDialogCtrlSet()
3124 m_pResetConfiguration->SetValue(false); in LoadValues()
3125 m_pResetConfiguration->Enable(!pFrame->CaptureActive); in LoadValues()
3198 if (m_pResetConfiguration->GetValue()) in UnloadValues()
H A Dmyframe.h115 wxCheckBox *m_pResetConfiguration; variable