Public Member Functions | |
| CViewerDoc * | GetDocument () const |
| virtual void | OnDraw (CDC *pDC) |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| virtual | ~CViewerView () |
| CRect | GetViewerRect () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnWindowPosChanging (WINDOWPOS *lpwndpos) |
Protected Member Functions | |
| CViewerView () | |
Protected Attributes | |
| bool | m_RButtonDown |
| CPoint | m_RButtonPoint |
| bool | m_LButtonDown |
| CPoint | m_LButtonPoint |
| bool | m_MButtonDown |
| CPoint | m_MButtonPoint |
Definition at line 11 of file ViewerView.h.
1.5.1-p1