LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | List of all members
DropTargetDragEnterEvent Struct Referencepublished

The DropTargetDragEnterEvent is delivered from the drop target to the currently registered drop target listeners whenever the logical cursor associated with a Drag and Drop operation enters the visible geometry of a window associated with a drop target. More...

import"DropTargetDragEnterEvent.idl";

Inheritance diagram for DropTargetDragEnterEvent:
DropTargetDragEvent DropTargetEvent EventObject

Public Types

typedef sequence< com::sun::star::datatransfer::DataFlavorSupportedDataFlavors
 A sequence of supported com::sun::star::datatransfer::DataFlavor types. More...
 

Additional Inherited Members

- Public Attributes inherited from DropTargetDragEvent
XDropTargetDragContext Context
 The drop target context of the current drag operation. More...
 
byte DropAction
 This value represents the currently selected drop action. More...
 
long LocationX
 The cursor's current x location within the window's coordinates. More...
 
long LocationY
 The cursor's current y location within the window's coordinates. More...
 
byte SourceActions
 This value represents the action or actions supported by the source. More...
 
- Public Attributes inherited from DropTargetEvent
byte Dummy
 UNO specification does not allow empty struct definitions. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

The DropTargetDragEnterEvent is delivered from the drop target to the currently registered drop target listeners whenever the logical cursor associated with a Drag and Drop operation enters the visible geometry of a window associated with a drop target.

It contains the com::sun::star::datatransfer::DataFlavor types supported by the transferable object of the current Drag and Drop operation.

See also
com::sun::star::datatransfer::XTransferable

Member Typedef Documentation

◆ SupportedDataFlavors

A sequence of supported com::sun::star::datatransfer::DataFlavor types.


The documentation for this struct was generated from the following file: