Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.h124 wxSpinCtrl *m_pTimeLapse; variable
H A Dmyframe.cpp2962 m_pTimeLapse = pFrame->MakeSpinCtrl(parent, wxID_ANY, _T(" "), wxDefaultPosition, in MyFrameConfigDialogCtrlSet()
2964 AddLabeledCtrl(CtrlMap, AD_szTimeLapse, _("Time Lapse (ms)"), m_pTimeLapse, in MyFrameConfigDialogCtrlSet()
3134 m_pTimeLapse->SetValue(m_pFrame->GetTimeLapse()); in LoadValues()
3218 m_pFrame->SetTimeLapse(m_pTimeLapse->GetValue()); in UnloadValues()