LibreOffice Module vcl (master) 1
|
#include <commandevent.hxx>
Public Member Functions | |
CommandWheelData () | |
CommandWheelData (tools::Long nWheelDelta, tools::Long nWheelNotchDelta, double nScrollLines, CommandWheelMode nWheelMode, sal_uInt16 nKeyModifier, bool bHorz, bool bDeltaIsPixel=false) | |
tools::Long | GetDelta () const |
tools::Long | GetNotchDelta () const |
double | GetScrollLines () const |
bool | IsHorz () const |
bool | IsDeltaPixel () const |
CommandWheelMode | GetMode () const |
sal_uInt16 | GetModifier () const |
bool | IsShift () const |
bool | IsMod1 () const |
bool | IsMod2 () const |
Private Attributes | |
tools::Long | mnDelta |
tools::Long | mnNotchDelta |
double | mnLines |
CommandWheelMode | mnWheelMode |
sal_uInt16 | mnCode |
bool | mbHorz |
bool | mbDeltaIsPixel |
Definition at line 144 of file commandevent.hxx.
CommandWheelData::CommandWheelData | ( | ) |
Definition at line 59 of file commandevent.cxx.
References mbDeltaIsPixel, mbHorz, mnCode, mnDelta, mnLines, mnNotchDelta, mnWheelMode, and NONE.
CommandWheelData::CommandWheelData | ( | tools::Long | nWheelDelta, |
tools::Long | nWheelNotchDelta, | ||
double | nScrollLines, | ||
CommandWheelMode | nWheelMode, | ||
sal_uInt16 | nKeyModifier, | ||
bool | bHorz, | ||
bool | bDeltaIsPixel = false |
||
) |
Definition at line 70 of file commandevent.cxx.
References mbDeltaIsPixel, mbHorz, mnCode, mnDelta, mnLines, mnNotchDelta, and mnWheelMode.
|
inline |
Definition at line 162 of file commandevent.hxx.
Referenced by vcl::PrintDialog::PrintPreviewWindow::Command().
|
inline |
Definition at line 168 of file commandevent.hxx.
|
inline |
Definition at line 170 of file commandevent.hxx.
|
inline |
Definition at line 163 of file commandevent.hxx.
|
inline |
Definition at line 164 of file commandevent.hxx.
|
inline |
Definition at line 166 of file commandevent.hxx.
|
inline |
Definition at line 165 of file commandevent.hxx.
|
inline |
Definition at line 174 of file commandevent.hxx.
References KEY_MOD1.
|
inline |
Definition at line 176 of file commandevent.hxx.
References KEY_MOD2.
|
inline |
Definition at line 172 of file commandevent.hxx.
References KEY_SHIFT.
|
private |
Definition at line 153 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 152 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 151 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 147 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 149 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 148 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 150 of file commandevent.hxx.
Referenced by CommandWheelData().