15 typedef CView AuSuper;
28 virtual void OnDraw(CDC* pDC);
29 virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
31 virtual void AssertValid()
const;
33 virtual void Dump(CDumpContext& dc)
const;
40 virtual
void OnInitialUpdate();
41 afx_msg
void OnSize(UINT nType,
int cx,
int cy);
42 afx_msg
void OnDestroy();
43 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
44 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
45 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
46 afx_msg
void OnMButtonDown(UINT nFlags, CPoint point);
47 afx_msg
void OnMButtonUp(UINT nFlags, CPoint point);
48 afx_msg
void OnRButtonDown(UINT nFlags, CPoint point);
49 afx_msg
void OnRButtonUp(UINT nFlags, CPoint point);
50 afx_msg BOOL OnMouseWheel(UINT nFlags,
short zDelta, CPoint pt);
51 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
52 afx_msg
void OnTimer(UINT_PTR nIDEvent);
53 afx_msg
void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
54 afx_msg
void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
55 afx_msg
void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
std::string String
Definition: APIString.h:10
The view 3d control API for MFC.
Definition: AuView3dAPI.h:16
The view 3d control for MFC CView.
Definition: AuView3d.h:10
bool m_bInitialized
Definition: AuView3d.h:25