#include <CtrlDragList.h>
Public Member Functions | |
CDragListCtrl () | |
virtual | ~CDragListCtrl () |
virtual void | OnDragDrop (int nDrop) |
Protected Member Functions | |
afx_msg void | OnBeginDrag (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
Protected Attributes | |
CImageList * | m_pDragImage |
int | m_nDragDrop |
BOOL | m_bCreateDragImage |
|
Definition at line 47 of file CtrlDragList.cpp. References NULL. |
|
Definition at line 53 of file CtrlDragList.cpp. |
|
Definition at line 60 of file CtrlDragList.cpp. References CLiveList::CreateDragImage(), m_bCreateDragImage, m_nDragDrop, m_pDragImage, and NULL. |
|
Definition at line 134 of file CtrlDragList.cpp. References LVN_DRAGDROP. Referenced by OnLButtonUp(). |
|
Definition at line 110 of file CtrlDragList.cpp. References m_nDragDrop, m_pDragImage, NULL, and OnDragDrop(). |
|
Definition at line 88 of file CtrlDragList.cpp. References m_nDragDrop, m_pDragImage, and NULL. |
|
Definition at line 41 of file CtrlDragList.h. Referenced by OnBeginDrag(). |
|
Definition at line 40 of file CtrlDragList.h. Referenced by OnBeginDrag(), OnLButtonUp(), and OnMouseMove(). |
|
Definition at line 39 of file CtrlDragList.h. Referenced by OnBeginDrag(), OnLButtonUp(), and OnMouseMove(). |