Public Member Functions | |
| CViewerDoc * | GetDocument () |
| bool | IsDragging () |
| void | AddMeshInTree (KMdlMesh *pMesh, HTREEITEM hFather=NULL) |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| virtual | ~CLeftView () |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnTvnSelchanged (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnTvnBegindrag (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnPaint () |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnNMSetfocus (NMHDR *pNMHDR, LRESULT *pResult) |
Protected Member Functions | |
| CLeftView () | |
| virtual void | OnInitialUpdate () |
Protected Attributes | |
| CImageList | m_ImageList |
| CImageList * | m_pDragImageList |
| bool | m_bIsDragging |
| HTREEITEM | m_hLastDropOverItem |
| UINT_PTR | m_TimerId |
| HTREEITEM | m_hDragItem |
Definition at line 10 of file LeftView.h.
1.5.1-p1