#include <dnd_source.hxx>
|
void | StartDragImpl (const DragGestureEvent &trigger, sal_Int8 sourceActions, sal_Int32 cursor, sal_Int32 image, const Reference< XTransferable > &trans, const Reference< XDragSourceListener > &listener) |
|
Definition at line 45 of file dnd_source.hxx.
◆ DragSource() [1/2]
DragSource::DragSource |
( |
const Reference< XComponentContext > & |
rxContext | ) |
|
|
explicit |
◆ ~DragSource()
virtual DragSource::~DragSource |
( |
| ) |
|
|
overridevirtual |
◆ DragSource() [2/2]
◆ AddRef()
virtual ULONG STDMETHODCALLTYPE DragSource::AddRef |
( |
| ) |
|
|
overridevirtual |
◆ getDefaultCursor()
virtual sal_Int32 SAL_CALL DragSource::getDefaultCursor |
( |
sal_Int8 |
dragAction | ) |
|
|
overridevirtual |
◆ getImplementationName()
virtual OUString SAL_CALL DragSource::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
virtual Sequence< OUString > SAL_CALL DragSource::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ GiveFeedback()
virtual HRESULT STDMETHODCALLTYPE DragSource::GiveFeedback |
( |
DWORD |
dwEffect | ) |
|
|
overridevirtual |
◆ initialize()
virtual void SAL_CALL DragSource::initialize |
( |
const Sequence< Any > & |
aArguments | ) |
|
|
overridevirtual |
◆ isDragImageSupported()
virtual sal_Bool SAL_CALL DragSource::isDragImageSupported |
( |
| ) |
|
|
overridevirtual |
◆ operator=()
◆ QueryContinueDrag()
virtual HRESULT STDMETHODCALLTYPE DragSource::QueryContinueDrag |
( |
BOOL |
fEscapePressed, |
|
|
DWORD |
grfKeyState |
|
) |
| |
|
overridevirtual |
◆ QueryInterface()
virtual HRESULT STDMETHODCALLTYPE DragSource::QueryInterface |
( |
REFIID |
riid, |
|
|
void __RPC_FAR *__RPC_FAR * |
ppvObject |
|
) |
| |
|
overridevirtual |
◆ Release()
virtual ULONG STDMETHODCALLTYPE DragSource::Release |
( |
| ) |
|
|
overridevirtual |
◆ startDrag()
virtual void SAL_CALL DragSource::startDrag |
( |
const DragGestureEvent & |
trigger, |
|
|
sal_Int8 |
sourceActions, |
|
|
sal_Int32 |
cursor, |
|
|
sal_Int32 |
image, |
|
|
const Reference< XTransferable > & |
trans, |
|
|
const Reference< XDragSourceListener > & |
listener |
|
) |
| |
|
overridevirtual |
◆ StartDragImpl()
void DragSource::StartDragImpl |
( |
const DragGestureEvent & |
trigger, |
|
|
sal_Int8 |
sourceActions, |
|
|
sal_Int32 |
cursor, |
|
|
sal_Int32 |
image, |
|
|
const Reference< XTransferable > & |
trans, |
|
|
const Reference< XDragSourceListener > & |
listener |
|
) |
| |
|
private |
◆ supportsService()
virtual sal_Bool SAL_CALL DragSource::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ m_currentContext
Reference<XDragSourceContext> DragSource::m_currentContext |
◆ m_hAppWindow
HWND DragSource::m_hAppWindow |
|
private |
◆ m_MouseButton
short DragSource::m_MouseButton |
|
private |
◆ m_RunningDndOperationCount
LONG DragSource::m_RunningDndOperationCount |
◆ m_sourceActions
◆ m_spDataObject
IDataObjectPtr DragSource::m_spDataObject |
◆ m_threadIdWindow
DWORD DragSource::m_threadIdWindow |
◆ m_xContext
Reference<XComponentContext> DragSource::m_xContext |
|
private |
The documentation for this class was generated from the following file: