doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PropTreeInfo.h
Go to the documentation of this file.
1 #if !defined(AFX_PROPTREEINFO_H__22BD9C18_A68C_4BB8_B7FC_C4A7DA0E1EBF__INCLUDED_)
2 #define AFX_PROPTREEINFO_H__22BD9C18_A68C_4BB8_B7FC_C4A7DA0E1EBF__INCLUDED_
3 
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // PropTreeInfo.h : header file
8 //
9 //
10 // Copyright (C) 1998-2001 Scott Ramsay
11 // sramsay@gonavi.com
12 // http://www.gonavi.com
13 //
14 // This material is provided "as is", with absolutely no warranty expressed
15 // or implied. Any use is at your own risk.
16 //
17 // Permission to use or copy this software for any purpose is hereby granted
18 // without fee, provided the above notices are retained on all copies.
19 // Permission to modify the code and to distribute modified code is granted,
20 // provided the above notices are retained, and a notice that the code was
21 // modified is included with the above copyright notice.
22 //
23 // If you use this code, drop me an email. I'd like to know if you find the code
24 // useful.
25 
26 class CPropTree;
27 
29 // CPropTreeInfo window
30 
31 class PROPTREE_API CPropTreeInfo : public CStatic
32 {
33 // Construction
34 public:
35  CPropTreeInfo();
36 
37 // Attributes
38 public:
39  // CPropTree class that this class belongs
40  void SetPropOwner(CPropTree* pProp);
41 
42 protected:
44 
45 // Operations
46 public:
47 
48 // Overrides
49  // ClassWizard generated virtual function overrides
50  //{{AFX_VIRTUAL(CPropTreeInfo)
51  //}}AFX_VIRTUAL
52 
53 // Implementation
54 public:
55  virtual ~CPropTreeInfo();
56 
57  // Generated message map functions
58 protected:
59  //{{AFX_MSG(CPropTreeInfo)
60  afx_msg void OnPaint();
61  //}}AFX_MSG
62 
63  DECLARE_MESSAGE_MAP()
64 };
65 
67 
68 //{{AFX_INSERT_LOCATION}}
69 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
70 
71 #endif // !defined(AFX_PROPTREEINFO_H__22BD9C18_A68C_4BB8_B7FC_C4A7DA0E1EBF__INCLUDED_)
#define PROPTREE_API
Definition: PropTree.h:53
CPropTree * m_pProp
Definition: PropTreeInfo.h:43