WEBELO
HTML Visualizer & DOM Library
Loading...
Searching...
No Matches
MouseEvent Class Reference
Inheritance diagram for MouseEvent:
Event

Public Member Functions

 MouseEvent (const DOMString &type, bool bubbles=false, bool cancelable=false, bool composed=false)
Public Member Functions inherited from Event
 Event (const DOMString &type, bool bubbles=false, bool cancelable=false, bool composed=false)
 Event (const Event *temp)
void inner_event_creation_steps (Event *event, Realm *realm, DOMHighResTimeStamp &time, bool bubbles=false, bool cancelable=false, bool composed=false)
void initEvent (DOMString type, bool bubbles=false, bool cancelable=false)
void stopPropagation ()
void stopImmediatePropagation ()
void preventDefault ()
std::vector< EventTarget * > composedPath ()
void set_canceled_flag ()
DOMString gettype () const
EventTargetgettarget () const
EventTargetgetsrcElement () const
EventTargetgetrelatedTarget () const
EventTargetgetcurrentTarget () const
enum event_phase geteventPhase () const
void seteventPhase (enum event_phase temp)
bool getbubbles () const
bool getcancelable () const
bool getdefaultPrevented () const
bool getcomposed () const
bool getisTrusted () const
DOMHighResTimeStamp gettimeStamp () const
bool getcancelBubble () const
void setcancelBubble (bool value)
bool getreturnValue () const
void setreturnValue (bool value)
virtual bool operator== (Event *ev)
virtual EventnewObject ()

Additional Inherited Members

Public Attributes inherited from Event
DOMString type = ""
EventTargettarget = nullptr
EventTargetrelatedTarget = nullptr
EventTargetcurrentTarget = nullptr
enum event_phase eventPhase = NONE
bool bubbles
bool cancelable
bool composed
DOMHighResTimeStamp timeStamp
bool isTrusted = false
bool stop_propagation_flag = false
bool stop_immediate_propagation_flag = false
bool canceled_flag = false
bool in_passive_listener_flag = false
bool composed_flag = false
bool initialized_flag = false
bool dispatch_flag = false
std::vector< path_structspath = {}
std::vector< EventTarget * > touch_target_list = {}

Detailed Description

Definition at line 568 of file Webelo.cpp.

Constructor & Destructor Documentation

◆ MouseEvent()

MouseEvent::MouseEvent ( const DOMString & type,
bool bubbles = false,
bool cancelable = false,
bool composed = false )
inline

Definition at line 570 of file Webelo.cpp.


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