GME
13
|
#include <InheritanceTreeCtrl.h>
Public Member Functions | |
CInheritanceTreeCtrl () | |
virtual | ~CInheritanceTreeCtrl () |
HTREEITEM | InsertItem (HTREEITEM hParent, CString strObjectName, LPUNKNOWN pUnknown, objtype_enum otObjectType) |
void | SetItemProperties (HTREEITEM hItem) |
void | RestoreState () |
void | StoreState () |
Public Attributes | |
CMapStringToString | m_StateBuffer |
BOOL | m_bIsStateStored |
Friends | |
class | CInheritancePropertyPage |
Definition at line 14 of file InheritanceTreeCtrl.h.
Definition at line 20 of file InheritanceTreeCtrl.cpp.
CInheritanceTreeCtrl::~CInheritanceTreeCtrl | ( | ) | [virtual] |
Definition at line 25 of file InheritanceTreeCtrl.cpp.
HTREEITEM CInheritanceTreeCtrl::InsertItem | ( | HTREEITEM | hParent, |
CString | strObjectName, | ||
LPUNKNOWN | pUnknown, | ||
objtype_enum | otObjectType | ||
) |
Definition at line 30 of file InheritanceTreeCtrl.cpp.
void CInheritanceTreeCtrl::RestoreState | ( | ) |
Definition at line 201 of file InheritanceTreeCtrl.cpp.
void CInheritanceTreeCtrl::SetItemProperties | ( | HTREEITEM | hItem | ) |
Definition at line 56 of file InheritanceTreeCtrl.cpp.
void CInheritanceTreeCtrl::StoreState | ( | ) |
Definition at line 138 of file InheritanceTreeCtrl.cpp.
friend class CInheritancePropertyPage [friend] |
Definition at line 16 of file InheritanceTreeCtrl.h.
Definition at line 24 of file InheritanceTreeCtrl.h.
CMapStringToString CInheritanceTreeCtrl::m_StateBuffer |
Definition at line 23 of file InheritanceTreeCtrl.h.