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

#include <GestureEventZoom.hxx>

Public Member Functions

 GestureEventZoom ()=default
 
 GestureEventZoom (sal_Int32 nX, sal_Int32 nY, GestureEventZoomType eEventType, double fScaleDelta)
 

Public Attributes

sal_Int32 mnX = 0
 
sal_Int32 mnY = 0
 
GestureEventZoomType meEventType = GestureEventZoomType::Begin
 
double mfScaleDelta = 0
 

Detailed Description

Definition at line 22 of file GestureEventZoom.hxx.

Constructor & Destructor Documentation

◆ GestureEventZoom() [1/2]

GestureEventZoom::GestureEventZoom ( )
default

◆ GestureEventZoom() [2/2]

GestureEventZoom::GestureEventZoom ( sal_Int32  nX,
sal_Int32  nY,
GestureEventZoomType  eEventType,
double  fScaleDelta 
)
inline

Definition at line 36 of file GestureEventZoom.hxx.

Member Data Documentation

◆ meEventType

GestureEventZoomType GestureEventZoom::meEventType = GestureEventZoomType::Begin

Definition at line 28 of file GestureEventZoom.hxx.

◆ mfScaleDelta

double GestureEventZoom::mfScaleDelta = 0

Definition at line 32 of file GestureEventZoom.hxx.

◆ mnX

sal_Int32 GestureEventZoom::mnX = 0

Definition at line 25 of file GestureEventZoom.hxx.

◆ mnY

sal_Int32 GestureEventZoom::mnY = 0

Definition at line 26 of file GestureEventZoom.hxx.


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