GME  13
MetaTreeCtrl.h
Go to the documentation of this file.
00001 // MetaTreeCtrl.h: interface for the CMetaTreeCtrl class.
00002 //
00004 
00005 #if !defined(AFX_METATREECTRL_H__A323A05D_8098_488C_BB47_04A38D4F77A0__INCLUDED_)
00006 #define AFX_METATREECTRL_H__A323A05D_8098_488C_BB47_04A38D4F77A0__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "MgaMappedTreeCtrl.h"
00013 
00014 class CMetaTreeCtrl : public CMgaMappedTreeCtrl<CMgaObjectProxy>
00015 {
00016         friend class CMetaPropertyPage;
00017 public:
00018         HTREEITEM InsertItem(HTREEITEM hParent, CString strObjectName, LPUNKNOWN pUnknown, objtype_enum otObjectType);
00019         CMetaTreeCtrl();
00020         virtual ~CMetaTreeCtrl();
00021 
00022 
00023 };
00024 
00025 #endif // !defined(AFX_METATREECTRL_H__A323A05D_8098_488C_BB47_04A38D4F77A0__INCLUDED_)