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

#include <GestureEventPan.hxx>

Public Member Functions

 GestureEventPan ()
 
 GestureEventPan (sal_Int32 nX, sal_Int32 nY, GestureEventPanType eEventType, sal_Int32 nOffset, PanningOrientation eOrientation)
 

Public Attributes

sal_Int32 mnX
 
sal_Int32 mnY
 
GestureEventPanType meEventType
 
sal_Int32 mnOffset
 
PanningOrientation meOrientation
 

Detailed Description

Definition at line 28 of file GestureEventPan.hxx.

Constructor & Destructor Documentation

◆ GestureEventPan() [1/2]

GestureEventPan::GestureEventPan ( )
inline

Definition at line 38 of file GestureEventPan.hxx.

References Begin, and Horizontal.

◆ GestureEventPan() [2/2]

GestureEventPan::GestureEventPan ( sal_Int32  nX,
sal_Int32  nY,
GestureEventPanType  eEventType,
sal_Int32  nOffset,
PanningOrientation  eOrientation 
)
inline

Definition at line 47 of file GestureEventPan.hxx.

Member Data Documentation

◆ meEventType

GestureEventPanType GestureEventPan::meEventType

Definition at line 33 of file GestureEventPan.hxx.

Referenced by Application::PostGestureEvent().

◆ meOrientation

PanningOrientation GestureEventPan::meOrientation

Definition at line 36 of file GestureEventPan.hxx.

Referenced by Application::PostGestureEvent().

◆ mnOffset

sal_Int32 GestureEventPan::mnOffset

Definition at line 35 of file GestureEventPan.hxx.

Referenced by Application::PostGestureEvent().

◆ mnX

sal_Int32 GestureEventPan::mnX

Definition at line 31 of file GestureEventPan.hxx.

Referenced by Application::PostGestureEvent().

◆ mnY

sal_Int32 GestureEventPan::mnY

Definition at line 32 of file GestureEventPan.hxx.

Referenced by Application::PostGestureEvent().


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