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

#include <commandevent.hxx>

Public Member Functions

 CommandGestureLongPressData ()
 
 CommandGestureLongPressData (double nX, double nY)
 
double getX () const
 
double getY () const
 

Private Attributes

double mnX
 
double mnY
 

Detailed Description

Definition at line 295 of file commandevent.hxx.

Constructor & Destructor Documentation

◆ CommandGestureLongPressData() [1/2]

CommandGestureLongPressData::CommandGestureLongPressData ( )
inline

Definition at line 300 of file commandevent.hxx.

◆ CommandGestureLongPressData() [2/2]

CommandGestureLongPressData::CommandGestureLongPressData ( double  nX,
double  nY 
)
inline

Definition at line 305 of file commandevent.hxx.

Member Function Documentation

◆ getX()

double CommandGestureLongPressData::getX ( ) const
inline

Definition at line 310 of file commandevent.hxx.

◆ getY()

double CommandGestureLongPressData::getY ( ) const
inline

Definition at line 311 of file commandevent.hxx.

Member Data Documentation

◆ mnX

double CommandGestureLongPressData::mnX
private

Definition at line 297 of file commandevent.hxx.

◆ mnY

double CommandGestureLongPressData::mnY
private

Definition at line 298 of file commandevent.hxx.


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