From f1268d926484747e309b983464cb314e4d26925b Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 28 Jan 2001 22:17:13 +0000 Subject: Moved message handlers to GLWindow git-svn-id: http://svn.leocad.org/trunk@231 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Cadview.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'win/Cadview.h') diff --git a/win/Cadview.h b/win/Cadview.h index caea3e7..80861a9 100644 --- a/win/Cadview.h +++ b/win/Cadview.h @@ -55,17 +55,9 @@ protected: BOOL DoPrintPreview(UINT nIDResource, CView* pPrintView, CRuntimeClass* pPreviewViewClass, CPrintPreviewState* pState); void* m_pPixels; //{{AFX_MSG(CCADView) - afx_msg BOOL OnEraseBkgnd(CDC* pDC); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); - afx_msg void OnPaletteChanged(CWnd* pFocusWnd); - afx_msg BOOL OnQueryNewPalette(); afx_msg void OnDestroy(); - afx_msg void OnSize(UINT nType, int cx, int cy); - afx_msg void OnLButtonDown(UINT nFlags, CPoint point); - afx_msg void OnLButtonUp(UINT nFlags, CPoint point); - afx_msg void OnMouseMove(UINT nFlags, CPoint point); afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); - afx_msg void OnRButtonDown(UINT nFlags, CPoint point); afx_msg void OnCaptureChanged(CWnd *pWnd); afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags); @@ -73,8 +65,6 @@ protected: afx_msg void OnMButtonDown(UINT nFlags, CPoint point); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnFilePrintPreview(); - afx_msg void OnRButtonUp(UINT nFlags, CPoint point); - afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point); //}}AFX_MSG afx_msg void OnDropDown(NMHDR* pNotifyStruct, LRESULT* pResult); afx_msg LONG OnSetStep(UINT lParam, LONG wParam); -- cgit v1.2.3