|
| | 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 433 of file Webelo.cpp.
◆ Event() [1/2]
| Event::Event |
( |
const DOMString & | type, |
|
|
bool | bubbles = false, |
|
|
bool | cancelable = false, |
|
|
bool | composed = false ) |
◆ Event() [2/2]
| Event::Event |
( |
const Event * | temp | ) |
|
◆ composedPath()
◆ getbubbles()
| bool Event::getbubbles |
( |
| ) |
const |
|
inline |
◆ getcancelable()
| bool Event::getcancelable |
( |
| ) |
const |
|
inline |
◆ getcancelBubble()
| bool Event::getcancelBubble |
( |
| ) |
const |
|
inline |
◆ getcomposed()
| bool Event::getcomposed |
( |
| ) |
const |
|
inline |
◆ getcurrentTarget()
◆ getdefaultPrevented()
| bool Event::getdefaultPrevented |
( |
| ) |
const |
|
inline |
◆ geteventPhase()
| enum event_phase Event::geteventPhase |
( |
| ) |
const |
|
inline |
◆ getisTrusted()
| bool Event::getisTrusted |
( |
| ) |
const |
|
inline |
◆ getrelatedTarget()
◆ getreturnValue()
| bool Event::getreturnValue |
( |
| ) |
const |
|
inline |
◆ getsrcElement()
◆ gettarget()
◆ gettimeStamp()
| DOMHighResTimeStamp Event::gettimeStamp |
( |
| ) |
const |
|
inline |
◆ gettype()
| DOMString Event::gettype |
( |
| ) |
const |
|
inline |
◆ initEvent()
| void Event::initEvent |
( |
DOMString | type, |
|
|
bool | bubbles = false, |
|
|
bool | cancelable = false ) |
◆ inner_event_creation_steps()
| void Event::inner_event_creation_steps |
( |
Event * | event, |
|
|
Realm * | realm, |
|
|
DOMHighResTimeStamp & | time, |
|
|
bool | bubbles = false, |
|
|
bool | cancelable = false, |
|
|
bool | composed = false ) |
◆ newObject()
| virtual Event * Event::newObject |
( |
| ) |
|
|
inlinevirtual |
◆ operator==()
| virtual bool Event::operator== |
( |
Event * | ev | ) |
|
|
inlinevirtual |
◆ preventDefault()
| void Event::preventDefault |
( |
| ) |
|
◆ set_canceled_flag()
| void Event::set_canceled_flag |
( |
| ) |
|
|
inline |
◆ setcancelBubble()
| void Event::setcancelBubble |
( |
bool | value | ) |
|
|
inline |
◆ seteventPhase()
| void Event::seteventPhase |
( |
enum event_phase | temp | ) |
|
|
inline |
◆ setreturnValue()
| void Event::setreturnValue |
( |
bool | value | ) |
|
|
inline |
◆ stopImmediatePropagation()
| void Event::stopImmediatePropagation |
( |
| ) |
|
|
inline |
◆ stopPropagation()
| void Event::stopPropagation |
( |
| ) |
|
|
inline |
◆ bubbles
◆ cancelable
◆ canceled_flag
| bool Event::canceled_flag = false |
◆ composed
◆ composed_flag
| bool Event::composed_flag = false |
◆ currentTarget
◆ dispatch_flag
| bool Event::dispatch_flag = false |
◆ eventPhase
| enum event_phase Event::eventPhase = NONE |
◆ in_passive_listener_flag
| bool Event::in_passive_listener_flag = false |
◆ initialized_flag
| bool Event::initialized_flag = false |
◆ isTrusted
| bool Event::isTrusted = false |
◆ path
◆ relatedTarget
◆ stop_immediate_propagation_flag
| bool Event::stop_immediate_propagation_flag = false |
◆ stop_propagation_flag
| bool Event::stop_propagation_flag = false |
◆ target
◆ timeStamp
| DOMHighResTimeStamp Event::timeStamp |
◆ touch_target_list
| std::vector<EventTarget*> Event::touch_target_list = {} |
◆ type
| DOMString Event::type = "" |
The documentation for this class was generated from the following file: