LibreOffice
LibreOffice 24.2 SDK API Reference
|
The DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener. More...
import"DropTargetDragEvent.idl";
Public Attributes | |
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 DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener.
It contains information regarding the current state of the operation to enable the operations initiator to provide the end user with the appropriate drag over feedback.
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.
This may be a combination of arbitrary source actions except ACTION_DEFAULT.
To combine different actions use a logical OR.