|
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 91 of file transfer.hxx.
|
inline |
Definition at line 99 of file transfer.hxx.
|
inline |
Definition at line 104 of file transfer.hxx.
| const css::datatransfer::dnd::DropTargetDragEvent AcceptDropEvent::maDragEvent |
Definition at line 94 of file transfer.hxx.
| Point AcceptDropEvent::maPosPixel |
Definition at line 93 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop(), and weld::ReorderingDropTarget::AcceptDrop().
| bool AcceptDropEvent::mbDefault |
Definition at line 97 of file transfer.hxx.
| bool AcceptDropEvent::mbLeaving |
Definition at line 96 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop().
| sal_Int8 AcceptDropEvent::mnAction |
Definition at line 95 of file transfer.hxx.
Referenced by SvTreeListBox::AcceptDrop().