egueb  0.0.23.1
Modules | Typedefs | Functions
Event
DOM

Event. More...

Modules

 Event phase
 Event direction
 IO Event
 

IO Event inherits from \1.


 Multimedia Event
 

Multimedia Event inherits from \1.


 Mutation Event
 

Mutation Event.


 Script Event
 

Script Event inherits from \1.


 UI Event
 

UI Event inherits from \1.


Typedefs

typedef struct _Egueb_Dom_Event Egueb_Dom_Event

Functions

EAPI Enesim_Object_Descriptor * egueb_dom_event_descriptor_get (void)
EAPI void egueb_dom_event_init (Egueb_Dom_Event *thiz, Egueb_Dom_String *type, Eina_Bool bubbleable, Eina_Bool capturable, Eina_Bool cancelable, Egueb_Dom_Event_Direction direction)
EAPI void egueb_dom_event_unref (Egueb_Dom_Event *thiz)
EAPI Egueb_Dom_Eventegueb_dom_event_ref (Egueb_Dom_Event *thiz)
EAPI Egueb_Dom_String * egueb_dom_event_type_get (Egueb_Dom_Event *thiz)
EAPI Egueb_Dom_Event_Phase egueb_dom_event_phase_get (Egueb_Dom_Event *thiz)
EAPI Egueb_Dom_Event_Targetegueb_dom_event_target_get (Egueb_Dom_Event *thiz)
EAPI Egueb_Dom_Event_Targetegueb_dom_event_target_current_get (Egueb_Dom_Event *thiz)
EAPI void egueb_dom_event_stop_propagation (Egueb_Dom_Event *thiz)
EAPI Ender_Item * egueb_dom_event_item_get (Egueb_Dom_Event *thiz)

Detailed Description

Event.


Typedef Documentation

typedef struct _Egueb_Dom_Event Egueb_Dom_Event

The event handle


Function Documentation

EAPI Egueb_Dom_String* egueb_dom_event_type_get ( Egueb_Dom_Event thiz)

Get the name of the event

Parameters:
[in]thizThe event to get the name from
Returns:
The name of the event

Get the phase of the event

Parameters:
[in]thizThe event to get the phase from
Returns:
The phase of the event

Get the target to which the event was originally dispatched.

Parameters:
[in]thizThe event to get the target from
Returns:
The target
 All Data Structures