Searched refs:pWidgetMgr (Results 1 – 4 of 4) sorted by relevance
188 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage() local190 CFWL_Widget* pMessageForm = pWidgetMgr->IsFormDisabled() in ProcessMessage()242 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus() local243 if (pWidgetMgr->IsFormDisabled()) { in DoSetFocus()266 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus() local267 if (pWidgetMgr->IsFormDisabled()) { in DoKillFocus()293 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey() local296 if (m_pFocus && pWidgetMgr->GetSystemFormWidget(m_pFocus) != pForm) in DoKey()300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()[all …]
182 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates() local183 if (!pWidgetMgr->IsFormDisabled()) { in NextStates()185 pWidgetMgr->GetSameGroupRadioButton(this); in NextStates()
171 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect() local172 if (!pWidgetMgr) in SetWorkAreaRect()
568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in GetOffsetFromParent() local569 if (!pWidgetMgr) in GetOffsetFromParent()579 pDstWidget = pWidgetMgr->GetParentWidget(pDstWidget); in GetOffsetFromParent()