LibreOffice Module vcl (master) 1
|
#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 |
Definition at line 28 of file GestureEventPan.hxx.
|
inline |
Definition at line 38 of file GestureEventPan.hxx.
References Begin, and Horizontal.
|
inline |
Definition at line 47 of file GestureEventPan.hxx.
GestureEventPanType GestureEventPan::meEventType |
Definition at line 33 of file GestureEventPan.hxx.
Referenced by Application::PostGestureEvent().
PanningOrientation GestureEventPan::meOrientation |
Definition at line 36 of file GestureEventPan.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEventPan::mnOffset |
Definition at line 35 of file GestureEventPan.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEventPan::mnX |
Definition at line 31 of file GestureEventPan.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEventPan::mnY |
Definition at line 32 of file GestureEventPan.hxx.
Referenced by Application::PostGestureEvent().