#include <FloatingWndDropTarget.h>
Public Member Functions | |
| CFloatingWndDropTarget () | |
| virtual | ~CFloatingWndDropTarget () |
Protected Member Functions | |
| virtual BOOL | OnDrop (CWnd *, COleDataObject *, DROPEFFECT, CPoint) |
| virtual DROPEFFECT | OnDragOver (CWnd *pWnd, COleDataObject *pDataObject, DWORD dwKeyState, CPoint point) |
| virtual DROPEFFECT | OnDragEnter (CWnd *pWnd, COleDataObject *pData, DWORD dwKeyState, CPoint pt) |
Definition at line 15 of file FloatingWndDropTarget.h.
| CFloatingWndDropTarget::CFloatingWndDropTarget | ( | ) |
Definition at line 23 of file FloatingWndDropTarget.cpp.
| CFloatingWndDropTarget::~CFloatingWndDropTarget | ( | ) | [virtual] |
Definition at line 28 of file FloatingWndDropTarget.cpp.
| BOOL CFloatingWndDropTarget::OnDrop | ( | CWnd * | , | |
| COleDataObject * | pData, | |||
| DROPEFFECT | , | |||
| CPoint | ||||
| ) | [protected, virtual] |
Definition at line 62 of file FloatingWndDropTarget.cpp.
References _App, BOOL, fsURL::Crack(), CDownloadsWnd::CreateDownload(), DragQueryFile, FALSE, IR_SUCCESS, LPVOID, fsAppSettings::Monitor_Silent(), MY_MAX_PATH, NULL, CMainFrame::ShowTimeoutBalloon(), and TRUE.
| DROPEFFECT CFloatingWndDropTarget::OnDragOver | ( | CWnd * | pWnd, | |
| COleDataObject * | pDataObject, | |||
| DWORD | dwKeyState, | |||
| CPoint | point | |||
| ) | [protected, virtual] |
Definition at line 38 of file FloatingWndDropTarget.cpp.
References BOOL, fsURL::Crack(), and IR_SUCCESS.
Referenced by OnDragEnter().
| DROPEFFECT CFloatingWndDropTarget::OnDragEnter | ( | CWnd * | pWnd, | |
| COleDataObject * | pData, | |||
| DWORD | dwKeyState, | |||
| CPoint | pt | |||
| ) | [protected, virtual] |
1.5.6