LibreOffice Module vcl (master) 1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandGestureZoomData (double fX, double fY, GestureEventZoomType eEventType, double fScale) | |
Public Attributes | |
const double | mfX = 0 |
const double | mfY = 0 |
const GestureEventZoomType | meEventType = GestureEventZoomType::Begin |
const double | mfScaleDelta = 0 |
Definition at line 333 of file commandevent.hxx.
|
inline |
Definition at line 341 of file commandevent.hxx.
const GestureEventZoomType CommandGestureZoomData::meEventType = GestureEventZoomType::Begin |
Definition at line 338 of file commandevent.hxx.
const double CommandGestureZoomData::mfScaleDelta = 0 |
Definition at line 339 of file commandevent.hxx.
const double CommandGestureZoomData::mfX = 0 |
Definition at line 336 of file commandevent.hxx.
const double CommandGestureZoomData::mfY = 0 |
Definition at line 337 of file commandevent.hxx.