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

#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
 

Detailed Description

Definition at line 333 of file commandevent.hxx.

Constructor & Destructor Documentation

◆ CommandGestureZoomData()

CommandGestureZoomData::CommandGestureZoomData ( double  fX,
double  fY,
GestureEventZoomType  eEventType,
double  fScale 
)
inline

Definition at line 341 of file commandevent.hxx.

References mfX, and mfY.

Member Data Documentation

◆ meEventType

const GestureEventZoomType CommandGestureZoomData::meEventType = GestureEventZoomType::Begin

Definition at line 338 of file commandevent.hxx.

◆ mfScaleDelta

const double CommandGestureZoomData::mfScaleDelta = 0

Definition at line 339 of file commandevent.hxx.

◆ mfX

const double CommandGestureZoomData::mfX = 0

Definition at line 336 of file commandevent.hxx.

◆ mfY

const double CommandGestureZoomData::mfY = 0

Definition at line 337 of file commandevent.hxx.


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