Lines Matching refs:GetNormalWidget
64 auto* pCheckBox = static_cast<CFWL_CheckBox*>(GetNormalWidget()); in UpdateWidgetProperty()
194 if (GetNormalWidget()) in PerformLayout()
195 GetNormalWidget()->Update(); in PerformLayout()
252 GetApp()->GetFWLWidgetMgr()->OnDrawWidget(GetNormalWidget(), pGS, mt); in RenderWidget()
257 if (!GetNormalWidget() || !IsButtonDown()) in OnLButtonUp()
261 CFWL_MessageMouse msg(GetNormalWidget(), in OnLButtonUp()
269 uint32_t dwState = GetNormalWidget()->GetStates(); in FWLState2XFAState()
289 GetNormalWidget()->SetStates(FWL_STATE_CKB_Neutral); in SetFWLCheckState()
291 GetNormalWidget()->SetStates(FWL_STATE_CKB_Checked); in SetFWLCheckState()
293 GetNormalWidget()->RemoveStates(FWL_STATE_CKB_Checked); in SetFWLCheckState()
297 if (!GetNormalWidget()) in UpdateFWLData()
301 GetNormalWidget()->Update(); in UpdateFWLData()