LibreOffice Module vcl (master) 1
Public Member Functions | List of all members
vcl::unohelper::DragAndDropClient Class Reference

#include <dndhelp.hxx>

Inheritance diagram for vcl::unohelper::DragAndDropClient:
[legend]

Public Member Functions

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)
 

Detailed Description

Definition at line 43 of file dndhelp.hxx.

Constructor & Destructor Documentation

◆ ~DragAndDropClient()

vcl::unohelper::DragAndDropClient::~DragAndDropClient ( )
virtual

Definition at line 32 of file dndhelp.cxx.

Member Function Documentation

◆ dragDropEnd()

void vcl::unohelper::DragAndDropClient::dragDropEnd ( const css::datatransfer::dnd::DragSourceDropEvent &  dsde)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 38 of file dndhelp.cxx.

◆ dragEnter()

void vcl::unohelper::DragAndDropClient::dragEnter ( const css::datatransfer::dnd::DropTargetDragEnterEvent &  dtdee)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 46 of file dndhelp.cxx.

◆ dragExit()

void vcl::unohelper::DragAndDropClient::dragExit ( const css::datatransfer::dnd::DropTargetEvent &  dte)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 50 of file dndhelp.cxx.

◆ dragGestureRecognized()

void vcl::unohelper::DragAndDropClient::dragGestureRecognized ( const css::datatransfer::dnd::DragGestureEvent &  dge)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 34 of file dndhelp.cxx.

◆ dragOver()

void vcl::unohelper::DragAndDropClient::dragOver ( const css::datatransfer::dnd::DropTargetDragEvent &  dtde)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 54 of file dndhelp.cxx.

◆ drop()

void vcl::unohelper::DragAndDropClient::drop ( const css::datatransfer::dnd::DropTargetDropEvent &  dtde)
virtual
Exceptions
css::uno::RuntimeException

Reimplemented in TextView, and Edit.

Definition at line 42 of file dndhelp.cxx.


The documentation for this class was generated from the following files: