LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
XDragSource.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
21
module
com
{ module sun { module star { module datatransfer { module dnd {
22
23
published
interface
XDragSourceListener;
24
35
36
published
interface
XDragSource
:
com::sun::star::uno::XInterface
37
{
38
45
46
boolean
isDragImageSupported
();
47
58
59
long
getDefaultCursor
( [in]
byte
dragAction )
60
raises(
com::sun::star::lang::IllegalArgumentException
);
61
93
94
void
startDrag
(
95
[in]
DragGestureEvent
trigger,
96
[in]
byte
sourceActions,
97
[in]
long
cursor,
98
[in]
long
image
,
99
[in]
com::sun::star::datatransfer::XTransferable
trans,
100
[in]
XDragSourceListener
listener );
101
};
102
103
104
}; }; }; }; };
105
106
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::lang::IllegalArgumentException
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition
IllegalArgumentException.idl:27
com::sun::star::datatransfer::XTransferable
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition
XTransferable.idl:30
com::sun::star::datatransfer::dnd::XDragSourceListener
This interface must be implemented by any drag gesture recognizer implementation that a drag source s...
Definition
XDragSourceListener.idl:31
com::sun::star::datatransfer::dnd::XDragSource
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition
XDragSource.idl:37
com::sun::star::datatransfer::dnd::XDragSource::startDrag
void startDrag([in] DragGestureEvent trigger, [in] byte sourceActions, [in] long cursor, [in] long image, [in] com::sun::star::datatransfer::XTransferable trans, [in] XDragSourceListener listener)
Starts the drag operation.
com::sun::star::datatransfer::dnd::XDragSource::getDefaultCursor
long getDefaultCursor([in] byte dragAction)
To get the default cursor for a specified drag action.
com::sun::star::datatransfer::dnd::XDragSource::isDragImageSupported
boolean isDragImageSupported()
In order to query if drag image support is available.
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition
XInterface.idl:46
com::sun::star::image
interfaces for HTML image maps.
Definition
ImageMap.idl:21
com
Definition
Ambiguous.idl:20
com::sun::star::datatransfer::dnd::DragGestureEvent
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition
DragGestureEvent.idl:32
com
sun
star
datatransfer
dnd
XDragSource.idl
Generated by
1.17.0