LibreOffice Module sfx2 (master) 1
|
#include <lokhelper.hxx>
Public Member Functions | |
LokMouseEventData (int nType, Point aPosition, int nCount, MouseEventModifiers eModifiers, int nButtons, int nModifier) | |
Public Attributes | |
int | mnType |
Point | maPosition |
int | mnCount |
MouseEventModifiers | meModifiers |
int | mnButtons |
int | mnModifier |
std::optional< Point > | maLogicPosition |
Definition at line 28 of file lokhelper.hxx.
|
inline |
Definition at line 38 of file lokhelper.hxx.
References maPosition, mnCount, mnType, nCount, and nType.
std::optional<Point> LokMouseEventData::maLogicPosition |
Definition at line 36 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
Point LokMouseEventData::maPosition |
Definition at line 31 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
MouseEventModifiers LokMouseEventData::meModifiers |
Definition at line 33 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
int LokMouseEventData::mnButtons |
Definition at line 34 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
int LokMouseEventData::mnCount |
Definition at line 32 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
int LokMouseEventData::mnModifier |
Definition at line 35 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().
int LokMouseEventData::mnType |
Definition at line 30 of file lokhelper.hxx.
Referenced by SfxLokHelper::postMouseEventAsync().