Lines Matching refs:CMultiView
43 CMultiView* GetActiveView(HIO2IF_ID nID) in GetActiveView()
64 return static_cast<CMultiView *>(pDoc->GetNextView(viewpos)); in GetActiveView()
74 CMultiView* pView; in HioIfEventCallback()
88 pView->PostMessage(WM_USER, CMultiView::EVENT_CONNECT, 0); in HioIfEventCallback()
100 pView->PostMessage(WM_USER, CMultiView::EVENT_DISCONNECT, 0); in HioIfEventCallback()
114 pView->PostMessage(WM_USER, CMultiView::EVENCT_RECEIVED, 0); in HioIfEventCallback()
121 pView->PostMessage(WM_USER, CMultiView::EVENCT_RECEIVED, 0); in HioIfEventCallback()
126 pView->PostMessage(WM_USER, CMultiView::EVENT_WRITE_DONE, 0); in HioIfEventCallback()
146 CMultiView* pView; in PollingThread()
156 pView->PostMessage(WM_USER, CMultiView::EVENT_UPDATE_PC_TIME, dwStatus); in PollingThread()
171 pView->PostMessage(WM_USER, CMultiView::EVENCT_RECEIVED, 0); in PollingThread()
297 CMultiView* pView = GetActiveView(id); in Disconnect()
299 pView->PostMessage(WM_USER, CMultiView::EVENT_DISCONNECT, 0); in Disconnect()
391 RUNTIME_CLASS(CMultiView)); in InitInstance()