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 137 of file commandevent.hxx.
CommandWheelData::CommandWheelData | ( | ) |
Definition at line 58 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 69 of file commandevent.cxx.
References mbDeltaIsPixel, mbHorz, mnCode, mnDelta, mnLines, mnNotchDelta, and mnWheelMode.
|
inline |
Definition at line 155 of file commandevent.hxx.
Referenced by vcl::PrintDialog::PrintPreviewWindow::Command(), MenuFloatingWindow::Command(), ToolBox::Command(), SpinField::EventNotify(), SvxIconChoiceCtrl_Impl::HandleScrollCommand(), vcl::Window::HandleScrollCommand(), and ImplListBox::HandleWheelAsCursorTravel().
|
inline |
Definition at line 161 of file commandevent.hxx.
Referenced by MenuFloatingWindow::Command(), Calendar::Command(), ToolBox::Command(), FormattedField::EventNotify(), SpinField::EventNotify(), ImplListBox::EventNotify(), VclScrolledWindow::EventNotify(), SvxIconChoiceCtrl_Impl::HandleScrollCommand(), vcl::Window::HandleScrollCommand(), and ImplListBox::HandleWheelAsCursorTravel().
|
inline |
Definition at line 163 of file commandevent.hxx.
References KEY_MOD1, KEY_MOD2, and KEY_SHIFT.
Referenced by MenuFloatingWindow::Command(), ImplListBox::EventNotify(), VclScrolledWindow::EventNotify(), and ImplListBox::HandleWheelAsCursorTravel().
|
inline |
Definition at line 156 of file commandevent.hxx.
Referenced by Calendar::Command(), SvxIconChoiceCtrl_Impl::HandleScrollCommand(), and vcl::Window::HandleScrollCommand().
|
inline |
Definition at line 157 of file commandevent.hxx.
Referenced by SvxIconChoiceCtrl_Impl::HandleScrollCommand(), and vcl::Window::HandleScrollCommand().
|
inline |
Definition at line 159 of file commandevent.hxx.
Referenced by vcl::Window::HandleScrollCommand().
|
inline |
Definition at line 158 of file commandevent.hxx.
Referenced by SvxIconChoiceCtrl_Impl::HandleScrollCommand(), and vcl::Window::HandleScrollCommand().
|
inline |
Definition at line 167 of file commandevent.hxx.
References KEY_MOD1.
|
inline |
Definition at line 169 of file commandevent.hxx.
References KEY_MOD2.
|
inline |
Definition at line 165 of file commandevent.hxx.
References KEY_SHIFT.
|
private |
Definition at line 146 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 145 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 144 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 140 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 142 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 141 of file commandevent.hxx.
Referenced by CommandWheelData().
|
private |
Definition at line 143 of file commandevent.hxx.
Referenced by CommandWheelData().