Lines Matching refs:OParameterDialog

108 DBG_NAME(OParameterDialog)  in DBG_NAME()  argument
110 OParameterDialog::OParameterDialog( in DBG_NAME()
115 DBG_CTOR(OParameterDialog,NULL); in DBG_NAME()
166 m_aResetVisitFlag.SetTimeoutHdl(LINK(this, OParameterDialog, OnVisitedTimeout)); in DBG_NAME()
172 OParameterDialog::~OParameterDialog() in ~OParameterDialog()
177 DBG_DTOR(OParameterDialog,NULL); in ~OParameterDialog()
181 void OParameterDialog::Construct() in Construct()
183 m_aAllParams.SetSelectHdl(LINK(this, OParameterDialog, OnEntrySelected)); in Construct()
184 m_aParam.SetLoseFocusHdl(LINK(this, OParameterDialog, OnValueLoseFocus)); in Construct()
185 m_aParam.SetModifyHdl(LINK(this, OParameterDialog, OnValueModified)); in Construct()
186 m_aTravelNext.SetClickHdl(LINK(this, OParameterDialog, OnButtonClicked)); in Construct()
187 m_aOKBtn.SetClickHdl(LINK(this, OParameterDialog, OnButtonClicked)); in Construct()
188 m_aCancelBtn.SetClickHdl(LINK(this, OParameterDialog, OnButtonClicked)); in Construct()
193 LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams); in Construct()
211 IMPL_LINK(OParameterDialog, OnValueLoseFocus, Control*, /*pSource*/)
271 IMPL_LINK(OParameterDialog, OnButtonClicked, PushButton*, pButton) in IMPL_LINK() argument
284 if (LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams) != 0L) in IMPL_LINK()
336 LINK(this, OParameterDialog, OnEntrySelected).Call(&m_aAllParams); in IMPL_LINK()
347 IMPL_LINK(OParameterDialog, OnEntrySelected, ListBox*, /*pList*/)
351 LINK(this, OParameterDialog, OnVisitedTimeout).Call(&m_aResetVisitFlag);
358 if (LINK(this, OParameterDialog, OnValueLoseFocus).Call(&m_aParam) != 0L)
385 IMPL_LINK(OParameterDialog, OnVisitedTimeout, Timer*, /*pTimer*/)
425 m_aParam.SetLoseFocusHdl(LINK(this, OParameterDialog, OnValueLoseFocus));
434 IMPL_LINK(OParameterDialog, OnValueModified, Control*, /*pBox*/)