Lines Matching refs:CWnd
29 …igger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC()
103 CWnd *wnd; in OnInitDialog()
243 CWnd* focus_owner = GetFocus(); in PreTranslateMessage()
334 BEGIN_MESSAGE_MAP(trigger_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
345 trigger_frame::trigger_frame(CWnd *parent, CArray<trigger_info *> *trigger_list) in BEGIN_MESSAGE_MAP()
366 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate()
377 CWnd::OnDestroy(); in OnDestroy()
379 CWnd *child = GetWindow(GW_CHILD); in OnDestroy()
392 CWnd::OnSize(nType, cx, cy); in OnSize()
424 void trigger_frame::OnSetFocus(CWnd* pOldWnd) in OnSetFocus()
426 CWnd::OnSetFocus(pOldWnd); in OnSetFocus()
492 return CWnd::PreTranslateMessage(pMsg); in PreTranslateMessage()
498 CWnd* child = GetWindow(GW_CHILD); in AssignFocus()
562 CWnd *child = GetWindow(GW_CHILD); in CreateTriggerRows()
620 BEGIN_MESSAGE_MAP(trigger_row, CWnd) in BEGIN_MESSAGE_MAP() argument
627 trigger_row::trigger_row(CWnd *parent, int Id, CArray<trigger_info *> *trigger_list) in BEGIN_MESSAGE_MAP()
705 CWnd::OnLButtonDown(nFlags, point); in OnLButtonDown()
709 void trigger_row::OnKillFocus(CWnd* pNewWnd) in OnKillFocus()
711 CWnd::OnKillFocus(pNewWnd); in OnKillFocus()