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 Attributes | |
sequence< com::sun::star::datatransfer::DataFlavor > | SupportedDataFlavors |
A sequence of supported com::sun::star::datatransfer::DataFlavor types. More... | |
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... | |
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.
sequence< com::sun::star::datatransfer::DataFlavor > SupportedDataFlavors |
A sequence of supported com::sun::star::datatransfer::DataFlavor types.