ListCtrlEx.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- #if !defined(AFX_LISTCTRLEX_H__EF0730DD_F7F2_47BF_AAB3_D2135251BAB1__INCLUDED_)
- #define AFX_LISTCTRLEX_H__EF0730DD_F7F2_47BF_AAB3_D2135251BAB1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ListCtrlEx.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CListCtrlEx window
- class CListCtrlEx : public CListCtrl
- {
- // Construction
- public:
- CListCtrlEx();
- // Attributes
- public:
- // Operations
- public:
- CView *m_pCurrView;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CListCtrlEx)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CListCtrlEx();
- void GetViewPoint(CView *pView);
- // Generated message map functions
- protected:
- //{{AFX_MSG(CListCtrlEx)
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LISTCTRLEX_H__EF0730DD_F7F2_47BF_AAB3_D2135251BAB1__INCLUDED_)