Searched refs:pWidgetMgr (Results 1 – 4 of 4) sorted by relevance
195 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage() local197 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local250 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local274 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local303 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()[all …]
183 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates() local184 if (!pWidgetMgr->IsFormDisabled()) { in NextStates()186 pWidgetMgr->GetSameGroupRadioButton(this); in NextStates()
173 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect() local174 if (!pWidgetMgr) in SetWorkAreaRect()
568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in GetOffsetFromParent() local569 if (!pWidgetMgr) in GetOffsetFromParent()579 pDstWidget = pWidgetMgr->GetParentWidget(pDstWidget); in GetOffsetFromParent()