|
LibreOffice Module vcl (master) 1
|
#include <transfer.hxx>
Public Member Functions | |
| ExecuteDropEvent (sal_Int8 nAction, const Point &rPosPixel, css::datatransfer::dnd::DropTargetDropEvent aDropEvent) | |
Public Attributes | |
| Point | maPosPixel |
| const css::datatransfer::dnd::DropTargetDropEvent | maDropEvent |
| sal_Int8 | mnAction |
| bool | mbDefault |
Definition at line 114 of file transfer.hxx.
|
inline |
Definition at line 121 of file transfer.hxx.
| const css::datatransfer::dnd::DropTargetDropEvent ExecuteDropEvent::maDropEvent |
Definition at line 117 of file transfer.hxx.
Referenced by SvTreeListBox::ExecuteDrop().
| Point ExecuteDropEvent::maPosPixel |
Definition at line 116 of file transfer.hxx.
Referenced by weld::ReorderingDropTarget::ExecuteDrop().
| bool ExecuteDropEvent::mbDefault |
Definition at line 119 of file transfer.hxx.
| sal_Int8 ExecuteDropEvent::mnAction |
Definition at line 118 of file transfer.hxx.
Referenced by SvTreeListBox::ExecuteDrop().