LibreOffice
LibreOffice 24.2 SDK API Reference
|
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;
Public Types | |
typedef sequence< com::sun::star::datatransfer::DataFlavor > | SupportedDataFlavors |
A sequence of supported com::sun::star::datatransfer::DataFlavor types. | |
Additional Inherited Members | |
![]() | |
XDropTargetDragContext | Context |
The drop target context of the current drag operation. | |
byte | DropAction |
This value represents the currently selected drop action. | |
long | LocationX |
The cursor's current x location within the window's coordinates. | |
long | LocationY |
The cursor's current y location within the window's coordinates. | |
byte | SourceActions |
This value represents the action or actions supported by the source. | |
![]() | |
byte | Dummy |
UNO specification does not allow empty struct definitions. | |
![]() | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. | |
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.
A sequence of supported com::sun::star::datatransfer::DataFlavor types.