root/trunk/CodeBrowsingTreeCtrl.h

Revision 5, 1.4 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_CODEBROWSINGTREECTRL_H__7F306123_0D61_434B_9A8E_17E0983D7CD7__INCLUDED_)
2 #define AFX_CODEBROWSINGTREECTRL_H__7F306123_0D61_434B_9A8E_17E0983D7CD7__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // CodeBrowsingTreeCtrl.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CCodeBrowsingTreeCtrl window
12 #include "ElephantParser/ElephantParser/eparser.h"
13
14 class CCodeBrowsingTreeCtrl : public CTreeCtrl
15 {
16 // Construction
17 public:
18     CCodeBrowsingTreeCtrl();
19
20 // Attributes
21 public:
22
23
24     void Clear () { DeleteAllItems();
25     }
26
27
28 // Operations
29 public:
30
31 // Overrides
32     // ClassWizard generated virtual function overrides
33     //{{AFX_VIRTUAL(CCodeBrowsingTreeCtrl)
34     //}}AFX_VIRTUAL
35
36 // Implementation
37 public:
38     virtual ~CCodeBrowsingTreeCtrl();
39
40     // Generated message map functions
41 protected:
42     //{{AFX_MSG(CCodeBrowsingTreeCtrl)
43     afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
44     afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
45     //}}AFX_MSG
46
47 afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
48
49     DECLARE_MESSAGE_MAP()
50 };
51
52 /////////////////////////////////////////////////////////////////////////////
53
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56
57 #endif // !defined(AFX_CODEBROWSINGTREECTRL_H__7F306123_0D61_434B_9A8E_17E0983D7CD7__INCLUDED_)
Note: See TracBrowser for help on using the browser.