|
| | CustomEvent (DOMString const type, std::any &detail, bool bubbles=false, bool cancelable=false, bool composed=false) |
| void | initCustomEvent (DOMString const type, bool bubbles=false, bool cancelable=false, std::any detail=nullptr) |
| std::any | getdetail () const |
| | CustomEvent (const CustomEvent *temp) |
| | 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 |
| EventTarget * | gettarget () const |
| EventTarget * | getsrcElement () const |
| EventTarget * | getrelatedTarget () const |
| EventTarget * | getcurrentTarget () 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 Event * | newObject () |
Definition at line 549 of file Webelo.cpp.
◆ CustomEvent() [1/2]
| CustomEvent::CustomEvent |
( |
DOMString const | type, |
|
|
std::any & | detail, |
|
|
bool | bubbles = false, |
|
|
bool | cancelable = false, |
|
|
bool | composed = false ) |
◆ CustomEvent() [2/2]
◆ getdetail()
| std::any CustomEvent::getdetail |
( |
| ) |
const |
|
inline |
◆ initCustomEvent()
| void CustomEvent::initCustomEvent |
( |
DOMString const | type, |
|
|
bool | bubbles = false, |
|
|
bool | cancelable = false, |
|
|
std::any | detail = nullptr ) |
◆ detail
| std::any CustomEvent::detail = nullptr |
The documentation for this class was generated from the following file: