Searched refs:DispatchEvent (Results 1 – 14 of 14) sorted by relevance
142 DispatchEvent(&wmPosChanged); in Run()289 m_pOwner->DispatchEvent(&wmPosChanged); in OnLButtonDown()422 m_pOwner->DispatchEvent(&wmPosChanged); in OnKeyDown()
489 m_pOwner->DispatchEvent(&wmClick); in OnLButtonUp()539 m_pOwner->DispatchEvent(&wmMouse); in OnKeyDown()542 m_pOwner->DispatchEvent(&wmClick); in OnKeyDown()
364 m_pOwner->DispatchEvent(&event); in OnDropListMouseMove()945 DispatchEvent(&ev); in ShowDropList()955 DispatchEvent(&ev); in ShowDropList()1119 DispatchEvent(&ev); in ProcessSelChanged()1182 DispatchEvent(&preEvent); in DisForm_ShowDropList()1213 DispatchEvent(&postEvent); in DisForm_ShowDropList()1416 m_pOwner->DispatchEvent(&pTemp); in OnProcessEvent()1423 m_pOwner->DispatchEvent(&pScrollEv); in OnProcessEvent()1432 m_pOwner->DispatchEvent(&pTemp); in OnProcessEvent()
353 m_pOwner->DispatchEvent(&ev); in OnMouseMoveEx()604 DispatchEvent(&ev); in SetEditText()806 DispatchEvent(&ev); in ProcessSelChanged()1095 m_pOwner->DispatchEvent(&ev); in OnLButtonDown()1101 m_pOwner->DispatchEvent(&ev); in OnLButtonDown()
382 DispatchEvent(&checkWordEvent); in GetSuggestWords()391 DispatchEvent(&checkWordEvent); in GetSuggestWords()447 DispatchEvent(&checkWordEvent); in DrawSpellCheck()457 DispatchEvent(&checkWordEvent); in DrawSpellCheck()870 DispatchEvent(&evt); in On_TextChanged()905 DispatchEvent(&event); in On_TextChanged()973 DispatchEvent(&event); in On_Validate()1760 DispatchEvent(&textFullEvent); in ProcessInsertError()
613 DispatchEvent(&ev); in DrawItems()978 DispatchEvent(&selEvent); in ProcessSelChanged()1239 m_pOwner->DispatchEvent(&ev); in DispatchSelChangedEv()
400 DispatchEvent(&wmCheckBoxState); in NextStates()
1026 m_pOwner->DispatchEvent(&wmClick); in OnLButtonDown()1033 m_pOwner->DispatchEvent(&wmDateSelected); in OnLButtonDown()
619 DispatchEvent(&ev); in OnScroll()
841 DispatchEvent(pEvent); in DispatchKeyEvent()844 void CFWL_WidgetImp::DispatchEvent(CFWL_Event* pEvent) { in DispatchEvent() function in CFWL_WidgetImp973 pWidget->DispatchEvent(&evt); in OnProcessMessage()987 pWidget->DispatchEvent(&evt); in OnProcessMessage()998 pWidget->DispatchEvent(&evt); in OnProcessMessage()1007 pWidget->DispatchEvent(&evt); in OnProcessMessage()1017 pWidget->DispatchEvent(&evt); in OnProcessMessage()
1143 m_pOwner->DispatchEvent(&eClose); in OnLButtonUp()1430 m_pOwner->DispatchEvent(&eClose); in OnClose()
89 void DispatchEvent(CFWL_Event* pEvent);
121 void DispatchEvent(CFWL_Event* pEvent);
262 void CFWL_Widget::DispatchEvent(CFWL_Event* pEvent) { in DispatchEvent() function in CFWL_Widget