LibreOffice Module vcl (master) 1
|
#include <transfer.hxx>
Public Member Functions | |
AcceptDropEvent () | |
AcceptDropEvent (sal_Int8 nAction, const Point &rPosPixel, css::datatransfer::dnd::DropTargetDragEvent aDragEvent) | |
Public Attributes | |
Point | maPosPixel |
const css::datatransfer::dnd::DropTargetDragEvent | maDragEvent |
sal_Int8 | mnAction |
bool | mbLeaving |
bool | mbDefault |
Definition at line 92 of file transfer.hxx.
|
inline |
Definition at line 100 of file transfer.hxx.
|
inline |
Definition at line 105 of file transfer.hxx.
const css::datatransfer::dnd::DropTargetDragEvent AcceptDropEvent::maDragEvent |
Definition at line 95 of file transfer.hxx.
Referenced by DropTargetHelper::DropTargetListener::drop().
Point AcceptDropEvent::maPosPixel |
Definition at line 94 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop(), weld::ReorderingDropTarget::AcceptDrop(), and DropTargetHelper::DropTargetListener::drop().
bool AcceptDropEvent::mbDefault |
Definition at line 98 of file transfer.hxx.
Referenced by DropTargetHelper::DropTargetListener::drop().
bool AcceptDropEvent::mbLeaving |
Definition at line 97 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop(), and DropTargetHelper::DropTargetListener::drop().
sal_Int8 AcceptDropEvent::mnAction |
Definition at line 96 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop(), and DropTargetHelper::DropTargetListener::drop().