LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
AcceptDropEvent Struct Reference

#include <transfer.hxx>

Collaboration diagram for AcceptDropEvent:
[legend]

Public Member Functions

 AcceptDropEvent ()
 
 AcceptDropEvent (sal_Int8 nAction, const Point &rPosPixel, css::datatransfer::dnd::DropTargetDragEvent aDragEvent)
 

Public Attributes

Point maPosPixel
 
const css::datatransfer::dnd::DropTargetDragEvent maDragEvent
 
sal_Int8 mnAction
 
bool mbLeaving
 
bool mbDefault
 

Detailed Description

Definition at line 91 of file transfer.hxx.

Constructor & Destructor Documentation

◆ AcceptDropEvent() [1/2]

AcceptDropEvent::AcceptDropEvent ( )
inline

Definition at line 99 of file transfer.hxx.

◆ AcceptDropEvent() [2/2]

AcceptDropEvent::AcceptDropEvent ( sal_Int8  nAction,
const Point rPosPixel,
css::datatransfer::dnd::DropTargetDragEvent  aDragEvent 
)
inline

Definition at line 104 of file transfer.hxx.

Member Data Documentation

◆ maDragEvent

const css::datatransfer::dnd::DropTargetDragEvent AcceptDropEvent::maDragEvent

Definition at line 94 of file transfer.hxx.

◆ maPosPixel

Point AcceptDropEvent::maPosPixel

◆ mbDefault

bool AcceptDropEvent::mbDefault

Definition at line 97 of file transfer.hxx.

◆ mbLeaving

bool AcceptDropEvent::mbLeaving

Definition at line 96 of file transfer.hxx.

Referenced by SvTreeListBox::AcceptDrop().

◆ mnAction

sal_Int8 AcceptDropEvent::mnAction

Definition at line 95 of file transfer.hxx.

Referenced by SvTreeListBox::AcceptDrop().


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