#include <dndhelp.hxx>
|
virtual | ~DragAndDropClient () COVERITY_NOEXCEPT_FALSE |
|
virtual void | dragGestureRecognized (const css::datatransfer::dnd::DragGestureEvent &dge) |
|
virtual void | dragDropEnd (const css::datatransfer::dnd::DragSourceDropEvent &dsde) |
|
virtual void | drop (const css::datatransfer::dnd::DropTargetDropEvent &dtde) |
|
virtual void | dragEnter (const css::datatransfer::dnd::DropTargetDragEnterEvent &dtdee) |
|
virtual void | dragExit (const css::datatransfer::dnd::DropTargetEvent &dte) |
|
virtual void | dragOver (const css::datatransfer::dnd::DropTargetDragEvent &dtde) |
|
Definition at line 43 of file dndhelp.hxx.
◆ ~DragAndDropClient()
vcl::unohelper::DragAndDropClient::~DragAndDropClient |
( |
| ) |
|
|
virtual |
◆ dragDropEnd()
void vcl::unohelper::DragAndDropClient::dragDropEnd |
( |
const css::datatransfer::dnd::DragSourceDropEvent & |
dsde | ) |
|
|
virtual |
◆ dragEnter()
void vcl::unohelper::DragAndDropClient::dragEnter |
( |
const css::datatransfer::dnd::DropTargetDragEnterEvent & |
dtdee | ) |
|
|
virtual |
◆ dragExit()
void vcl::unohelper::DragAndDropClient::dragExit |
( |
const css::datatransfer::dnd::DropTargetEvent & |
dte | ) |
|
|
virtual |
◆ dragGestureRecognized()
void vcl::unohelper::DragAndDropClient::dragGestureRecognized |
( |
const css::datatransfer::dnd::DragGestureEvent & |
dge | ) |
|
|
virtual |
◆ dragOver()
void vcl::unohelper::DragAndDropClient::dragOver |
( |
const css::datatransfer::dnd::DropTargetDragEvent & |
dtde | ) |
|
|
virtual |
◆ drop()
void vcl::unohelper::DragAndDropClient::drop |
( |
const css::datatransfer::dnd::DropTargetDropEvent & |
dtde | ) |
|
|
virtual |
The documentation for this class was generated from the following files: