Lines Matching refs:CMultiView
29 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()
89 CMultiDoc* CMultiView::GetDocument() const // Non-debug version is inline in GetDocument()
100 LRESULT CMultiView::OnMyMessage(WPARAM wParam, LPARAM lParam) in OnMyMessage()
153 void CMultiView::OnBnClickedBtnSend() in OnBnClickedBtnSend()
187 void CMultiView::OnBnClickedBtnConnect() in OnBnClickedBtnConnect()
192 void CMultiView::OnBnClickedBtnDisconnect() in OnBnClickedBtnDisconnect()
197 void CMultiView::OnBnClickedRadioSync() in OnBnClickedRadioSync()
204 void CMultiView::OnBnClickedRadioAsync() in OnBnClickedRadioAsync()
212 void CMultiView::OnDraw(CDC* /*pDC*/) in OnDraw()