|
GME
13
|
#include <GMEActiveBrowserDropTarget.h>

Public Member Functions | |
| BOOL | OnDrop (CWnd *pWnd, COleDataObject *pDataObject, DROPEFFECT dropEffect, CPoint point) |
| CImageList * | ExtractGMEDataObject (COleDataObject *pDataObject) |
| void | OnDragLeave (CWnd *pWnd) |
| DROPEFFECT | OnDragOver (CWnd *pWnd, COleDataObject *pDataObject, DWORD dwKeyState, CPoint point) |
| DROPEFFECT | OnDragEnter (CWnd *pWnd, COleDataObject *pDataObject, DWORD dwKeyState, CPoint point) |
| CGMEActiveBrowserDropTarget (CMgaMappedTreeCtrlBase *) | |
| virtual | ~CGMEActiveBrowserDropTarget () |
Public Attributes | |
| eDragOperation | m_doDragOperation |
| CPoint | m_ptHotSpot |
| BOOL | m_bCreatedDragImageList |
| CImageList * | m_pDragImageList |
| CMgaMappedTreeCtrlBase * | m_pParent |
| CComPtr< IMgaEventLogger > | m_EventLogger |
Definition at line 24 of file GMEActiveBrowserDropTarget.h.
Definition at line 23 of file GMEActiveBrowserDropTarget.cpp.
Definition at line 39 of file GMEActiveBrowserDropTarget.cpp.
| CImageList * CGMEActiveBrowserDropTarget::ExtractGMEDataObject | ( | COleDataObject * | pDataObject | ) |
Definition at line 201 of file GMEActiveBrowserDropTarget.cpp.
| DROPEFFECT CGMEActiveBrowserDropTarget::OnDragEnter | ( | CWnd * | pWnd, |
| COleDataObject * | pDataObject, | ||
| DWORD | dwKeyState, | ||
| CPoint | point | ||
| ) |
Definition at line 44 of file GMEActiveBrowserDropTarget.cpp.
| void CGMEActiveBrowserDropTarget::OnDragLeave | ( | CWnd * | pWnd | ) |
Definition at line 171 of file GMEActiveBrowserDropTarget.cpp.
| DROPEFFECT CGMEActiveBrowserDropTarget::OnDragOver | ( | CWnd * | pWnd, |
| COleDataObject * | pDataObject, | ||
| DWORD | dwKeyState, | ||
| CPoint | point | ||
| ) |
Definition at line 77 of file GMEActiveBrowserDropTarget.cpp.
| BOOL CGMEActiveBrowserDropTarget::OnDrop | ( | CWnd * | pWnd, |
| COleDataObject * | pDataObject, | ||
| DROPEFFECT | dropEffect, | ||
| CPoint | point | ||
| ) |
Definition at line 192 of file GMEActiveBrowserDropTarget.cpp.
Definition at line 30 of file GMEActiveBrowserDropTarget.h.
Definition at line 28 of file GMEActiveBrowserDropTarget.h.
Definition at line 39 of file GMEActiveBrowserDropTarget.h.
| CImageList* CGMEActiveBrowserDropTarget::m_pDragImageList |
Definition at line 32 of file GMEActiveBrowserDropTarget.h.
Definition at line 38 of file GMEActiveBrowserDropTarget.h.
Definition at line 29 of file GMEActiveBrowserDropTarget.h.
1.7.6.1