LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
XEvent Interface Reference

import "XEvent.idl";

Inheritance diagram for XEvent:
XInterface XFormsEvent XMutationEvent XUIEvent XMouseEvent

Public Member Functions

string getType ()
 
XEventTarget getTarget ()
 
XEventTarget getCurrentTarget ()
 
PhaseType getEventPhase ()
 
boolean getBubbles ()
 
boolean getCancelable ()
 
com::sun::star::util::Time getTimeStamp ()
 
void stopPropagation ()
 
void preventDefault ()
 
void initEvent ([in] string eventTypeArg, [in] boolean canBubbleArg, [in] boolean cancelableArg)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Member Function Documentation

◆ getBubbles()

boolean getBubbles ( )

◆ getCancelable()

boolean getCancelable ( )

◆ getCurrentTarget()

XEventTarget getCurrentTarget ( )

◆ getEventPhase()

PhaseType getEventPhase ( )

◆ getTarget()

XEventTarget getTarget ( )

◆ getTimeStamp()

com::sun::star::util::Time getTimeStamp ( )

◆ getType()

string getType ( )

◆ initEvent()

void initEvent ( [in] string eventTypeArg,
[in] boolean canBubbleArg,
[in] boolean cancelableArg )

◆ preventDefault()

void preventDefault ( )

◆ stopPropagation()

void stopPropagation ( )

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