Home
last modified time | relevance | path

Searched refs:CMultiView (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/
DmultiView.cpp29 IMPLEMENT_DYNCREATE(CMultiView, CFormView) in IMPLEMENT_DYNCREATE() argument
31 BEGIN_MESSAGE_MAP(CMultiView, CFormView) in IMPLEMENT_DYNCREATE()
42 CMultiView::CMultiView() in IMPLEMENT_DYNCREATE()
43 : CFormView(CMultiView::IDD) in IMPLEMENT_DYNCREATE()
49 CMultiView::~CMultiView() in ~CMultiView()
53 void CMultiView::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
58 BOOL CMultiView::PreCreateWindow(CREATESTRUCT& cs) in PreCreateWindow()
66 void CMultiView::OnInitialUpdate() in OnInitialUpdate()
79 void CMultiView::AssertValid() const in AssertValid()
84 void CMultiView::Dump(CDumpContext& dc) const in Dump()
[all …]
DmultiView.h19 class CMultiView : public CFormView
35 CMultiView();
36 DECLARE_DYNCREATE(CMultiView)
57 virtual ~CMultiView();
80 inline CMultiDoc* CMultiView::GetDocument() const in GetDocument()
Dmulti.cpp43 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()
[all …]
DReadMe.txt65 These files contain your CMultiView class.
66 CMultiView objects are used to view CMultiDoc objects.