Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.h123 wxChoice *m_pNoiseReduction; variable
H A Dmyframe.cpp2955 m_pNoiseReduction = new wxChoice(parent, wxID_ANY, wxPoint(-1, -1), in MyFrameConfigDialogCtrlSet()
2957 AddLabeledCtrl(CtrlMap, AD_szNoiseReduction, _("Noise Reduction"), m_pNoiseReduction, in MyFrameConfigDialogCtrlSet()
3127 m_pNoiseReduction->SetSelection(pFrame->GetNoiseReductionMethod()); in LoadValues()
3214 m_pFrame->SetNoiseReductionMethod(m_pNoiseReduction->GetSelection()); in UnloadValues()