|
LibreOffice Module vcl (master) 1
|
#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 |
Definition at line 180 of file commandevent.hxx.
| CommandScrollData::CommandScrollData | ( | tools::Long | nDeltaX, |
| tools::Long | nDeltaY | ||
| ) |
Definition at line 84 of file commandevent.cxx.
|
inline |
Definition at line 189 of file commandevent.hxx.
References mnDeltaX.
|
inline |
Definition at line 190 of file commandevent.hxx.
References mnDeltaY.
|
private |
Definition at line 183 of file commandevent.hxx.
Referenced by CommandScrollData(), and GetDeltaX().
|
private |
Definition at line 184 of file commandevent.hxx.
Referenced by CommandScrollData(), and GetDeltaY().