|
GME
13
|
#include <MgaMappedTreeCtrl.h>


Public Member Functions | |
| CMgaMappedTreeCtrlBase () | |
| virtual BOOL | DoDrop (eDragOperation, COleDataObject *, CPoint) |
| void | RegisterDropTarget () |
| virtual BOOL | IsRelevantDropTarget (CPoint point, CImageList *) |
| void | ExpandAllChildren (HTREEITEM hParent, UINT nCode) |
| void | DeleteAllChildren (HTREEITEM hParent) |
| BOOL | SetItemState (HTREEITEM hItem, UINT nState) |
| virtual BOOL | DeleteItem (HTREEITEM hItem)=0 |
| virtual void | CleanUp ()=0 |
| virtual BOOL | LookupObjectUnknown (HTREEITEM hTreeItem, IUnknown *&out)=0 |
Protected Attributes | |
| CGMEActiveBrowserDropTarget | m_DropTarget |
| CComPtr< IMgaEventLogger > | m_EventLogger |
Definition at line 25 of file MgaMappedTreeCtrl.h.
| CMgaMappedTreeCtrlBase::CMgaMappedTreeCtrlBase | ( | ) | [inline] |
Definition at line 28 of file MgaMappedTreeCtrl.h.
| virtual void CMgaMappedTreeCtrlBase::CleanUp | ( | ) | [pure virtual] |
| void CMgaMappedTreeCtrlBase::DeleteAllChildren | ( | HTREEITEM | hParent | ) |
Definition at line 30 of file MgaMappedTreeCtrl.cpp.
| virtual BOOL CMgaMappedTreeCtrlBase::DeleteItem | ( | HTREEITEM | hItem | ) | [pure virtual] |
| BOOL CMgaMappedTreeCtrlBase::DoDrop | ( | eDragOperation | , |
| COleDataObject * | , | ||
| CPoint | |||
| ) | [virtual] |
Reimplemented in CAggregateTreeCtrl.
Definition at line 78 of file MgaMappedTreeCtrl.cpp.
| void CMgaMappedTreeCtrlBase::ExpandAllChildren | ( | HTREEITEM | hParent, |
| UINT | nCode | ||
| ) |
Definition at line 50 of file MgaMappedTreeCtrl.cpp.
| BOOL CMgaMappedTreeCtrlBase::IsRelevantDropTarget | ( | CPoint | point, |
| CImageList * | |||
| ) | [virtual] |
Reimplemented in CAggregateTreeCtrl.
Definition at line 67 of file MgaMappedTreeCtrl.cpp.
| virtual BOOL CMgaMappedTreeCtrlBase::LookupObjectUnknown | ( | HTREEITEM | hTreeItem, |
| IUnknown *& | out | ||
| ) | [pure virtual] |
Definition at line 72 of file MgaMappedTreeCtrl.cpp.
| BOOL CMgaMappedTreeCtrlBase::SetItemState | ( | HTREEITEM | hItem, |
| UINT | nState | ||
| ) |
Definition at line 19 of file MgaMappedTreeCtrl.cpp.
Definition at line 40 of file MgaMappedTreeCtrl.h.
CComPtr<IMgaEventLogger> CMgaMappedTreeCtrlBase::m_EventLogger [protected] |
Definition at line 42 of file MgaMappedTreeCtrl.h.
1.7.6.1