Lines Matching refs:GetNormalWidget
35 if (GetNormalWidget()) { in PreFinalize()
37 GetNormalWidget()->GetFWLApp()->GetNoteDriver(); in PreFinalize()
38 pNoteDriver->UnregisterEventTarget(GetNormalWidget()); in PreFinalize()
94 auto* pListBox = ToListBox(GetNormalWidget()); in CommitData()
107 auto* pListBox = ToListBox(GetNormalWidget()); in IsDataChanged()
147 auto* pListBox = ToListBox(GetNormalWidget()); in UpdateFWLData()
160 GetNormalWidget()->Update(); in UpdateFWLData()
171 auto* pListBox = ToListBox(GetNormalWidget()); in SetItemState()
173 GetNormalWidget()->Update(); in SetItemState()
178 ToListBox(GetNormalWidget())->AddString(wsLabel); in InsertItem()
179 GetNormalWidget()->Update(); in InsertItem()
184 auto* pListBox = ToListBox(GetNormalWidget()); in DeleteItem()
202 OnSelectChanged(GetNormalWidget()); in OnProcessEvent()