|
libdom
|
#include <event.h>
Public Attributes | |
| dom_string * | type |
| dom_event_target * | target |
| dom_event_target * | current |
| dom_event_flow_phase | phase |
| bool | bubble |
| bool | cancelable |
| unsigned int | timestamp |
| bool | stop |
| bool | stop_now |
| bool | prevent_default |
| bool | custom |
| uint32_t | refcnt |
| const struct dom_event_private_vtable * | vtable |
| bool | in_dispatch |
| bool | is_initialised |
| bool | is_trusted |
The Event Object
| bool dom_event::bubble |
Whether this event is a bubbling event
| bool dom_event::cancelable |
Whether this event is cancelable
| dom_event_target* dom_event::current |
The current event target
| bool dom_event::custom |
Whether this is a custom event
| bool dom_event::in_dispatch |
Whether this event is in dispatch
| bool dom_event::is_initialised |
Whether this event is initialised
| bool dom_event::is_trusted |
Whether this event is trusted
| dom_event_flow_phase dom_event::phase |
The event phase
| bool dom_event::prevent_default |
Whether the default action is prevented
| uint32_t dom_event::refcnt |
The reference count of this object
| bool dom_event::stop |
< The namespace of this event Whether stopPropagation is called
| bool dom_event::stop_now |
Whether stopImmediatePropagation is called
| dom_event_target* dom_event::target |
The event target
| unsigned int dom_event::timestamp |
The timestamp this event is created
| dom_string* dom_event::type |
The type of the event
| const struct dom_event_private_vtable* dom_event::vtable |
The private virtual function table of Event