LibreOffice Module vcl (master)
1
|
#include <GestureEvent.hxx>
Public Member Functions | |
GestureEvent () | |
GestureEvent (sal_Int32 nX, sal_Int32 nY, GestureEventType eEventType, sal_Int32 nOffset, PanningOrientation eOrientation) | |
Public Attributes | |
sal_Int32 | mnX |
sal_Int32 | mnY |
GestureEventType | meEventType |
sal_Int32 | mnOffset |
PanningOrientation | meOrientation |
Definition at line 29 of file GestureEvent.hxx.
|
inline |
Definition at line 39 of file GestureEvent.hxx.
References Horizontal.
|
inline |
Definition at line 48 of file GestureEvent.hxx.
GestureEventType GestureEvent::meEventType |
Definition at line 34 of file GestureEvent.hxx.
Referenced by Application::PostGestureEvent().
PanningOrientation GestureEvent::meOrientation |
Definition at line 37 of file GestureEvent.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEvent::mnOffset |
Definition at line 36 of file GestureEvent.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEvent::mnX |
Definition at line 32 of file GestureEvent.hxx.
Referenced by Application::PostGestureEvent().
sal_Int32 GestureEvent::mnY |
Definition at line 33 of file GestureEvent.hxx.
Referenced by Application::PostGestureEvent().