#include <GridDropTarget.h>
Public Member Functions | |
CGridDropTarget () | |
virtual | ~CGridDropTarget () |
BOOL | Register (CGridCtrl *pGridCtrl) |
virtual void | Revoke () |
BOOL | OnDrop (CWnd *pWnd, COleDataObject *pDataObject, DROPEFFECT dropEffect, CPoint point) |
DROPEFFECT | OnDragEnter (CWnd *pWnd, COleDataObject *pDataObject, DWORD dwKeyState, CPoint point) |
void | OnDragLeave (CWnd *pWnd) |
DROPEFFECT | OnDragOver (CWnd *pWnd, COleDataObject *pDataObject, DWORD dwKeyState, CPoint point) |
DROPEFFECT | OnDragScroll (CWnd *pWnd, DWORD dwKeyState, CPoint point) |
Public Attributes | |
CGridCtrl * | m_pGridCtrl |
BOOL | m_bRegistered |
Definition at line 40 of file GridDropTarget.h.
CGridDropTarget::CGridDropTarget | ( | ) |
Definition at line 43 of file GridDropTarget.cpp.
CGridDropTarget::~CGridDropTarget | ( | ) | [virtual] |
Definition at line 49 of file GridDropTarget.cpp.
DROPEFFECT CGridDropTarget::OnDragEnter | ( | CWnd * | pWnd, | |
COleDataObject * | pDataObject, | |||
DWORD | dwKeyState, | |||
CPoint | point | |||
) |
Definition at line 111 of file GridDropTarget.cpp.
void CGridDropTarget::OnDragLeave | ( | CWnd * | pWnd | ) |
Definition at line 123 of file GridDropTarget.cpp.
DROPEFFECT CGridDropTarget::OnDragOver | ( | CWnd * | pWnd, | |
COleDataObject * | pDataObject, | |||
DWORD | dwKeyState, | |||
CPoint | point | |||
) |
Definition at line 132 of file GridDropTarget.cpp.
DROPEFFECT CGridDropTarget::OnDragScroll | ( | CWnd * | pWnd, | |
DWORD | dwKeyState, | |||
CPoint | point | |||
) |
Definition at line 98 of file GridDropTarget.cpp.
BOOL CGridDropTarget::OnDrop | ( | CWnd * | pWnd, | |
COleDataObject * | pDataObject, | |||
DROPEFFECT | dropEffect, | |||
CPoint | point | |||
) |
Definition at line 144 of file GridDropTarget.cpp.
BOOL CGridDropTarget::Register | ( | CGridCtrl * | pGridCtrl | ) |
Definition at line 56 of file GridDropTarget.cpp.
void CGridDropTarget::Revoke | ( | ) | [virtual] |
Definition at line 84 of file GridDropTarget.cpp.
Definition at line 49 of file GridDropTarget.h.
Definition at line 48 of file GridDropTarget.h.