LibreOffice Module vcl (master) 1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandGesturePanData (double fX, double fY, GestureEventPanType eEventType, double fOffset, PanningOrientation eOrientation) | |
Public Attributes | |
double const | mfX |
double const | mfY |
double const | mfOffset |
GestureEventPanType const | meEventType |
PanningOrientation const | meOrientation |
Definition at line 314 of file commandevent.hxx.
|
inline |
Definition at line 323 of file commandevent.hxx.
GestureEventPanType const CommandGesturePanData::meEventType |
Definition at line 320 of file commandevent.hxx.
PanningOrientation const CommandGesturePanData::meOrientation |
Definition at line 321 of file commandevent.hxx.
double const CommandGesturePanData::mfOffset |
Definition at line 319 of file commandevent.hxx.
double const CommandGesturePanData::mfX |
Definition at line 317 of file commandevent.hxx.
double const CommandGesturePanData::mfY |
Definition at line 318 of file commandevent.hxx.