GME
13
|
#include <MgaMappedTreeCtrl.h>
Public Member Functions | |
CMgaMappedTreeCtrl () | |
BOOL | GetSelectedItemProxy (ObjectProxy &rMgaObjectProxy) |
virtual | ~CMgaMappedTreeCtrl () |
virtual BOOL | DeleteItem (HTREEITEM hItem) |
virtual void | CleanUp () |
virtual BOOL | LookupObjectUnknown (HTREEITEM hTreeItem, IUnknown *&out) |
Public Attributes | |
CMgaMap< ObjectProxy > | m_MgaMap |
Definition at line 47 of file MgaMappedTreeCtrl.h.
CMgaMappedTreeCtrl< ObjectProxy >::CMgaMappedTreeCtrl | ( | ) | [inline] |
Definition at line 50 of file MgaMappedTreeCtrl.h.
virtual CMgaMappedTreeCtrl< ObjectProxy >::~CMgaMappedTreeCtrl | ( | ) | [inline, virtual] |
Definition at line 63 of file MgaMappedTreeCtrl.h.
virtual void CMgaMappedTreeCtrl< ObjectProxy >::CleanUp | ( | ) | [inline, virtual] |
Implements CMgaMappedTreeCtrlBase.
Definition at line 70 of file MgaMappedTreeCtrl.h.
virtual BOOL CMgaMappedTreeCtrl< ObjectProxy >::DeleteItem | ( | HTREEITEM | hItem | ) | [inline, virtual] |
Implements CMgaMappedTreeCtrlBase.
Definition at line 65 of file MgaMappedTreeCtrl.h.
BOOL CMgaMappedTreeCtrl< ObjectProxy >::GetSelectedItemProxy | ( | ObjectProxy & | rMgaObjectProxy | ) | [inline] |
Definition at line 54 of file MgaMappedTreeCtrl.h.
virtual BOOL CMgaMappedTreeCtrl< ObjectProxy >::LookupObjectUnknown | ( | HTREEITEM | hTreeItem, |
IUnknown *& | out | ||
) | [inline, virtual] |
Implements CMgaMappedTreeCtrlBase.
Definition at line 75 of file MgaMappedTreeCtrl.h.
CMgaMap<ObjectProxy> CMgaMappedTreeCtrl< ObjectProxy >::m_MgaMap |
Definition at line 79 of file MgaMappedTreeCtrl.h.