summaryrefslogtreecommitdiff
path: root/win/Cadview.h
diff options
context:
space:
mode:
authorleo2001-01-28 22:17:13 +0000
committerleo2001-01-28 22:17:13 +0000
commitf1268d926484747e309b983464cb314e4d26925b (patch)
tree8ab4e9fd65bb49a2bcbdf05361e58ddb7c2d9200 /win/Cadview.h
parent1e2190355d7370087d48bd69768aa00bd4821446 (diff)
Moved message handlers to GLWindow
git-svn-id: http://svn.leocad.org/trunk@231 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Cadview.h')
-rw-r--r--win/Cadview.h10
1 files changed, 0 insertions, 10 deletions
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);