egueb  0.0.23.1
Modules | Functions
Attr
DOM

Attr inherits from \1. More...

Modules

 Attr flag
 Attr type
 Attr definitions

Functions

EAPI Eina_Bool egueb_dom_is_attr (Egueb_Dom_Node *n)
EAPI const
Egueb_Dom_Value_Descriptor * 
egueb_dom_attr_value_descriptor_get (Egueb_Dom_Node *n)
EAPI void egueb_dom_attr_init (Egueb_Dom_Node *n, Egueb_Dom_String *name, Egueb_Dom_String *ns, Eina_Bool animatable, Eina_Bool stylable, Eina_Bool inheritable)
EAPI Egueb_Dom_String * egueb_dom_attr_name_get (Egueb_Dom_Node *n)
EAPI Egueb_Dom_Nodeegueb_dom_attr_owner_get (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_attr_is_stylable (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_attr_is_animatable (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_attr_is_inheritable (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_attr_is_set (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_attr_type_is_set (Egueb_Dom_Node *n, Egueb_Dom_Attr_Type type)
EAPI Eina_Bool egueb_dom_attr_has_value (Egueb_Dom_Node *n)
EAPI void egueb_dom_attr_inherit (Egueb_Dom_Node *n, Egueb_Dom_Attr_Type type)
EAPI Eina_Bool egueb_dom_attr_unset (Egueb_Dom_Node *n, int prop_mask)
EAPI Eina_Bool egueb_dom_attr_value_get (Egueb_Dom_Node *n, Egueb_Dom_Attr_Type type, Egueb_Dom_Value *value)
EAPI Eina_Bool egueb_dom_attr_value_set (Egueb_Dom_Node *n, Egueb_Dom_Attr_Type type, Egueb_Dom_Value *value)
EAPI Eina_Bool egueb_dom_attr_get (Egueb_Dom_Node *n, int prop_mask,...)
EAPI Eina_Bool egueb_dom_attr_set (Egueb_Dom_Node *n, int prop_mask,...)
EAPI void egueb_dom_attr_process (Egueb_Dom_Node *n)
EAPI void egueb_dom_attr_inheritable_process (Egueb_Dom_Node *n, Egueb_Dom_Node *rel)
EAPI Eina_Bool egueb_dom_attr_final_value_get (Egueb_Dom_Node *n, Egueb_Dom_Value *value)
EAPI Eina_Bool egueb_dom_attr_final_string_get (Egueb_Dom_Node *n, Egueb_Dom_String **s)
EAPI Eina_Bool egueb_dom_attr_final_get_va (Egueb_Dom_Node *n, va_list args)
EAPI Eina_Bool egueb_dom_attr_final_get (Egueb_Dom_Node *n,...)
EAPI Eina_Bool egueb_dom_attr_string_set (Egueb_Dom_Node *attr, Egueb_Dom_Attr_Type type, Egueb_Dom_String *str)
EAPI Eina_Bool egueb_dom_attr_string_get (Egueb_Dom_Node *attr, Egueb_Dom_Attr_Type type, Egueb_Dom_String **str)
EAPI void egueb_dom_attr_inherited_get (Egueb_Dom_Node *attr, Egueb_Dom_Node **inherited)
EAPI Eina_Bool egueb_dom_attr_has_changed (Egueb_Dom_Node *n)
EAPI Enesim_Object_Descriptor * egueb_dom_attr_object_descriptor_get (void)
EAPI Enesim_Object_Descriptor * egueb_dom_attr_basic_descriptor_get (void)
EAPI Enesim_Object_Descriptor * egueb_dom_attr_primitive_descriptor_get (void)

Detailed Description

Attr inherits from \1.

 All Data Structures