Methods' Summary |
acceptDrop |
Accept the Drop.
|
rejectDrop |
Reject the drop as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
received in the XDropTargetListener::dragEnter() method.
|
dropComplete |
Signals that the drop is completed and if it was successful or not.
|
Methods' Details |
acceptDrop
void |
acceptDrop( |
[in] byte |
dragOperation ); |
- Description
- Accept the Drop.
This method should be called from the
com::sun::star::datatransfer::dnd::XDropTargetListener::drop()
method if the implementation wishes to accept the drop operation with the specified action.
- Parameter dragOperation
- The operation accepted by the target.
- See also
- DNDConstants, DropTargetDragEvent
|
|
rejectDrop
- Description
- Reject the drop as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
received in the XDropTargetListener::dragEnter() method.
|
|
dropComplete
void |
dropComplete( |
[in] boolean |
success ); |
- Description
- Signals that the drop is completed and if it was successful or not.
- Parameter success
- A value of `TRUE` means the drop completed successfully
A value of `FALSE` means the drop completed unsuccessfully.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.