Home | History | Annotate | Download | only in fwl

Lines Matching refs:pWidgetMgr

195   CFWL_WidgetMgr* pWidgetMgr =
197 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled()
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
250 if (pWidgetMgr->IsFormDisabled()) {
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
274 if (pWidgetMgr->IsFormDisabled()) {
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
303 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm)
307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind);
310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind);
323 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
324 CFWL_Widget* defButton = pWidgetMgr->GetDefaultButton(pMessageForm);
353 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
354 if (!pWidgetMgr)
358 CFWL_Widget* pDst = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos);
369 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
370 if (!pWidgetMgr)
378 pTarget = pWidgetMgr->GetWidgetAtPoint(pMessageForm, pMsg->m_pos);
439 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr();
440 if (!pWidgetMgr)
443 pMessageForm = pWidgetMgr->GetSystemFormWidget(pDstTarget);