:: com :: sun :: star :: datatransfer :: dnd ::
|
struct DropTargetDropEvent |
- Base Hierarchy
DropTargetDropEvent
┗ DropTargetEvent
┗ ::com::sun::star::lang::EventObject
|
- Description
- The DropTargetDropEvent is delivered from the drop target to
its currently registered drop target listener.
It contains sufficient information for the originator of the operation to
provide appropriate feedback to the end user when the operation completes.
|
Elements' Summary |
Context |
The drop target context of the current drag operation.
|
DropAction |
This value represents the action or actions selected by the user at
the time of the drop.
|
LocationX |
The cursor's current x location within the window's coordinates.
|
LocationY |
The cursor's current y location within the window's coordinates.
|
SourceActions |
This value represents the action or actions supported by the source.
|
Transferable |
The transferable object associated with the drop.
|
Elements' Details |
Context
|
DropAction
byte DropAction;
- Description
- This value represents the action or actions selected by the user at
the time of the drop.
If more than one action is specified, the XDropTargetListener
should raise a dialog to ask the user which action to use.
- See also
- DNDConstants
|
|
LocationX
long LocationX;
- Description
- The cursor's current x location within the window's coordinates.
|
|
LocationY
long LocationY;
- Description
- The cursor's current y location within the window's coordinates.
|
|
SourceActions
byte SourceActions;
- Description
- This value represents the action or actions supported by the source.
|
|
Transferable
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.