LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
LokMouseEventData Struct Reference

#include <lokhelper.hxx>

Collaboration diagram for LokMouseEventData:
[legend]

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< PointmaLogicPosition
 

Detailed Description

Definition at line 28 of file lokhelper.hxx.

Constructor & Destructor Documentation

◆ LokMouseEventData()

LokMouseEventData::LokMouseEventData ( int  nType,
Point  aPosition,
int  nCount,
MouseEventModifiers  eModifiers,
int  nButtons,
int  nModifier 
)
inline

Definition at line 38 of file lokhelper.hxx.

References maPosition, mnCount, mnType, nCount, and nType.

Member Data Documentation

◆ maLogicPosition

std::optional<Point> LokMouseEventData::maLogicPosition

Definition at line 36 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ maPosition

Point LokMouseEventData::maPosition

Definition at line 31 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ meModifiers

MouseEventModifiers LokMouseEventData::meModifiers

Definition at line 33 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ mnButtons

int LokMouseEventData::mnButtons

Definition at line 34 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ mnCount

int LokMouseEventData::mnCount

Definition at line 32 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ mnModifier

int LokMouseEventData::mnModifier

Definition at line 35 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().

◆ mnType

int LokMouseEventData::mnType

Definition at line 30 of file lokhelper.hxx.

Referenced by SfxLokHelper::postMouseEventAsync().


The documentation for this struct was generated from the following file: