LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
HelpEvent Class Reference

#include <event.hxx>

Collaboration diagram for HelpEvent:
[legend]

Public Member Functions

 HelpEvent (const Point &rMousePos, HelpEventMode nHelpMode)
 
const PointGetMousePosPixel () const
 
HelpEventMode GetMode () const
 
bool KeyboardActivated () const
 
void SetKeyboardActivated (bool bKeyboard)
 

Private Attributes

Point maPos
 
HelpEventMode mnMode
 
bool mbKeyboardActivated
 

Detailed Description

Definition at line 197 of file event.hxx.

Constructor & Destructor Documentation

◆ HelpEvent()

HelpEvent::HelpEvent ( const Point rMousePos,
HelpEventMode  nHelpMode 
)
inlineexplicit

Definition at line 213 of file event.hxx.

References mbKeyboardActivated, and mnMode.

Member Function Documentation

◆ GetMode()

HelpEventMode HelpEvent::GetMode ( ) const
inline

◆ GetMousePosPixel()

const Point & HelpEvent::GetMousePosPixel ( ) const
inline

◆ KeyboardActivated()

bool HelpEvent::KeyboardActivated ( ) const
inline

◆ SetKeyboardActivated()

void HelpEvent::SetKeyboardActivated ( bool  bKeyboard)
inline

Definition at line 210 of file event.hxx.

Referenced by ImplHandleKey().

Member Data Documentation

◆ maPos

Point HelpEvent::maPos
private

Definition at line 200 of file event.hxx.

◆ mbKeyboardActivated

bool HelpEvent::mbKeyboardActivated
private

Definition at line 202 of file event.hxx.

Referenced by HelpEvent().

◆ mnMode

HelpEventMode HelpEvent::mnMode
private

Definition at line 201 of file event.hxx.

Referenced by HelpEvent().


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