LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
ImplPostEventData Struct Reference
Collaboration diagram for ImplPostEventData:
[legend]

Public Member Functions

 ImplPostEventData (VclEventId nEvent, vcl::Window *pWin, const KeyEvent &rKeyEvent)
 
 ImplPostEventData (VclEventId nEvent, vcl::Window *pWin, const MouseEvent &rMouseEvent)
 
 ImplPostEventData (VclEventId nEvent, vcl::Window *pWin, const GestureEventPan &rGestureEvent)
 

Public Attributes

VclPtr< vcl::WindowmpWin
 
ImplSVEventmnEventId
 
MouseEvent maMouseEvent
 
VclEventId mnEvent
 
KeyEvent maKeyEvent
 
GestureEventPan maGestureEvent
 

Detailed Description

Definition at line 125 of file svapp.cxx.

Constructor & Destructor Documentation

◆ ImplPostEventData() [1/3]

ImplPostEventData::ImplPostEventData ( VclEventId  nEvent,
vcl::Window pWin,
const KeyEvent rKeyEvent 
)
inline

Definition at line 134 of file svapp.cxx.

◆ ImplPostEventData() [2/3]

ImplPostEventData::ImplPostEventData ( VclEventId  nEvent,
vcl::Window pWin,
const MouseEvent rMouseEvent 
)
inline

Definition at line 140 of file svapp.cxx.

◆ ImplPostEventData() [3/3]

ImplPostEventData::ImplPostEventData ( VclEventId  nEvent,
vcl::Window pWin,
const GestureEventPan rGestureEvent 
)
inline

Definition at line 146 of file svapp.cxx.

Member Data Documentation

◆ maGestureEvent

GestureEventPan ImplPostEventData::maGestureEvent

Definition at line 132 of file svapp.cxx.

◆ maKeyEvent

KeyEvent ImplPostEventData::maKeyEvent

Definition at line 131 of file svapp.cxx.

◆ maMouseEvent

MouseEvent ImplPostEventData::maMouseEvent

Definition at line 129 of file svapp.cxx.

◆ mnEvent

VclEventId ImplPostEventData::mnEvent

Definition at line 130 of file svapp.cxx.

◆ mnEventId

ImplSVEvent* ImplPostEventData::mnEventId

Definition at line 128 of file svapp.cxx.

◆ mpWin

VclPtr<vcl::Window> ImplPostEventData::mpWin

Definition at line 127 of file svapp.cxx.


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