LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
DropTargetDragEvent Struct Referencepublished

The DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener. More...

import"DropTargetDragEvent.idl";

Inheritance diagram for DropTargetDragEvent:
DropTargetEvent EventObject DropTargetDragEnterEvent

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...
 

Detailed Description

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.

See also
com::sun::star::datatransfer::dnd::XDropTargetListener

Member Data Documentation

◆ Context

The drop target context of the current drag operation.

See also
com::sun::star::datatransfer::dnd::XDropTargetDragContext

◆ DropAction

byte DropAction

This value represents the currently selected drop action.

See also
com::sun::star::datatransfer::dnd::DNDConstants

◆ LocationX

long LocationX

The cursor's current x location within the window's coordinates.

◆ LocationY

long LocationY

The cursor's current y location within the window's coordinates.

◆ SourceActions

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.

See also
com::sun::star::datatransfer::dnd::DNDConstants

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