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

#include <commandevent.hxx>

Public Member Functions

 CommandScrollData (tools::Long nDeltaX, tools::Long nDeltaY)
 
tools::Long GetDeltaX () const
 
tools::Long GetDeltaY () const
 

Private Attributes

tools::Long mnDeltaX
 
tools::Long mnDeltaY
 

Detailed Description

Definition at line 180 of file commandevent.hxx.

Constructor & Destructor Documentation

◆ CommandScrollData()

CommandScrollData::CommandScrollData ( tools::Long  nDeltaX,
tools::Long  nDeltaY 
)

Definition at line 84 of file commandevent.cxx.

References mnDeltaX, and mnDeltaY.

Member Function Documentation

◆ GetDeltaX()

tools::Long CommandScrollData::GetDeltaX ( ) const
inline

Definition at line 189 of file commandevent.hxx.

References mnDeltaX.

◆ GetDeltaY()

tools::Long CommandScrollData::GetDeltaY ( ) const
inline

Definition at line 190 of file commandevent.hxx.

References mnDeltaY.

Member Data Documentation

◆ mnDeltaX

tools::Long CommandScrollData::mnDeltaX
private

Definition at line 183 of file commandevent.hxx.

Referenced by CommandScrollData(), and GetDeltaX().

◆ mnDeltaY

tools::Long CommandScrollData::mnDeltaY
private

Definition at line 184 of file commandevent.hxx.

Referenced by CommandScrollData(), and GetDeltaY().


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