Functions to deal with edje internal object. More...
Data Structures | |
struct | _Edje_Edit_Script_Error |
Typedefs | |
typedef enum _Edje_Edit_Image_Comp | Edje_Edit_Image_Comp |
typedef struct _Edje_Edit_Script_Error | Edje_Edit_Script_Error |
Enumerations | |
enum | _Edje_Edit_Image_Comp { EDJE_EDIT_IMAGE_COMP_RAW, EDJE_EDIT_IMAGE_COMP_USER, EDJE_EDIT_IMAGE_COMP_COMP, EDJE_EDIT_IMAGE_COMP_LOSSY } |
Functions | |
General API | |
General functions that don't fit in other cateories. | |
EAPI Evas_Object * | edje_edit_object_add (Evas *e) |
Adds an editable Edje object to the canvas. More... | |
EAPI void | edje_edit_string_list_free (Eina_List *lst) |
Free a generic Eina_List of (char *) allocated by an edje_edit_*_get() function. More... | |
EAPI void | edje_edit_string_free (const char *str) |
Free a generic string (char *) allocated by an edje_edit_*_get() function. More... | |
EAPI const char * | edje_edit_compiler_get (Evas_Object *obj) |
Get the name of the program that compiled the edje file. More... | |
EAPI Eina_Bool | edje_edit_save (Evas_Object *obj) |
Save the modified edje object back to his file. More... | |
EAPI Eina_Bool | edje_edit_save_all (Evas_Object *obj) |
Saves every group back into the file. More... | |
EAPI void | edje_edit_print_internal_status (Evas_Object *obj) |
Print on standard output many information about the internal status of the edje object. More... | |
Groups API | |
Functions to deal with groups property (see Edje Data Collection reference). | |
EAPI Eina_Bool | edje_edit_group_add (Evas_Object *obj, const char *name) |
Create a new empty group in the given edje. More... | |
EAPI Eina_Bool | edje_edit_group_del (Evas_Object *obj, const char *group_name) |
Delete the specified group from the given edje. More... | |
EAPI Eina_Bool | edje_edit_group_exist (Evas_Object *obj, const char *group) |
Check if a group with the given name exist in the edje. More... | |
EAPI Eina_Bool | edje_edit_group_name_set (Evas_Object *obj, const char *new_name) |
Set a new name for the current open group. More... | |
EAPI int | edje_edit_group_min_w_get (Evas_Object *obj) |
Get the group minimum width. More... | |
EAPI Eina_Bool | edje_edit_group_min_w_set (Evas_Object *obj, int w) |
Set the group minimum width. More... | |
EAPI int | edje_edit_group_min_h_get (Evas_Object *obj) |
Get the group minimum height. More... | |
EAPI Eina_Bool | edje_edit_group_min_h_set (Evas_Object *obj, int h) |
Set the group minimum height. More... | |
EAPI int | edje_edit_group_max_w_get (Evas_Object *obj) |
Get the group maximum width. More... | |
EAPI Eina_Bool | edje_edit_group_max_w_set (Evas_Object *obj, int w) |
Set the group maximum width. More... | |
EAPI int | edje_edit_group_max_h_get (Evas_Object *obj) |
Get the group maximum height. More... | |
EAPI Eina_Bool | edje_edit_group_max_h_set (Evas_Object *obj, int h) |
Set the group maximum height. More... | |
Data API | |
Functions to deal with data embedded in the edje (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_data_list_get (Evas_Object *obj) |
Retrieves a list with the item names inside the data block. More... | |
EAPI Eina_Bool | edje_edit_data_add (Evas_Object *obj, const char *itemname, const char *value) |
Create a new global data object in the given edje file. More... | |
EAPI Eina_Bool | edje_edit_data_del (Evas_Object *obj, const char *itemname) |
Delete the given data object from edje. More... | |
EAPI const char * | edje_edit_data_value_get (Evas_Object *obj, const char *itemname) |
Get the data associated with the given itemname. More... | |
EAPI Eina_Bool | edje_edit_data_value_set (Evas_Object *obj, const char *itemname, const char *value) |
Set the data associated with the given itemname. More... | |
EAPI Eina_Bool | edje_edit_data_name_set (Evas_Object *obj, const char *itemname, const char *newname) |
Change the name of the given data object. More... | |
EAPI Eina_List * | edje_edit_group_data_list_get (Evas_Object *obj) |
Retrieves a list with the item names inside the data block at the group level. More... | |
EAPI Eina_Bool | edje_edit_group_data_add (Evas_Object *obj, const char *itemname, const char *value) |
Create a new data object in the given edje file belonging to the current group. More... | |
EAPI Eina_Bool | edje_edit_group_data_del (Evas_Object *obj, const char *itemname) |
Delete the given data object from the group. More... | |
EAPI const char * | edje_edit_group_data_value_get (Evas_Object *obj, const char *itemname) |
Get the data associated with the given itemname. More... | |
EAPI Eina_Bool | edje_edit_group_data_value_set (Evas_Object *obj, const char *itemname, const char *value) |
Set the data associated with the given itemname. More... | |
EAPI Eina_Bool | edje_edit_group_data_name_set (Evas_Object *obj, const char *itemname, const char *newname) |
Change the name of the given data object. More... | |
Color Classes API | |
Functions to deal with Color Classes (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_color_classes_list_get (Evas_Object *obj) |
Get the list of all the Color Classes in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_color_class_add (Evas_Object *obj, const char *name) |
Create a new color class object in the given edje. More... | |
EAPI Eina_Bool | edje_edit_color_class_del (Evas_Object *obj, const char *name) |
Delete the given class object from edje. More... | |
EAPI Eina_Bool | edje_edit_color_class_colors_get (Evas_Object *obj, const char *class_name, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3) |
Get all the colors that compose the class. More... | |
EAPI Eina_Bool | edje_edit_color_class_colors_set (Evas_Object *obj, const char *class_name, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3) |
Set the colors for the given color class. More... | |
EAPI Eina_Bool | edje_edit_color_class_name_set (Evas_Object *obj, const char *name, const char *newname) |
Change the name of a color class. More... | |
Text styles API | |
Functions to deal with text styles (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_styles_list_get (Evas_Object *obj) |
Get the list of all the text styles in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_style_add (Evas_Object *obj, const char *style) |
Create a new text style object in the given edje. More... | |
EAPI Eina_Bool | edje_edit_style_del (Evas_Object *obj, const char *style) |
Delete the given text style and all the child tags. More... | |
EAPI Eina_List * | edje_edit_style_tags_list_get (Evas_Object *obj, const char *style) |
Get the list of all the tags name in the given text style. More... | |
EAPI const char * | edje_edit_style_tag_value_get (Evas_Object *obj, const char *style, const char *tag) |
Get the value of the given tag. More... | |
EAPI Eina_Bool | edje_edit_style_tag_value_set (Evas_Object *obj, const char *style, const char *tag, const char *new_value) |
Set the value of the given tag. More... | |
EAPI Eina_Bool | edje_edit_style_tag_name_set (Evas_Object *obj, const char *style, const char *tag, const char *new_name) |
Set the name of the given tag. More... | |
EAPI Eina_Bool | edje_edit_style_tag_add (Evas_Object *obj, const char *style, const char *tag_name) |
Add a new tag to the given text style. More... | |
EAPI Eina_Bool | edje_edit_style_tag_del (Evas_Object *obj, const char *style, const char *tag) |
Delete the given tag. More... | |
Externals API | |
Functions to deal with list of external modules (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_externals_list_get (Evas_Object *obj) |
Get the list of all the externals requested in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_external_add (Evas_Object *obj, const char *external) |
Add an external module to be requested on edje load. More... | |
EAPI Eina_Bool | edje_edit_external_del (Evas_Object *obj, const char *external) |
Delete the given external from the list. More... | |
Parts API | |
Functions to deal with part objects (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_parts_list_get (Evas_Object *obj) |
Get the list of all the parts in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_part_add (Evas_Object *obj, const char *name, Edje_Part_Type type) |
Create a new part in the given edje. More... | |
EAPI Eina_Bool | edje_edit_part_external_add (Evas_Object *obj, const char *name, const char *source) |
Create a new part of type EXTERNAL in the given edje. More... | |
EAPI Eina_Bool | edje_edit_part_del (Evas_Object *obj, const char *part) |
Delete the given part from the edje. More... | |
EAPI Eina_Bool | edje_edit_part_exist (Evas_Object *obj, const char *part) |
Check if a part with the given name exist in the edje object. More... | |
EAPI const char * | edje_edit_part_above_get (Evas_Object *obj, const char *part) |
Get the name of part stacked above the one passed. More... | |
EAPI const char * | edje_edit_part_below_get (Evas_Object *obj, const char *part) |
Get the name of part stacked below the one passed. More... | |
EAPI Eina_Bool | edje_edit_part_restack_below (Evas_Object *obj, const char *part) |
Move the given part below the previous one. More... | |
EAPI Eina_Bool | edje_edit_part_restack_above (Evas_Object *obj, const char *part) |
Move the given part above the next one. More... | |
EAPI Eina_Bool | edje_edit_part_name_set (Evas_Object *obj, const char *part, const char *new_name) |
Set a new name for part. More... | |
EAPI const char * | edje_edit_part_api_name_get (Evas_Object *obj, const char *part) |
Get api's name of a part. More... | |
EAPI const char * | edje_edit_part_api_description_get (Evas_Object *obj, const char *part) |
Get api's description of a part. More... | |
EAPI Eina_Bool | edje_edit_part_api_name_set (Evas_Object *obj, const char *part, const char *name) |
Set api's name of a part. More... | |
EAPI Eina_Bool | edje_edit_part_api_description_set (Evas_Object *obj, const char *part, const char *description) |
Set api's description of a part. More... | |
EAPI Edje_Part_Type | edje_edit_part_type_get (Evas_Object *obj, const char *part) |
Get the type of a part. More... | |
EAPI const char * | edje_edit_part_clip_to_get (Evas_Object *obj, const char *part) |
Get the clip_to part. More... | |
EAPI Eina_Bool | edje_edit_part_clip_to_set (Evas_Object *obj, const char *part, const char *clip_to) |
Set a part to clip part to. More... | |
EAPI const char * | edje_edit_part_source_get (Evas_Object *obj, const char *part) |
Get the source of part. More... | |
EAPI Eina_Bool | edje_edit_part_source_set (Evas_Object *obj, const char *part, const char *source) |
Set the source of part. More... | |
EAPI Edje_Text_Effect | edje_edit_part_effect_get (Evas_Object *obj, const char *part) |
Get the effect for a given part. More... | |
EAPI Eina_Bool | edje_edit_part_effect_set (Evas_Object *obj, const char *part, Edje_Text_Effect effect) |
Set the effect for a given part. More... | |
EAPI const char * | edje_edit_part_selected_state_get (Evas_Object *obj, const char *part, double *value) |
Get the current selected state in part. More... | |
EAPI Eina_Bool | edje_edit_part_selected_state_set (Evas_Object *obj, const char *part, const char *state, double value) |
Set the current state in part. More... | |
EAPI Eina_Bool | edje_edit_part_mouse_events_get (Evas_Object *obj, const char *part) |
Get mouse_events for part. More... | |
EAPI Eina_Bool | edje_edit_part_mouse_events_set (Evas_Object *obj, const char *part, Eina_Bool mouse_events) |
Set mouse_events for part. More... | |
EAPI Eina_Bool | edje_edit_part_repeat_events_get (Evas_Object *obj, const char *part) |
Get repeat_events for part. More... | |
EAPI Eina_Bool | edje_edit_part_repeat_events_set (Evas_Object *obj, const char *part, Eina_Bool repeat_events) |
Set repeat_events for part. More... | |
EAPI Evas_Event_Flags | edje_edit_part_ignore_flags_get (Evas_Object *obj, const char *part) |
Get ignore_flags for part. More... | |
EAPI Eina_Bool | edje_edit_part_ignore_flags_set (Evas_Object *obj, const char *part, Evas_Event_Flags ignore_flags) |
Set ignore_flags for part. More... | |
EAPI Eina_Bool | edje_edit_part_scale_set (Evas_Object *obj, const char *part, Eina_Bool scale) |
Set scale property for the part. More... | |
EAPI Eina_Bool | edje_edit_part_scale_get (Evas_Object *obj, const char *part) |
Get scale for the part. More... | |
EAPI int | edje_edit_part_drag_x_get (Evas_Object *obj, const char *part) |
Get horizontal dragable state for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_x_set (Evas_Object *obj, const char *part, int drag) |
Set horizontal dragable state for part. More... | |
EAPI int | edje_edit_part_drag_y_get (Evas_Object *obj, const char *part) |
Get vertical dragable state for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_y_set (Evas_Object *obj, const char *part, int drag) |
Set vertical dragable state for part. More... | |
EAPI int | edje_edit_part_drag_step_x_get (Evas_Object *obj, const char *part) |
Get horizontal dragable step for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_step_x_set (Evas_Object *obj, const char *part, int step) |
Set horizontal dragable state for part. More... | |
EAPI int | edje_edit_part_drag_step_y_get (Evas_Object *obj, const char *part) |
Get vertical dragable step for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_step_y_set (Evas_Object *obj, const char *part, int step) |
Set vertical dragable state for part. More... | |
EAPI int | edje_edit_part_drag_count_x_get (Evas_Object *obj, const char *part) |
Get horizontal dragable count for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_count_x_set (Evas_Object *obj, const char *part, int count) |
Set horizontal dragable count for part. More... | |
EAPI int | edje_edit_part_drag_count_y_get (Evas_Object *obj, const char *part) |
Get vertical dragable count for part. More... | |
EAPI Eina_Bool | edje_edit_part_drag_count_y_set (Evas_Object *obj, const char *part, int count) |
Set vertical dragable count for part. More... | |
EAPI const char * | edje_edit_part_drag_confine_get (Evas_Object *obj, const char *part) |
Get the name of the part that is used as 'confine' for the given draggies. More... | |
EAPI Eina_Bool | edje_edit_part_drag_confine_set (Evas_Object *obj, const char *part, const char *confine) |
Set the name of the part that is used as 'confine' for the given draggies. More... | |
EAPI const char * | edje_edit_part_drag_event_get (Evas_Object *obj, const char *part) |
Get the name of the part that is used as the receiver of the drag event. More... | |
EAPI Eina_Bool | edje_edit_part_drag_event_set (Evas_Object *obj, const char *part, const char *event) |
Set the name of the part that will receive events from the given draggies. More... | |
EAPI const char * | edje_edit_part_drag_threshold_get (Evas_Object *obj, const char *part) |
Get the name of the part that is used as 'threshold' for the given draggies. More... | |
EAPI Eina_Bool | edje_edit_part_drag_threshold_set (Evas_Object *obj, const char *part, const char *threshold) |
Set the name of the part that is used as 'threshold' for the given draggies. More... | |
States API | |
Functions to deal with part states (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_part_states_list_get (Evas_Object *obj, const char *part) |
Get the list of all the states in the given part. More... | |
EAPI Eina_Bool | edje_edit_state_name_set (Evas_Object *obj, const char *part, const char *state, double value, const char *new_name, double new_value) |
Set a new name for the given state in the given part. More... | |
EAPI Eina_Bool | edje_edit_state_add (Evas_Object *obj, const char *part, const char *name, double value) |
Create a new state to the give part. More... | |
EAPI Eina_Bool | edje_edit_state_del (Evas_Object *obj, const char *part, const char *state, double value) |
Delete the given part state from the edje. More... | |
EAPI Eina_Bool | edje_edit_state_exist (Evas_Object *obj, const char *part, const char *state, double value) |
Check if a part state with the given name exist. More... | |
EAPI Eina_Bool | edje_edit_state_copy (Evas_Object *obj, const char *part, const char *from, double val_from, const char *to, double val_to) |
Copies the state from into to . More... | |
EAPI double | edje_edit_state_rel1_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel1 relative X' value of state. More... | |
EAPI double | edje_edit_state_rel1_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel1 relative Y' value of state. More... | |
EAPI double | edje_edit_state_rel2_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel2 relative X' value of state. More... | |
EAPI double | edje_edit_state_rel2_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel2 relative Y' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the 'rel1 relative X' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the 'rel1 relative Y' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the 'rel2 relative X' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the 'rel2 relative Y' value of state. More... | |
EAPI int | edje_edit_state_rel1_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel1 offset X' value of state. More... | |
EAPI int | edje_edit_state_rel1_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel1 offset Y' value of state. More... | |
EAPI int | edje_edit_state_rel2_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel2 offset X' value of state. More... | |
EAPI int | edje_edit_state_rel2_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the 'rel2 offset Y' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the 'rel1 offset X' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the 'rel1 offset Y' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the 'rel2 offset X' value of state. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the 'rel2 offset Y' value of state. More... | |
EAPI const char * | edje_edit_state_rel1_to_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the part name rel1x is relative to. More... | |
EAPI const char * | edje_edit_state_rel1_to_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the part name rel1y is relative to. More... | |
EAPI const char * | edje_edit_state_rel2_to_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the part name rel2x is relative to. More... | |
EAPI const char * | edje_edit_state_rel2_to_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the part name rel2y is relative to. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_to_x_set (Evas_Object *obj, const char *part, const char *state, double value, const char *rel_to) |
Set the part rel1x is relative to. More... | |
EAPI Eina_Bool | edje_edit_state_rel1_to_y_set (Evas_Object *obj, const char *part, const char *state, double value, const char *rel_to) |
Set the part rel1y is relative to. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_to_x_set (Evas_Object *obj, const char *part, const char *state, double value, const char *rel_to) |
Set the part rel2x is relative to. More... | |
EAPI Eina_Bool | edje_edit_state_rel2_to_y_set (Evas_Object *obj, const char *part, const char *state, double value, const char *rel_to) |
Set the part rel2y is relative to. More... | |
EAPI void | edje_edit_state_color_get (Evas_Object *obj, const char *part, const char *state, double value, int *r, int *g, int *b, int *a) |
Get the color of a part state. More... | |
EAPI void | edje_edit_state_color2_get (Evas_Object *obj, const char *part, const char *state, double value, int *r, int *g, int *b, int *a) |
Get the color2 of a part state. More... | |
EAPI void | edje_edit_state_color3_get (Evas_Object *obj, const char *part, const char *state, double value, int *r, int *g, int *b, int *a) |
Get the color3 of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_color_set (Evas_Object *obj, const char *part, const char *state, double value, int r, int g, int b, int a) |
Set the color of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_color2_set (Evas_Object *obj, const char *part, const char *state, double value, int r, int g, int b, int a) |
Set the color2 of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_color3_set (Evas_Object *obj, const char *part, const char *state, double value, int r, int g, int b, int a) |
Set the color3 of a part state. More... | |
EAPI double | edje_edit_state_align_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the horizontal align value of a part state. More... | |
EAPI double | edje_edit_state_align_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the vertical align value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_align_x_set (Evas_Object *obj, const char *part, const char *state, double value, double align) |
Set the horizontal align value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_align_y_set (Evas_Object *obj, const char *part, const char *state, double value, double align) |
Set the vertical align value of a part state. More... | |
EAPI int | edje_edit_state_min_w_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the minimum width value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_min_w_set (Evas_Object *obj, const char *part, const char *state, double value, int min_w) |
Set the minimum width value of a part state. More... | |
EAPI int | edje_edit_state_min_h_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the minimum height value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_min_h_set (Evas_Object *obj, const char *part, const char *state, double value, int min_h) |
Set the minimum height value of a part state. More... | |
EAPI int | edje_edit_state_max_w_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the maximum width value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_max_w_set (Evas_Object *obj, const char *part, const char *state, double value, int max_w) |
Set the maximum width value of a part state. More... | |
EAPI int | edje_edit_state_max_h_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the maximum height value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_max_h_set (Evas_Object *obj, const char *part, const char *state, double value, int max_h) |
Set the maximum height value of a part state. More... | |
EAPI double | edje_edit_state_aspect_min_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the minimum aspect value of a part state. More... | |
EAPI double | edje_edit_state_aspect_max_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the maximum aspect value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_aspect_min_set (Evas_Object *obj, const char *part, const char *state, double value, double aspect) |
Set the minimum aspect value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_aspect_max_set (Evas_Object *obj, const char *part, const char *state, double value, double aspect) |
Set the maximum aspect value of a part state. More... | |
EAPI unsigned char | edje_edit_state_aspect_pref_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the aspect preference of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_aspect_pref_set (Evas_Object *obj, const char *part, const char *state, double value, unsigned char pref) |
Set the aspect preference of a part state. More... | |
EAPI double | edje_edit_state_fill_origin_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill horizontal origin relative value of a part state. More... | |
EAPI double | edje_edit_state_fill_origin_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill vertical origin relative value of a part state. More... | |
EAPI int | edje_edit_state_fill_origin_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill horizontal origin offset value of a part state. More... | |
EAPI int | edje_edit_state_fill_origin_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill vertical origin offset value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_origin_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the fill horizontal origin relative value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_origin_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the fill horizontal origin relative value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_origin_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the fill horizontal origin offset value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_origin_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the fill vertical origin offset value of a part state. More... | |
EAPI double | edje_edit_state_fill_size_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill horizontal size relative value of a part state. More... | |
EAPI double | edje_edit_state_fill_size_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill vertical size relative value of a part state. More... | |
EAPI int | edje_edit_state_fill_size_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill horizontal size offset value of a part state. More... | |
EAPI int | edje_edit_state_fill_size_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the fill vertical size offset value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_size_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the fill horizontal size relative value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_size_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the fill vertical size relative value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_size_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, double x) |
Set the fill horizontal size offset value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_fill_size_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, double y) |
Set the fill vertical size offset value of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_visible_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the visibility of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_visible_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool visible) |
Set the visibility of a part state. More... | |
EAPI const char * | edje_edit_state_color_class_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the color class of the given part state. More... | |
EAPI Eina_Bool | edje_edit_state_color_class_set (Evas_Object *obj, const char *part, const char *state, double value, const char *color_class) |
Set the color class of the given part state. More... | |
EAPI const Eina_List * | edje_edit_state_external_params_list_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the list of parameters for an external part. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, Edje_External_Param_Type *type, void **val) |
Get the external parameter type and value. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_int_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, int *val) |
Get external parameter of type INT. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_bool_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, Eina_Bool *val) |
Get external parameter of type BOOL. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_double_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, double *val) |
Get external parameter of type DOUBLE. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_string_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, const char **val) |
Get external parameter of type STRING. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_choice_get (Evas_Object *obj, const char *part, const char *state, double value, const char *param, const char **val) |
Get external parameter of type CHOICE. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, Edje_External_Param_Type type,...) |
Set the external parameter type and value, adding it if it didn't exist before. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_int_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, int val) |
Set external parameter of type INT. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_bool_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, Eina_Bool val) |
Set external parameter of type BOOL. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_double_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, double val) |
Set external parameter of type DOUBLE. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_string_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, const char *val) |
Set external parameter of type STRING. More... | |
EAPI Eina_Bool | edje_edit_state_external_param_choice_set (Evas_Object *obj, const char *part, const char *state, double value, const char *param, const char *val) |
Set external parameter of type CHOICE. More... | |
Text API | |
Functions to deal with text objects (see Edje Data Collection reference). | |
EAPI const char * | edje_edit_state_text_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the text of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_set (Evas_Object *obj, const char *part, const char *state, double value, const char *text) |
Set the text of a part state. More... | |
EAPI const char * | edje_edit_state_font_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get font name for a given part state. More... | |
EAPI Eina_Bool | edje_edit_state_font_set (Evas_Object *obj, const char *part, const char *state, double value, const char *font) |
Set font name for a given part state. More... | |
EAPI int | edje_edit_state_text_size_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the text size of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_size_set (Evas_Object *obj, const char *part, const char *state, double value, int size) |
Set the text size of a part state. More... | |
EAPI double | edje_edit_state_text_align_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the text horizontal align of a part state. More... | |
EAPI double | edje_edit_state_text_align_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the text vertical align of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_align_x_set (Evas_Object *obj, const char *part, const char *state, double value, double align) |
Set the text horizontal align of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_align_y_set (Evas_Object *obj, const char *part, const char *state, double value, double align) |
Set the text vertical align of a part state. More... | |
EAPI double | edje_edit_state_text_elipsis_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the text elipsis of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_elipsis_set (Evas_Object *obj, const char *part, const char *state, double value, double balance) |
Set the text vertical align of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_text_fit_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part fit it's container horizontally. More... | |
EAPI Eina_Bool | edje_edit_state_text_fit_x_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool fit) |
Set if the text part should fit it's container horizontally. More... | |
EAPI Eina_Bool | edje_edit_state_text_fit_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part fit it's container vertically. More... | |
EAPI Eina_Bool | edje_edit_state_text_fit_y_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool fit) |
Set if the text part should fit it's container vertically. More... | |
EAPI Eina_Bool | edje_edit_state_text_min_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part forces the minimum horizontal size of the container to be equal to the minimum horizontal size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_max_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part forces the maximum horizontal size of the container to be equal to the maximum horizontal size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_min_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part forces the minimum vertical size of the container to be equal to the minimum vertical size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_max_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the text part forces the maximum vertical size of the container to be equal to the maximum vertical size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_min_x_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool v) |
Set if the text part forces the minimum horizontal size of the container to be equal to the minimum horizontal size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_max_x_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool v) |
Set if the text part forces the maximum horizontal size of the container to be equal to the maximum horizontal size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_min_y_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool v) |
Set if the text part forces the minimum vertical size of the container to be equal to the minimum vertical size of the text part. More... | |
EAPI Eina_Bool | edje_edit_state_text_max_y_set (Evas_Object *obj, const char *part, const char *state, double value, Eina_Bool v) |
Set if the text part forces the maximum vertical size of the container to be equal to the maximum vertical size of the text part. More... | |
EAPI Eina_List * | edje_edit_fonts_list_get (Evas_Object *obj) |
Get the list of all the fonts in the given edje. More... | |
EAPI Eina_Bool | edje_edit_font_add (Evas_Object *obj, const char *path, const char *alias) |
Add a new font to the edje file. More... | |
EAPI Eina_Bool | edje_edit_font_del (Evas_Object *obj, const char *alias) |
Delete font from the edje file. More... | |
EAPI const char * | edje_edit_font_path_get (Evas_Object *obj, const char *alias) |
Get font path for a given font alias. More... | |
Images API | |
Functions to deal with image objects (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_images_list_get (Evas_Object *obj) |
Get the list of all the images in the given edje. More... | |
EAPI Eina_Bool | edje_edit_image_add (Evas_Object *obj, const char *path) |
Add an new image to the image collection. More... | |
EAPI Eina_Bool | edje_edit_image_del (Evas_Object *obj, const char *name) |
Delete an image from the image collection. More... | |
EAPI Eina_Bool | edje_edit_image_data_add (Evas_Object *obj, const char *name, int id) |
Add an image entry to the image collection. More... | |
EAPI const char * | edje_edit_state_image_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get normal image name for a given part state. More... | |
EAPI Eina_Bool | edje_edit_state_image_set (Evas_Object *obj, const char *part, const char *state, double value, const char *image) |
Set normal image for a given part state. More... | |
EAPI int | edje_edit_image_id_get (Evas_Object *obj, const char *image_name) |
Get image id for a given image name. More... | |
EAPI Edje_Edit_Image_Comp | edje_edit_image_compression_type_get (Evas_Object *obj, const char *image) |
Get compression type for the given image. More... | |
EAPI int | edje_edit_image_compression_rate_get (Evas_Object *obj, const char *image) |
Get compression rate for the given image. More... | |
EAPI void | edje_edit_state_image_border_get (Evas_Object *obj, const char *part, const char *state, double value, int *l, int *r, int *t, int *b) |
Get the image border of a part state. More... | |
EAPI Eina_Bool | edje_edit_state_image_border_set (Evas_Object *obj, const char *part, const char *state, double value, int l, int r, int t, int b) |
Set the image border of a part state. More... | |
EAPI unsigned char | edje_edit_state_image_border_fill_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the image center should be draw. More... | |
EAPI Eina_Bool | edje_edit_state_image_border_fill_set (Evas_Object *obj, const char *part, const char *state, double value, unsigned char fill) |
Set if the image center should be draw. More... | |
EAPI Eina_List * | edje_edit_state_tweens_list_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the list of all the tweens images in the given part state. More... | |
EAPI Eina_Bool | edje_edit_state_tween_add (Evas_Object *obj, const char *part, const char *state, double value, const char *tween) |
Add a new tween frame to the given part state. More... | |
EAPI Eina_Bool | edje_edit_state_tween_del (Evas_Object *obj, const char *part, const char *state, double value, const char *tween) |
Remove the first tween with the given name. More... | |
Spectrum API | |
Functions to manage spectrum (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_spectrum_list_get (Evas_Object *obj) |
Get the list of all the spectrum in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_spectra_add (Evas_Object *obj, const char *name) |
Add a new spectra in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_spectra_del (Evas_Object *obj, const char *spectra) |
Delete the given spectra from the edje object. More... | |
EAPI Eina_Bool | edje_edit_spectra_name_set (Evas_Object *obj, const char *spectra, const char *name) |
Change the name of the given spectra. More... | |
EAPI int | edje_edit_spectra_stop_num_get (Evas_Object *obj, const char *spectra) |
Get the number of stops in the given spectra. More... | |
EAPI Eina_Bool | edje_edit_spectra_stop_num_set (Evas_Object *obj, const char *spectra, int num) |
Set the number of stops in the given spectra. More... | |
EAPI Eina_Bool | edje_edit_spectra_stop_color_get (Evas_Object *obj, const char *spectra, int stop_number, int *r, int *g, int *b, int *a, int *d) |
Get the colors of the given stop. More... | |
EAPI Eina_Bool | edje_edit_spectra_stop_color_set (Evas_Object *obj, const char *spectra, int stop_number, int r, int g, int b, int a, int d) |
Set the colors of the given stop. More... | |
Gradient API | |
Functions to deal with gradient objects (see Edje Data Collection reference). | |
EAPI const char * | edje_edit_state_gradient_type_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the type of gradient. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_type_set (Evas_Object *obj, const char *part, const char *state, double value, const char *type) |
Set the type of gradient. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_use_fill_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get if the current gradient use the fill properties or the gradient_rel as params. More... | |
EAPI const char * | edje_edit_state_gradient_spectra_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the spectra used by part state. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_spectra_set (Evas_Object *obj, const char *part, const char *state, double value, const char *spectra) |
Set the spectra used by part state. More... | |
EAPI int | edje_edit_state_gradient_angle_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the angle of the gradient. More... | |
EAPI void | edje_edit_state_gradient_angle_set (Evas_Object *obj, const char *part, const char *state, double value, int angle) |
Set the angle of the gradient. More... | |
EAPI double | edje_edit_state_gradient_rel1_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel1 horizontal relative value. More... | |
EAPI double | edje_edit_state_gradient_rel1_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel1 vertical relative value. More... | |
EAPI double | edje_edit_state_gradient_rel2_relative_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel2 horizontal relative value. More... | |
EAPI double | edje_edit_state_gradient_rel2_relative_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel2 vertical relative value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel1_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double val) |
Set the gradient rel1 horizontal relative value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel1_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double val) |
Set the gradient rel1 vertical relative value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel2_relative_x_set (Evas_Object *obj, const char *part, const char *state, double value, double val) |
Set the gradient rel2 horizontal relative value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel2_relative_y_set (Evas_Object *obj, const char *part, const char *state, double value, double val) |
Set the gradient rel2 vertical relative value. More... | |
EAPI int | edje_edit_state_gradient_rel1_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel1 horizontal offset value. More... | |
EAPI int | edje_edit_state_gradient_rel1_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel1 vertical offset value. More... | |
EAPI int | edje_edit_state_gradient_rel2_offset_x_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel2 horizontal offset value. More... | |
EAPI int | edje_edit_state_gradient_rel2_offset_y_get (Evas_Object *obj, const char *part, const char *state, double value) |
Get the gradient rel2 vertical offset value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel1_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, int val) |
Set the gradient rel1 horizontal offset value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel1_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, int val) |
Set the gradient rel1 vertical offset value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel2_offset_x_set (Evas_Object *obj, const char *part, const char *state, double value, int val) |
Set the gradient rel2 horizontal offset value. More... | |
EAPI Eina_Bool | edje_edit_state_gradient_rel2_offset_y_set (Evas_Object *obj, const char *part, const char *state, double value, int val) |
Set the gradient rel2 vertical offset value. More... | |
Programs API | |
Functions to deal with programs (see Edje Data Collection reference). | |
EAPI Eina_List * | edje_edit_programs_list_get (Evas_Object *obj) |
Get the list of all the programs in the given edje object. More... | |
EAPI Eina_Bool | edje_edit_program_add (Evas_Object *obj, const char *name) |
Add a new program to the edje file. More... | |
EAPI Eina_Bool | edje_edit_program_del (Evas_Object *obj, const char *prog) |
Remove the given program from the edje file. More... | |
EAPI Eina_Bool | edje_edit_program_exist (Evas_Object *obj, const char *prog) |
Check if a program with the given name exist in the edje object. More... | |
EAPI Eina_Bool | edje_edit_program_run (Evas_Object *obj, const char *prog) |
Run the given program. More... | |
EAPI Eina_Bool | edje_edit_program_name_set (Evas_Object *obj, const char *prog, const char *new_name) |
Set a new name for the given program. More... | |
EAPI const char * | edje_edit_program_source_get (Evas_Object *obj, const char *prog) |
Get source of a given program. More... | |
EAPI Eina_Bool | edje_edit_program_source_set (Evas_Object *obj, const char *prog, const char *source) |
Set source of the given program. More... | |
EAPI const char * | edje_edit_program_signal_get (Evas_Object *obj, const char *prog) |
Get signal of a given program. More... | |
EAPI Eina_Bool | edje_edit_program_signal_set (Evas_Object *obj, const char *prog, const char *signal) |
Set signal of the given program. More... | |
EAPI double | edje_edit_program_in_from_get (Evas_Object *obj, const char *prog) |
Get in.from of a given program. More... | |
EAPI Eina_Bool | edje_edit_program_in_from_set (Evas_Object *obj, const char *prog, double seconds) |
Set in.from of a given program. More... | |
EAPI double | edje_edit_program_in_range_get (Evas_Object *obj, const char *prog) |
Get in.range of a given program. More... | |
EAPI Eina_Bool | edje_edit_program_in_range_set (Evas_Object *obj, const char *prog, double seconds) |
Set in.range of a given program. More... | |
EAPI Edje_Action_Type | edje_edit_program_action_get (Evas_Object *obj, const char *prog) |
Get the action of a given program. More... | |
EAPI Eina_Bool | edje_edit_program_action_set (Evas_Object *obj, const char *prog, Edje_Action_Type action) |
Set the action of a given program. More... | |
EAPI Eina_List * | edje_edit_program_targets_get (Evas_Object *obj, const char *prog) |
Get the list of the targets for the given program. More... | |
EAPI Eina_Bool | edje_edit_program_target_add (Evas_Object *obj, const char *prog, const char *target) |
Add a new target program to the list of 'targets' in the given program. More... | |
EAPI Eina_Bool | edje_edit_program_target_del (Evas_Object *obj, const char *prog, const char *target) |
Deletes a target from the list of 'targets' in the given program. More... | |
EAPI Eina_Bool | edje_edit_program_targets_clear (Evas_Object *obj, const char *prog) |
Clear the 'targets' list of the given program. More... | |
EAPI Eina_List * | edje_edit_program_afters_get (Evas_Object *obj, const char *prog) |
Get the list of action that will be run after the give program. More... | |
EAPI Eina_Bool | edje_edit_program_after_add (Evas_Object *obj, const char *prog, const char *after) |
Add a new program name to the list of 'afters' in the given program. More... | |
EAPI Eina_Bool | edje_edit_program_after_del (Evas_Object *obj, const char *prog, const char *after) |
Delete the given program from the list of 'afters' of the program. More... | |
EAPI Eina_Bool | edje_edit_program_afters_clear (Evas_Object *obj, const char *prog) |
Clear the 'afters' list of the given program. More... | |
EAPI const char * | edje_edit_program_state_get (Evas_Object *obj, const char *prog) |
Get the state for the given program. More... | |
EAPI const char * | edje_edit_program_api_name_get (Evas_Object *obj, const char *prog) |
Get api's name of a program. More... | |
EAPI const char * | edje_edit_program_api_description_get (Evas_Object *obj, const char *prog) |
Get api's description of a program. More... | |
EAPI Eina_Bool | edje_edit_program_api_name_set (Evas_Object *obj, const char *prog, const char *name) |
Set api's name of a program. More... | |
EAPI Eina_Bool | edje_edit_program_api_description_set (Evas_Object *obj, const char *prog, const char *description) |
Set api's description of a program. More... | |
EAPI Eina_Bool | edje_edit_program_state_set (Evas_Object *obj, const char *prog, const char *state) |
Set the state for the given program. More... | |
EAPI double | edje_edit_program_value_get (Evas_Object *obj, const char *prog) |
Get the value of state for the given program. More... | |
EAPI Eina_Bool | edje_edit_program_value_set (Evas_Object *obj, const char *prog, double value) |
Set the value of state for the given program. More... | |
EAPI const char * | edje_edit_program_state2_get (Evas_Object *obj, const char *prog) |
Get the state2 for the given program. More... | |
EAPI Eina_Bool | edje_edit_program_state2_set (Evas_Object *obj, const char *prog, const char *state2) |
Set the state2 for the given program. More... | |
EAPI double | edje_edit_program_value2_get (Evas_Object *obj, const char *prog) |
Get the value of state2 for the given program. More... | |
EAPI Eina_Bool | edje_edit_program_value2_set (Evas_Object *obj, const char *prog, double value) |
Set the value2 of state for the given program. More... | |
EAPI Edje_Tween_Mode | edje_edit_program_transition_get (Evas_Object *obj, const char *prog) |
Get the type of transition to use when apply animations. More... | |
EAPI Eina_Bool | edje_edit_program_transition_set (Evas_Object *obj, const char *prog, Edje_Tween_Mode transition) |
Set the type of transition to use when apply animations. More... | |
EAPI double | edje_edit_program_transition_value1_get (Evas_Object *obj, const char *prog) |
Get the interpolation value 1 of the transition. More... | |
EAPI Eina_Bool | edje_edit_program_transition_value1_set (Evas_Object *obj, const char *prog, double value) |
Set the interpolation value 1 of the transition. More... | |
EAPI double | edje_edit_program_transition_value2_get (Evas_Object *obj, const char *prog) |
Get the interpolation value 2 of the transition. More... | |
EAPI Eina_Bool | edje_edit_program_transition_value2_set (Evas_Object *obj, const char *prog, double value) |
Set the interpolation value 2 of the transition. More... | |
EAPI double | edje_edit_program_transition_time_get (Evas_Object *obj, const char *prog) |
Get the duration of the transition in seconds. More... | |
EAPI Eina_Bool | edje_edit_program_transition_time_set (Evas_Object *obj, const char *prog, double seconds) |
Set the duration of the transition in seconds. More... | |
EAPI const char * | edje_edit_program_filter_part_get (Evas_Object *obj, const char *prog) |
EAPI Eina_Bool | edje_edit_program_filter_part_set (Evas_Object *obj, const char *prog, const char *filter_part) |
Scripts API | |
Functions to deal with embryo scripts (see Edje Data Collection reference). | |
EAPI char * | edje_edit_script_get (Evas_Object *obj) |
Get the Embryo script for the group of the given object. More... | |
EAPI Eina_Bool | edje_edit_script_set (Evas_Object *obj, const char *code) |
Set the code for the group script. More... | |
EAPI char * | edje_edit_script_program_get (Evas_Object *obj, const char *prog) |
Get the Embryo script for the given program. More... | |
EAPI Eina_Bool | edje_edit_script_program_set (Evas_Object *obj, const char *prog, const char *code) |
Set the Embryo script for the given program. More... | |
EAPI Eina_Bool | edje_edit_script_compile (Evas_Object *obj) |
Compile the Embryo script for the given object. More... | |
EAPI const Eina_List * | edje_edit_script_error_list_get (Evas_Object *obj) |
Get the list of errors resulting from the last script build. More... | |
Variables | |
Error API | |
to deal with error messages (see Edje Data Collection reference). | |
EAPI Eina_Error | EDJE_EDIT_ERROR_GROUP_CURRENTLY_USED |
EAPI Eina_Error | EDJE_EDIT_ERROR_GROUP_REFERENCED |
EAPI Eina_Error | EDJE_EDIT_ERROR_GROUP_DOES_NOT_EXIST |
Functions to deal with edje internal object.
Don't use in standard situations. The use of any of the edje_edit_* functions can break your theme ability, remember that the program must be separated from the interface!
This was intended ONLY for use in an actual edje editor program. Unless you are writing one of these, do NOT use this API here.
The API can be used to query or set every part of an edje object in real time. You can manage every aspect of parts, part states, programs, script and whatever is contained in the edje file. For a reference of what all parameter means look at the complete Edje Data Collection reference.
Don't forget to free all the strings and the lists returned by any edje_edit_*() functions using edje_edit_string_free() and edje_edit_string_list_free() when you don't need anymore.
Example: print all the part in a loaded edje_object
Example: Change the color of a rect inside an edje file
EAPI Evas_Object* edje_edit_object_add | ( | Evas * | e | ) |
Adds an editable Edje object to the canvas.
An Edje_Edit object is, for the most part, a standard Edje object. Only difference is you can use the Edje_Edit API on them.
e | Evas canvas where to add the object. |
Free a generic Eina_List of (char *) allocated by an edje_edit_*_get() function.
lst | List of strings to free. |
References eina_list_data_get(), eina_list_remove(), and eina_stringshare_del().
EAPI void edje_edit_string_free | ( | const char * | str | ) |
Free a generic string (char *) allocated by an edje_edit_*_get() function.
str | String to free. |
References eina_stringshare_del().
EAPI const char* edje_edit_compiler_get | ( | Evas_Object * | obj | ) |
Get the name of the program that compiled the edje file.
Can be 'edje_cc' or 'edje_edit'
obj | Object being edited. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_save | ( | Evas_Object * | obj | ) |
Save the modified edje object back to his file.
Use this function when you are done with your editing, all the change made to the current loaded group will be saved back to the original file.
obj | Object to save back to the file it was loaded from. |
EAPI Eina_Bool edje_edit_save_all | ( | Evas_Object * | obj | ) |
Saves every group back into the file.
obj | Object to save. |
Referenced by edje_edit_group_del().
EAPI void edje_edit_print_internal_status | ( | Evas_Object * | obj | ) |
Print on standard output many information about the internal status of the edje object.
This is probably only useful to debug.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_group_add | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Create a new empty group in the given edje.
If a group with the same name exist none is created.
obj | Object being edited. |
name | Name of the new group. |
obj | The pointer to edje object. |
name | The name of the group. |
This function adds, at run time, one more group, which will reside in memory, to the group set found in the .edj file which obj was loaded with. This group can be manipulated by other API functions, like edje_edit_part_add()
, for example. If desired, the new group can be actually committed the respective .edj by use of edje_edit_save()
.
References EINA_FALSE, eina_hash_direct_add(), eina_hash_find(), eina_hash_iterator_data_new(), EINA_ITERATOR_FOREACH, eina_iterator_free(), eina_list_prepend(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_group_del | ( | Evas_Object * | obj, |
const char * | group_name | ||
) |
Delete the specified group from the given edje.
You can only delete a currently unused group. All the parts and the programs inside the group will be deleted as well, but not image or font embedded in the edje.
obj | Object being edited. |
group_name | Name of group to delete. |
obj | The pointer to the edje object. |
group_name | Group to delete. |
EINA_TRUE
on success, EINA_FALSE
on failure.This function deletes the given group from the file obj is set to. This operation can't be undone as all references to the group are removed from the file. This function may fail if the group to be deleted is currently in use.
References edje_edit_save_all(), eet_close(), eet_delete(), EET_FILE_MODE_READ_WRITE, eet_list(), eet_open(), EINA_FALSE, eina_hash_del(), eina_hash_find(), EINA_LIST_FOREACH, eina_list_remove_list(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_group_exist | ( | Evas_Object * | obj, |
const char * | group | ||
) |
Check if a group with the given name exist in the edje.
obj | Object being edited. |
group | Group name to check for. |
References EINA_FALSE, eina_hash_find(), and EINA_TRUE.
Referenced by edje_edit_group_name_set().
EAPI Eina_Bool edje_edit_group_name_set | ( | Evas_Object * | obj, |
const char * | new_name | ||
) |
Set a new name for the current open group.
You can only rename a group that is currently loaded Note that the relative getter function don't exist as it doesn't make sense ;)
obj | Object being edited. |
new_name | New name for the group. |
References edje_edit_group_exist(), EINA_FALSE, eina_hash_find(), eina_hash_move(), eina_stringshare_add(), eina_stringshare_replace(), and EINA_TRUE.
EAPI int edje_edit_group_min_w_get | ( | Evas_Object * | obj | ) |
Get the group minimum width.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_group_min_w_set | ( | Evas_Object * | obj, |
int | w | ||
) |
Set the group minimum width.
obj | Object being edited. |
w | New minimum width for the group. |
EAPI int edje_edit_group_min_h_get | ( | Evas_Object * | obj | ) |
Get the group minimum height.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_group_min_h_set | ( | Evas_Object * | obj, |
int | h | ||
) |
Set the group minimum height.
obj | Object being edited. |
h | New minimum height for the group. |
EAPI int edje_edit_group_max_w_get | ( | Evas_Object * | obj | ) |
Get the group maximum width.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_group_max_w_set | ( | Evas_Object * | obj, |
int | w | ||
) |
Set the group maximum width.
obj | Object being edited. |
w | New maximum width for the group. |
EAPI int edje_edit_group_max_h_get | ( | Evas_Object * | obj | ) |
Get the group maximum height.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_group_max_h_set | ( | Evas_Object * | obj, |
int | h | ||
) |
Set the group maximum height.
obj | Object being edited. |
h | New maximum height for the group. |
EAPI Eina_List* edje_edit_data_list_get | ( | Evas_Object * | obj | ) |
Retrieves a list with the item names inside the data block.
obj | Object being edited. |
References eina_hash_iterator_key_new(), EINA_ITERATOR_FOREACH, eina_iterator_free(), eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_data_add | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | value | ||
) |
Create a new global data object in the given edje file.
If another data entry with the same name exists, nothing is created and EINA_FALSE is returned.
obj | Object being edited. |
itemname | Name for the new data entry. |
value | Value for the new data entry. |
References EINA_FALSE, eina_hash_add(), eina_hash_find(), eina_stringshare_add(), eina_stringshare_del(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_data_del | ( | Evas_Object * | obj, |
const char * | itemname | ||
) |
Delete the given data object from edje.
obj | Object being edited. |
itemname | Data entry to remove from the global data block. |
References EINA_FALSE, eina_hash_del(), eina_hash_find(), and EINA_TRUE.
EAPI const char* edje_edit_data_value_get | ( | Evas_Object * | obj, |
const char * | itemname | ||
) |
Get the data associated with the given itemname.
obj | Object being edited. |
itemname | Name of the data entry to fetch the value for. |
References eina_hash_find(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_data_value_set | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | value | ||
) |
Set the data associated with the given itemname.
obj | Object being edited. |
itemname | Name of data entry to change the value. |
value | New value for the entry. |
References EINA_FALSE, eina_hash_find(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_data_name_set | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | newname | ||
) |
Change the name of the given data object.
obj | Object being edited. |
itemname | Data entry to rename. |
newname | New name for the data entry. |
References EINA_FALSE, and eina_hash_move().
EAPI Eina_List* edje_edit_group_data_list_get | ( | Evas_Object * | obj | ) |
Retrieves a list with the item names inside the data block at the group level.
obj | Object being edited. |
References eina_hash_iterator_key_new(), EINA_ITERATOR_FOREACH, eina_iterator_free(), eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_group_data_add | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | value | ||
) |
Create a new data object in the given edje file belonging to the current group.
If another data entry with the same name exists, nothing is created and EINA_FALSE is returned.
obj | Object being edited. |
itemname | Name for the new data entry. |
value | Value for the new data entry. |
References EINA_FALSE, eina_hash_add(), eina_hash_find(), eina_hash_string_small_new(), eina_stringshare_add(), eina_stringshare_del(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_group_data_del | ( | Evas_Object * | obj, |
const char * | itemname | ||
) |
Delete the given data object from the group.
obj | Object being edited. |
itemname | Name of the data entry to remove. |
References EINA_FALSE, eina_hash_del(), eina_hash_find(), and EINA_TRUE.
EAPI const char* edje_edit_group_data_value_get | ( | Evas_Object * | obj, |
const char * | itemname | ||
) |
Get the data associated with the given itemname.
obj | Object being edited. |
itemname | Name of the data entry. |
References eina_hash_find(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_group_data_value_set | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | value | ||
) |
Set the data associated with the given itemname.
obj | Object being edited. |
itemname | Name of the data entry to set the value. |
value | Value to set for the data entry. |
References EINA_FALSE, eina_hash_find(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_group_data_name_set | ( | Evas_Object * | obj, |
const char * | itemname, | ||
const char * | newname | ||
) |
Change the name of the given data object.
obj | Object being edited. |
itemname | Name of the data entry to rename. |
newname | New name for the data entry. |
References EINA_FALSE, and eina_hash_move().
EAPI Eina_List* edje_edit_color_classes_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the Color Classes in the given edje object.
obj | Object being edited. |
References eina_list_append(), EINA_LIST_FOREACH, and eina_stringshare_add().
EAPI Eina_Bool edje_edit_color_class_add | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Create a new color class object in the given edje.
If another class with the same name exists nothing is created and EINA_FALSE is returned.
obj | Object being edited. |
name | Name for the new color class. |
References EINA_FALSE, eina_list_append(), EINA_LIST_FOREACH, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_color_class_del | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Delete the given class object from edje.
obj | Object being edited. |
name | Color class to delete. |
References EINA_FALSE, EINA_LIST_FOREACH, eina_list_remove(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_color_class_colors_get | ( | Evas_Object * | obj, |
const char * | class_name, | ||
int * | r, | ||
int * | g, | ||
int * | b, | ||
int * | a, | ||
int * | r2, | ||
int * | g2, | ||
int * | b2, | ||
int * | a2, | ||
int * | r3, | ||
int * | g3, | ||
int * | b3, | ||
int * | a3 | ||
) |
Get all the colors that compose the class.
You can pass NULL to colors you are not intrested in.
obj | Object being edited. |
class_name | Color class to fetch values. |
r | Red component of main color. |
g | Green component of main color. |
b | Blue component of main color. |
a | Alpha component of main color. |
r2 | Red component of secondary color. |
g2 | Green component of secondary color. |
b2 | Blue component of secondary color. |
a2 | Alpha component of secondary color. |
r3 | Red component of tertiary color. |
g3 | Green component of tertiary color. |
b3 | Blue component of tertiary color. |
a3 | Alpha component of tertiary color. |
References EINA_FALSE, EINA_LIST_FOREACH, and EINA_TRUE.
EAPI Eina_Bool edje_edit_color_class_colors_set | ( | Evas_Object * | obj, |
const char * | class_name, | ||
int | r, | ||
int | g, | ||
int | b, | ||
int | a, | ||
int | r2, | ||
int | g2, | ||
int | b2, | ||
int | a2, | ||
int | r3, | ||
int | g3, | ||
int | b3, | ||
int | a3 | ||
) |
Set the colors for the given color class.
If you set a color to -1 it will not be touched.
obj | Object being edited. |
class_name | Color class to fetch values. |
r | Red component of main color. |
g | Green component of main color. |
b | Blue component of main color. |
a | Alpha component of main color. |
r2 | Red component of secondary color. |
g2 | Green component of secondary color. |
b2 | Blue component of secondary color. |
a2 | Alpha component of secondary color. |
r3 | Red component of tertiary color. |
g3 | Green component of tertiary color. |
b3 | Blue component of tertiary color. |
a3 | Alpha component of tertiary color. |
References EINA_FALSE, EINA_LIST_FOREACH, and EINA_TRUE.
EAPI Eina_Bool edje_edit_color_class_name_set | ( | Evas_Object * | obj, |
const char * | name, | ||
const char * | newname | ||
) |
Change the name of a color class.
obj | Object being edited. |
name | Color class to rename. |
newname | New name for the color class. |
References EINA_FALSE, EINA_LIST_FOREACH, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_List* edje_edit_styles_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the text styles in the given edje object.
obj | Object being edited. |
References eina_list_append(), EINA_LIST_FOREACH, and eina_stringshare_add().
EAPI Eina_Bool edje_edit_style_add | ( | Evas_Object * | obj, |
const char * | style | ||
) |
Create a new text style object in the given edje.
If another style with the same name exists nothing is created and EINA_FALSE is returned.
obj | Object being edited. |
style | Name for the new style. |
References EINA_FALSE, eina_list_append(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_style_del | ( | Evas_Object * | obj, |
const char * | style | ||
) |
Delete the given text style and all the child tags.
obj | Object being edited. |
style | Style to delete. |
References EINA_FALSE, eina_list_remove(), and EINA_TRUE.
EAPI Eina_List* edje_edit_style_tags_list_get | ( | Evas_Object * | obj, |
const char * | style | ||
) |
Get the list of all the tags name in the given text style.
obj | Object being edited. |
style | Style to get the tags for. |
References eina_list_append(), EINA_LIST_FOREACH, and eina_stringshare_add().
EAPI const char* edje_edit_style_tag_value_get | ( | Evas_Object * | obj, |
const char * | style, | ||
const char * | tag | ||
) |
Get the value of the given tag.
obj | Object being edited. |
style | Style containing the tag being. |
tag | Tag to get the value for. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_style_tag_value_set | ( | Evas_Object * | obj, |
const char * | style, | ||
const char * | tag, | ||
const char * | new_value | ||
) |
Set the value of the given tag.
obj | Object being edited. |
style | Style containing the tag to change. |
tag | Name of the tag to set the value for. |
new_value | Value for the tag. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_style_tag_name_set | ( | Evas_Object * | obj, |
const char * | style, | ||
const char * | tag, | ||
const char * | new_name | ||
) |
Set the name of the given tag.
obj | Object being edited. |
style | Style containing the tag to rename. |
tag | Tag to rename. |
new_name | New name for the tag. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_style_tag_add | ( | Evas_Object * | obj, |
const char * | style, | ||
const char * | tag_name | ||
) |
Add a new tag to the given text style.
If another tag with the same name exists nothing is created and EINA_FALSE is returned.
obj | Object being edited. |
style | Style where to add the new tag. |
tag_name | Name for the new tag. |
References EINA_FALSE, eina_list_append(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_style_tag_del | ( | Evas_Object * | obj, |
const char * | style, | ||
const char * | tag | ||
) |
Delete the given tag.
obj | Object being edited. |
style | Style from where to remove the tag. |
tag | Tag to delete. |
References EINA_FALSE, eina_list_remove(), and EINA_TRUE.
EAPI Eina_List* edje_edit_externals_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the externals requested in the given edje object.
obj | Object being edited. |
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_external_add | ( | Evas_Object * | obj, |
const char * | external | ||
) |
Add an external module to be requested on edje load.
obj | Object being edited. |
external | Name of the external module to add to the list of autoload. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_external_del | ( | Evas_Object * | obj, |
const char * | external | ||
) |
Delete the given external from the list.
obj | Object being edited. |
external | Name of the external module to remove from the autoload list. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_List* edje_edit_parts_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the parts in the given edje object.
obj | Object being edited. |
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_part_add | ( | Evas_Object * | obj, |
const char * | name, | ||
Edje_Part_Type | type | ||
) |
Create a new part in the given edje.
If another part with the same name just exists nothing is created and EINA_FALSE is returned. Note that this function also create a default description for the part.
obj | Object being edited. |
name | Name for the new part. |
type | Type of the new part. See Edje Data Collection reference for more info on this. |
References EINA_FALSE.
EAPI Eina_Bool edje_edit_part_external_add | ( | Evas_Object * | obj, |
const char * | name, | ||
const char * | source | ||
) |
Create a new part of type EXTERNAL in the given edje.
If another part with the same name just exists nothing is created and EINA_FALSE is returned. Note that this function also create a default description for the part.
obj | Object being edited. |
name | Name for the new part. |
source | The registered external type to use for this part. |
References EINA_FALSE.
EAPI Eina_Bool edje_edit_part_del | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Delete the given part from the edje.
All the reference to this part will be zeroed.
obj | Object being edited. |
part | Name of part to delete. |
References edje_object_calc_force(), EINA_FALSE, eina_hash_find(), eina_mempool_free(), EINA_TRUE, evas_object_clip_set(), and evas_object_hide().
EAPI Eina_Bool edje_edit_part_exist | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Check if a part with the given name exist in the edje object.
obj | Object being edited. |
part | Name of part to check for its existence. |
References EINA_FALSE, and EINA_TRUE.
EAPI const char* edje_edit_part_above_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the name of part stacked above the one passed.
obj | Object being edited. |
part | Name of part of which to check the one above. |
part
is the topmost part in the group. References eina_stringshare_add().
EAPI const char* edje_edit_part_below_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the name of part stacked below the one passed.
obj | Object being edited. |
part | Name of part of which to check the one below. |
part
is the bottommost part in the group. References eina_stringshare_add().
EAPI Eina_Bool edje_edit_part_restack_below | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Move the given part below the previous one.
obj | Object being edited. |
part | Name of part to move one step below. |
References EINA_FALSE, EINA_TRUE, evas_object_stack_above(), and evas_object_stack_below().
EAPI Eina_Bool edje_edit_part_restack_above | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Move the given part above the next one.
obj | Object being edited. |
part | Name of part to move one step above. |
References EINA_FALSE, EINA_TRUE, and evas_object_stack_above().
EAPI Eina_Bool edje_edit_part_name_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | new_name | ||
) |
Set a new name for part.
Note that the relative getter function don't exist as it don't make sense ;)
obj | Object being edited. |
part | Name of part to rename. |
new_name | New name for the given part. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const char* edje_edit_part_api_name_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get api's name of a part.
obj | Object being edited. |
part | Name of the part. |
EAPI const char* edje_edit_part_api_description_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get api's description of a part.
obj | Object being edited. |
part | Name of the part. |
EAPI Eina_Bool edje_edit_part_api_name_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | name | ||
) |
Set api's name of a part.
obj | Object being edited. |
part | Name of the part. |
name | New name for the api property. |
EAPI Eina_Bool edje_edit_part_api_description_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | description | ||
) |
Set api's description of a part.
obj | Object being edited. |
part | Name of part. |
description | New description for the api property. |
EAPI Edje_Part_Type edje_edit_part_type_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the type of a part.
obj | Object being edited. |
part | Name of part to get the type of. |
EAPI const char* edje_edit_part_clip_to_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the clip_to part.
obj | Object being edited. |
part | Name of the part whose clipper to get. |
part
is clipped to. NULL is returned on errors and if the part don't have a clip. References eina_stringshare_add().
EAPI Eina_Bool edje_edit_part_clip_to_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | clip_to | ||
) |
Set a part to clip part to.
obj | Object being edited. |
part | Part to set the clipper to. |
clip_to | Part to use as clipper, if NULL then the clipping value will be cancelled (unset clipping). |
References edje_object_calc_force(), EINA_FALSE, EINA_TRUE, evas_object_clip_get(), evas_object_clip_set(), evas_object_clip_unset(), evas_object_pass_events_set(), EVAS_OBJECT_POINTER_MODE_AUTOGRAB, EVAS_OBJECT_POINTER_MODE_NOGRAB, and evas_object_pointer_mode_set().
EAPI const char* edje_edit_part_source_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the source of part.
The meaning of this parameter varies depending on the type of the part. For GROUP parts, it's the name of another group in the Edje file which will be autoloaded and swallowed on this part. For TEXTBLOCK parts, it's the name of a group to be used for selection display under the text. For EXTERNAL parts, it's the name of the registered external widget to load and swallow on this part.
obj | Object being edited. |
part | Part to get the source from. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_part_source_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | source | ||
) |
Set the source of part.
obj | Object being edited. |
part | Part to set the source of. |
source | Value for the source parameter. |
NOTE: This is not applied now. You must reload the edje to see the change.
References edje_object_add(), edje_object_file_set(), EINA_FALSE, eina_stringshare_add(), EINA_TRUE, and evas_object_del().
EAPI Edje_Text_Effect edje_edit_part_effect_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the effect for a given part.
Gets the effect used for parts of type TEXT. See Edje Data Collection reference for more details.
obj | Object being edited. |
part | Part to get the effect of. |
EAPI Eina_Bool edje_edit_part_effect_set | ( | Evas_Object * | obj, |
const char * | part, | ||
Edje_Text_Effect | effect | ||
) |
Set the effect for a given part.
Effects and shadow directions can be combined.
For effect and shadow direction list please look at Edje Part Text ref page.
obj | Object being edited. |
part | Part to set the effect to. Only makes sense on type TEXT. |
effect | Effect to set for the part. |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI const char* edje_edit_part_selected_state_get | ( | Evas_Object * | obj, |
const char * | part, | ||
double * | value | ||
) |
Get the current selected state in part.
obj | Object being edited. |
part | Part to get the selected state of. |
value | Pointer to a double where the value of the state will be stored. |
References eina_stringshare_add().
Referenced by edje_edit_state_external_param_set().
EAPI Eina_Bool edje_edit_part_selected_state_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Set the current state in part.
obj | Object being edited. |
part | Part to set the state of. |
state | Name of the state to set. |
value | Value of the state. |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_part_mouse_events_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get mouse_events for part.
obj | Object being edited. |
part | Part to get if the mouse events is accepted. |
References EINA_FALSE.
EAPI Eina_Bool edje_edit_part_mouse_events_set | ( | Evas_Object * | obj, |
const char * | part, | ||
Eina_Bool | mouse_events | ||
) |
Set mouse_events for part.
obj | Object being edited. |
part | The part to set if the mouse events is accepted. |
mouse_events | EINA_TRUE if part will accept mouse events, EINA_FALSE otherwise. |
References EINA_FALSE, EINA_TRUE, and evas_object_pass_events_set().
EAPI Eina_Bool edje_edit_part_repeat_events_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get repeat_events for part.
obj | Object being edited. |
part | Part to get if it will pass all events to the other parts. |
References EINA_FALSE.
EAPI Eina_Bool edje_edit_part_repeat_events_set | ( | Evas_Object * | obj, |
const char * | part, | ||
Eina_Bool | repeat_events | ||
) |
Set repeat_events for part.
obj | Object being edited. |
part | Part to set if will repeat all the received mouse events to other parts. |
repeat_events | EINA_TRUE if the events received will propagate to other parts, EINA_FALSE otherwise |
References EINA_FALSE, EINA_TRUE, and evas_object_repeat_events_set().
EAPI Evas_Event_Flags edje_edit_part_ignore_flags_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get ignore_flags for part.
obj | Object being edited. |
part | Part to get which event_flags are being ignored. |
EAPI Eina_Bool edje_edit_part_ignore_flags_set | ( | Evas_Object * | obj, |
const char * | part, | ||
Evas_Event_Flags | ignore_flags | ||
) |
Set ignore_flags for part.
obj | Object being edited. |
part | Part to set which event flags will be ignored. |
ignore_flags | The Event flags to be ignored by the part. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_part_scale_set | ( | Evas_Object * | obj, |
const char * | part, | ||
Eina_Bool | scale | ||
) |
Set scale property for the part.
This property tells Edje that the given part should be scaled by the Edje scale factor.
obj | Object being edited. |
part | Part to set scale for. |
scale | Scale value to set. |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_part_scale_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get scale for the part.
obj | Object being edited. |
part | Part to get the scale value of. |
References EINA_FALSE.
EAPI int edje_edit_part_drag_x_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get horizontal dragable state for part.
obj | Object being edited. |
part | Part to get if can be dragged horizontally; |
EAPI Eina_Bool edje_edit_part_drag_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | drag | ||
) |
Set horizontal dragable state for part.
obj | Object being edited. |
part | Part to set if should be dragged horizontally. |
drag | 1 (or -1) if the part should be dragged horizontally, 0 otherwise. |
References EINA_FALSE, and EINA_TRUE.
EAPI int edje_edit_part_drag_y_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get vertical dragable state for part.
obj | Object being edited. |
part | Part to get if can be dragged vertically. |
EAPI Eina_Bool edje_edit_part_drag_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | drag | ||
) |
Set vertical dragable state for part.
obj | Object being edited. |
part | Part to set if should be dragged vertically. |
drag | 1 (or -1) of the part shpuld be dragged vertically, 0 otherwise. |
References EINA_FALSE, and EINA_TRUE.
EAPI int edje_edit_part_drag_step_x_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get horizontal dragable step for part.
obj | Object being edited. |
part | Part to get the drag horizontal step value. |
EAPI Eina_Bool edje_edit_part_drag_step_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | step | ||
) |
Set horizontal dragable state for part.
obj | Object being edited. |
part | Part to set the drag horizontal step value. |
step | The step the will be dragged. |
EAPI int edje_edit_part_drag_step_y_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get vertical dragable step for part.
obj | Object being edited. |
part | Part to get the drag vertical step value. |
EAPI Eina_Bool edje_edit_part_drag_step_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | step | ||
) |
Set vertical dragable state for part.
obj | Object being edited. |
part | Part to set the drag vertical step value. |
step | The step the will be dragged. |
EAPI int edje_edit_part_drag_count_x_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get horizontal dragable count for part.
obj | Object being edited. |
part | Part to get the drag horizontal count value. |
EAPI Eina_Bool edje_edit_part_drag_count_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | count | ||
) |
Set horizontal dragable count for part.
obj | Object being edited. |
part | Part to set the drag horizontal count value. |
count | The count value. |
EAPI int edje_edit_part_drag_count_y_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get vertical dragable count for part.
obj | Object being edited. |
part | Part to get the drag vertical count value. |
EAPI Eina_Bool edje_edit_part_drag_count_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
int | count | ||
) |
Set vertical dragable count for part.
obj | Object being edited. |
part | Part to set the drag vertical count value. |
count | The count value. |
EAPI const char* edje_edit_part_drag_confine_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the name of the part that is used as 'confine' for the given draggies.
obj | Object being edited. |
part | Part to get the name that is used as 'confine' for the given draggies. |
EAPI Eina_Bool edje_edit_part_drag_confine_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | confine | ||
) |
Set the name of the part that is used as 'confine' for the given draggies.
obj | Object being edited. |
part | Part to set the name that is used as 'confine' for the given draggies. |
confine | The name of the confine part or NULL to unset confine. |
EAPI const char* edje_edit_part_drag_event_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the name of the part that is used as the receiver of the drag event.
obj | Object being edited. |
part | Part to get the name that is used as the receiver of the drag event. |
EAPI Eina_Bool edje_edit_part_drag_event_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | event | ||
) |
Set the name of the part that will receive events from the given draggies.
obj | Object being edited. |
part | Part to set the name that will receive events from the given draggies. |
event | The name of the part that will receive events, or NULL to unset. |
EAPI const char* edje_edit_part_drag_threshold_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the name of the part that is used as 'threshold' for the given draggies.
obj | Object being edited. |
part | Part to get the name that is used as 'threshold' for the given draggies. |
EAPI Eina_Bool edje_edit_part_drag_threshold_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | threshold | ||
) |
Set the name of the part that is used as 'threshold' for the given draggies.
obj | Object being edited. |
part | Part to set the name that is used as 'threshold' for the given draggies. |
confine | The name of the threshold part or NULL to unset confine. |
EAPI Eina_List* edje_edit_part_states_list_get | ( | Evas_Object * | obj, |
const char * | part | ||
) |
Get the list of all the states in the given part.
obj | Object being edited. |
part | Part to get the states names list. |
Use edje_edit_string_list_free() when you don't need it anymore.
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_name_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | new_name, | ||
double | new_value | ||
) |
Set a new name for the given state in the given part.
obj | Object being edited. |
part | Part that contain state. |
state | Name of the state to rename. |
value | Value of the state to rename. |
new_name | The new name for the state. |
new_value | The new value for the state. |
References EINA_FALSE, eina_list_count(), eina_list_data_get(), eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_state_add | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | name, | ||
double | value | ||
) |
Create a new state to the give part.
obj | Object being edited. |
part | Part to set the name of the new state. |
name | Name for the new state (not including the state value). |
value | The state value. |
References _Edje_External_Param_Info::c, _Edje_External_Param::d, _Edje_External_Param_Info::d, edje_edit_state_exist(), EDJE_EXTERNAL_DOUBLE_UNSET, EDJE_EXTERNAL_INT_UNSET, edje_external_param_info_get(), EDJE_EXTERNAL_PARAM_TYPE_BOOL, EDJE_EXTERNAL_PARAM_TYPE_CHOICE, EDJE_EXTERNAL_PARAM_TYPE_DOUBLE, EDJE_EXTERNAL_PARAM_TYPE_INT, EDJE_EXTERNAL_PARAM_TYPE_STRING, EINA_FALSE, eina_list_append(), eina_stringshare_add(), EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param_Info::i, _Edje_External_Param::name, _Edje_External_Param_Info::name, _Edje_External_Param::s, _Edje_External_Param_Info::s, _Edje_External_Param::type, and _Edje_External_Param_Info::type.
EAPI Eina_Bool edje_edit_state_del | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Delete the given part state from the edje.
obj | Object being edited. |
part | Part that contain state. |
state | The current name of the state (not including the state value). |
value | The state value. |
References edje_edit_state_exist(), EINA_FALSE, eina_hash_find(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_state_exist | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Check if a part state with the given name exist.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to check (not including the state value). |
value | The state value. |
References EINA_FALSE, and EINA_TRUE.
Referenced by edje_edit_state_add(), and edje_edit_state_del().
EAPI Eina_Bool edje_edit_state_copy | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | from, | ||
double | val_from, | ||
const char * | to, | ||
double | val_to | ||
) |
Copies the state from
into to
.
If to
doesn't exist it will be created.
obj | Object being edited. |
part | Part that contain state. |
from | State to copy from (not including state value). |
val_from | The value of the state to copy from. |
to | State to copy into (not including state value). |
val_to | The value of the state to copy into. |
References _Edje_External_Param::d, EDJE_EXTERNAL_PARAM_TYPE_CHOICE, EDJE_EXTERNAL_PARAM_TYPE_DOUBLE, EDJE_EXTERNAL_PARAM_TYPE_INT, EDJE_EXTERNAL_PARAM_TYPE_STRING, EINA_FALSE, eina_list_append(), EINA_LIST_FOREACH, EINA_LIST_FREE, eina_stringshare_add(), EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param::name, _Edje_External_Param::s, and _Edje_External_Param::type.
EAPI double edje_edit_state_rel1_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel1 relative X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel1 relative X' (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_rel1_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel1 relative Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel1 relative Y' (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_rel2_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel2 relative X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel2 relative X' (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_rel2_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel2 relative Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel2 relative Y' (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_rel1_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the 'rel1 relative X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel1 relative X' (not including the state value). |
value | The state value. |
x | The new 'rel1 relative X' value to set'. |
EAPI Eina_Bool edje_edit_state_rel1_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the 'rel1 relative Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel1 relative Y' (not including the state value). |
value | The state value. |
y | The new 'rel1 relative Y' value to set'. |
EAPI Eina_Bool edje_edit_state_rel2_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the 'rel2 relative X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel2 relative X' (not including the state value). |
value | The state value. |
x | The new 'rel2 relative X' value to set'. |
EAPI Eina_Bool edje_edit_state_rel2_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the 'rel2 relative Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel2 relative Y' (not including the state value). |
value | The state value. |
y | The new 'rel2 relative Y' value to set'. |
EAPI int edje_edit_state_rel1_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel1 offset X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel1 offset X' (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_rel1_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel1 offset Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel1 offset Y' (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_rel2_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel2 offset X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel2 offset X' (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_rel2_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the 'rel2 offset Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get 'rel2 offset Y' (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_rel1_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the 'rel1 offset X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel1 offset X' (not including the state value). |
value | The state value. |
x | The new 'rel1 offset X' value to set'. |
EAPI Eina_Bool edje_edit_state_rel1_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the 'rel1 offset Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel1 offset Y' (not including the state value). |
value | The state value. |
y | The new 'rel1 offset Y' value to set'. |
EAPI Eina_Bool edje_edit_state_rel2_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the 'rel2 offset X' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel2 offset X' (not including the state value). |
value | The state value. |
x | The new 'rel2 offset X' value to set'. |
EAPI Eina_Bool edje_edit_state_rel2_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the 'rel2 offset Y' value of state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set 'rel2 offset Y' (not including the state value). |
value | The state value. |
y | The new 'rel2 offset Y' value to set'. |
EAPI const char* edje_edit_state_rel1_to_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the part name rel1x is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The state that contain which the part name rel1x is relative to (not including the state value). |
value | The state value. |
EAPI const char* edje_edit_state_rel1_to_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the part name rel1y is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The state that contain which the part name rel1y is relative to (not including the state value). |
value | The state value. |
EAPI const char* edje_edit_state_rel2_to_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the part name rel2x is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The state that contain which the part name rel2x is relative to (not including the state value). |
value | The state value. |
EAPI const char* edje_edit_state_rel2_to_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the part name rel2y is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The state that contain which the part name rel2y is relative to (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_rel1_to_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | rel_to | ||
) |
Set the part rel1x is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set rel1x is relative to (not including the state value). |
value | The state value. |
rel_to | The name of the part that is used as container/parent (NULL make the part relative to the whole interface). |
EAPI Eina_Bool edje_edit_state_rel1_to_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | rel_to | ||
) |
Set the part rel1y is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set rel1y is relative to (not including the state value). |
value | The state value. |
rel_to | The name of the part that is used as container/parent (NULL make the part relative to the whole interface). |
EAPI Eina_Bool edje_edit_state_rel2_to_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | rel_to | ||
) |
Set the part rel2x is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set rel2x is relative to (not including the state value). |
value | The state value. |
rel_to | The name of the part that is used as container/parent (NULL make the part relative to the whole interface). |
EAPI Eina_Bool edje_edit_state_rel2_to_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | rel_to | ||
) |
Set the part rel2y is relative to.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set rel2y is relative to (not including the state value). |
value | The state value. |
rel_to | The name of the part that is used as container/parent (NULL make the part relative to the whole interface). |
EAPI void edje_edit_state_color_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int * | r, | ||
int * | g, | ||
int * | b, | ||
int * | a | ||
) |
Get the color of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get color (not including the state value). |
value | The state value. |
r | A pointer to store the red value. |
g | A pointer to store the green value. |
b | A pointer to store the blue value. |
a | A pointer to store the alpha value. |
EAPI void edje_edit_state_color2_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int * | r, | ||
int * | g, | ||
int * | b, | ||
int * | a | ||
) |
Get the color2 of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get color (not including the state value). |
value | The state value. |
r | A pointer to store the red value. |
g | A pointer to store the green value. |
b | A pointer to store the blue value. |
a | A pointer to store the alpha value. |
EAPI void edje_edit_state_color3_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int * | r, | ||
int * | g, | ||
int * | b, | ||
int * | a | ||
) |
Get the color3 of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get color (not including the state value). |
value | The state value. |
r | A pointer to store the red value. |
g | A pointer to store the green value. |
b | A pointer to store the blue value. |
a | A pointer to store the alpha value. |
EAPI Eina_Bool edje_edit_state_color_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | r, | ||
int | g, | ||
int | b, | ||
int | a | ||
) |
Set the color of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set color (not including the state value). |
value | The state value. |
r | The red value of the color. |
g | The green value of the color. |
b | The blue value of the color. |
a | The alpha value of the color. |
EAPI Eina_Bool edje_edit_state_color2_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | r, | ||
int | g, | ||
int | b, | ||
int | a | ||
) |
Set the color2 of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set color (not including the state value). |
value | The state value. |
r | The red value of the color. |
g | The green value of the color. |
b | The blue value of the color. |
a | The alpha value of the color. |
EAPI Eina_Bool edje_edit_state_color3_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | r, | ||
int | g, | ||
int | b, | ||
int | a | ||
) |
Set the color3 of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set color (not including the state value). |
value | The state value. |
r | The red value of the color. |
g | The green value of the color. |
b | The blue value of the color. |
a | The alpha value of the color. |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_state_align_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the horizontal align value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get horizontal align (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_align_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the vertical align value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get horizontal align (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_align_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | align | ||
) |
Set the horizontal align value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get horizontal align (not including the state value). |
value | The state value. |
align | The new vertical align value. |
EAPI Eina_Bool edje_edit_state_align_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | align | ||
) |
Set the vertical align value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get vertical align (not including the state value). |
value | The state value. |
align | The new vertical align value. |
EAPI int edje_edit_state_min_w_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the minimum width value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get minimum width (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_min_w_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | min_w | ||
) |
Set the minimum width value of a part state.
The minimum width should be greater than 0.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set minimum width (not including the state value). |
value | The state value. |
min_w | Minimum width value. |
EAPI int edje_edit_state_min_h_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the minimum height value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get minimum height (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_min_h_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | min_h | ||
) |
Set the minimum height value of a part state.
The minimum height should be greater than 0.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set minimum height (not including the state value). |
value | The state value. |
min_h | Minimum height value. |
EAPI int edje_edit_state_max_w_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the maximum width value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get maximum width (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_max_w_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | max_w | ||
) |
Set the maximum width value of a part state.
The maximum width should be greater than -1. The value -1 means that state doesn't have any boundaries on width direction. (it can be any size that is bigger than it's min)
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set maximum width (not including the state value). |
value | The state value. |
max_w | Maximum width value. |
EAPI int edje_edit_state_max_h_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the maximum height value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get maximum height (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_max_h_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | max_h | ||
) |
Set the maximum height value of a part state.
The maximum height should be greater than -1. The value -1 means that state doesn't have any boundaries on height direction. (it can be any size that is bigger than it's min)
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set maximum height (not including the state value). |
value | The state value. |
max_h | Maximum height value. |
EAPI double edje_edit_state_aspect_min_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the minimum aspect value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get minimum aspect (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_aspect_max_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the maximum aspect value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get maximum aspect (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_aspect_min_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | aspect | ||
) |
Set the minimum aspect value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set minimum aspect (not including the state value). |
value | The state value. |
aspect | Minimum aspect value. |
EAPI Eina_Bool edje_edit_state_aspect_max_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | aspect | ||
) |
Set the maximum aspect value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set maximum aspect (not including the state value). |
value | The state value. |
aspect | Maximum aspect value. |
EAPI unsigned char edje_edit_state_aspect_pref_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the aspect preference of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get aspect preference (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_aspect_pref_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
unsigned char | pref | ||
) |
Set the aspect preference of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set aspect preference (not including the state value). |
value | The state value. |
pref | The aspect preference to set (0 = None, 1 = Vertical, 2 = Horizontal, 3 = Both) |
References EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_state_fill_origin_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill horizontal origin relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the fill horizontal origin relative to area (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_fill_origin_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill vertical origin relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill vertical origin relative to area (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_fill_origin_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill horizontal origin offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill horizontal origin offset relative to area (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_fill_origin_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill vertical origin offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill vertical origin offset relative to area (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_fill_origin_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the fill horizontal origin relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill horizontal origin relative to area (not including the state value). |
value | The state value. |
x | The fill horizontal origin value. |
EAPI Eina_Bool edje_edit_state_fill_origin_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the fill horizontal origin relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill vertical origin relative to area (not including the state value). |
value | The state value. |
y | The fill vertical origin value. |
EAPI Eina_Bool edje_edit_state_fill_origin_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the fill horizontal origin offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill horizontal origin offset relative to area (not including the state value). |
value | The state value. |
x | The fill horizontal origin offset value. |
EAPI Eina_Bool edje_edit_state_fill_origin_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the fill vertical origin offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill vertical origin offset relative to area (not including the state value). |
value | The state value. |
y | The fill vertical origin offset value. |
EAPI double edje_edit_state_fill_size_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill horizontal size relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill horizontal size relative to area (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_fill_size_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill vertical size relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill vertical size relative to area (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_fill_size_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill horizontal size offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill horizontal size offset relative to area (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_fill_size_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the fill vertical size offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get fill vertical size offset relative to area (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_fill_size_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the fill horizontal size relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill horizontal size relative value (not including the state value). |
value | The state value. |
x | The horizontal size relative value. |
EAPI Eina_Bool edje_edit_state_fill_size_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the fill vertical size relative value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill vertical size relative value (not including the state value). |
value | The state value. |
x | The vertical size relative value. |
EAPI Eina_Bool edje_edit_state_fill_size_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | x | ||
) |
Set the fill horizontal size offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill horizontal size offset relative value (not including the state value). |
value | The state value. |
x | The horizontal size offset value. |
EAPI Eina_Bool edje_edit_state_fill_size_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | y | ||
) |
Set the fill vertical size offset value of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set fill vertical size offset relative value (not including the state value). |
value | The state value. |
y | The vertical size offset value. |
EAPI Eina_Bool edje_edit_state_visible_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the visibility of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get visibility (not including the state value). |
value | The state value. |
References EINA_FALSE.
EAPI Eina_Bool edje_edit_state_visible_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | visible | ||
) |
Set the visibility of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set visibility (not including the state value). |
value | The state value. |
visible | To set state visible (EINA_TRUE if the state is visible, EINA_FALSE otherwise) |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI const char* edje_edit_state_color_class_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the color class of the given part state.
Remember to free the string with edje_edit_string_free()
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get color class (not including the state value). |
value | The state value. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_color_class_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | color_class | ||
) |
Set the color class of the given part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set color class (not including the state value). |
value | The state value. |
color_class | The color class to assign. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const Eina_List* edje_edit_state_external_params_list_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the list of parameters for an external part.
DO NOT FREE THE LIST!
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get list of Edje_External_Param (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_external_param_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
Edje_External_Param_Type * | type, | ||
void ** | val | ||
) |
Get the external parameter type and value.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter (not including the state value). |
value | The state value. |
param | The name of the paramter to look for. |
type | The type of the parameter will be stored here. |
val | Pointer to value will be stored here - DO NOT FREE IT! |
References _Edje_External_Param::d, EDJE_EXTERNAL_PARAM_TYPE_BOOL, EDJE_EXTERNAL_PARAM_TYPE_CHOICE, EDJE_EXTERNAL_PARAM_TYPE_DOUBLE, EDJE_EXTERNAL_PARAM_TYPE_INT, EDJE_EXTERNAL_PARAM_TYPE_STRING, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param::name, _Edje_External_Param::s, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_int_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
int * | val | ||
) |
Get external parameter of type INT.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type INT (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | The value of the parameter. |
References EDJE_EXTERNAL_PARAM_TYPE_INT, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param::name, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_bool_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
Eina_Bool * | val | ||
) |
Get external parameter of type BOOL.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type BOOL (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | The value of the parameter. |
References EDJE_EXTERNAL_PARAM_TYPE_BOOL, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param::name, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_double_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
double * | val | ||
) |
Get external parameter of type DOUBLE.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type DOUBLE (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | The value of the parameter. |
References _Edje_External_Param::d, EDJE_EXTERNAL_PARAM_TYPE_DOUBLE, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::name, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_string_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
const char ** | val | ||
) |
Get external parameter of type STRING.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type STRING (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | The value of the parameter. |
References EDJE_EXTERNAL_PARAM_TYPE_STRING, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::name, _Edje_External_Param::s, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_choice_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
const char ** | val | ||
) |
Get external parameter of type CHOICE.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type CHOICE (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | The value of the parameter. |
References EDJE_EXTERNAL_PARAM_TYPE_CHOICE, EINA_FALSE, EINA_LIST_FOREACH, EINA_TRUE, _Edje_External_Param::name, _Edje_External_Param::s, and _Edje_External_Param::type.
EAPI Eina_Bool edje_edit_state_external_param_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
Edje_External_Param_Type | type, | ||
... | |||
) |
Set the external parameter type and value, adding it if it didn't exist before.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter (not including the state value). |
value | The state value. |
param | The name of the paramter set. |
type | The type of the parameter. |
References _Edje_External_Param::d, edje_edit_part_selected_state_get(), EDJE_EXTERNAL_PARAM_TYPE_BOOL, EDJE_EXTERNAL_PARAM_TYPE_CHOICE, EDJE_EXTERNAL_PARAM_TYPE_DOUBLE, EDJE_EXTERNAL_PARAM_TYPE_INT, EDJE_EXTERNAL_PARAM_TYPE_STRING, edje_object_part_external_param_set(), EINA_FALSE, eina_list_append(), EINA_LIST_FOREACH, eina_stringshare_add(), eina_stringshare_del(), EINA_TRUE, _Edje_External_Param::i, _Edje_External_Param::name, _Edje_External_Param::s, and _Edje_External_Param::type.
Referenced by edje_edit_state_external_param_bool_set(), edje_edit_state_external_param_choice_set(), edje_edit_state_external_param_double_set(), edje_edit_state_external_param_int_set(), and edje_edit_state_external_param_string_set().
EAPI Eina_Bool edje_edit_state_external_param_int_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
int | val | ||
) |
Set external parameter of type INT.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type INT (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | Value will be stored here. |
References edje_edit_state_external_param_set(), and EDJE_EXTERNAL_PARAM_TYPE_INT.
EAPI Eina_Bool edje_edit_state_external_param_bool_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
Eina_Bool | val | ||
) |
Set external parameter of type BOOL.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type BOOL (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | Value will be stored here. |
References edje_edit_state_external_param_set(), and EDJE_EXTERNAL_PARAM_TYPE_BOOL.
EAPI Eina_Bool edje_edit_state_external_param_double_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
double | val | ||
) |
Set external parameter of type DOUBLE.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type DOUBLE (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | Value will be stored here. |
References edje_edit_state_external_param_set(), and EDJE_EXTERNAL_PARAM_TYPE_DOUBLE.
EAPI Eina_Bool edje_edit_state_external_param_string_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
const char * | val | ||
) |
Set external parameter of type STRING.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type STRING (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | Value will be stored here. |
References edje_edit_state_external_param_set(), and EDJE_EXTERNAL_PARAM_TYPE_STRING.
EAPI Eina_Bool edje_edit_state_external_param_choice_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | param, | ||
const char * | val | ||
) |
Set external parameter of type CHOICE.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get external parameter of type CHOICE (not including the state value). |
value | The state value. |
param | The name of the paramter. |
val | Value will be stored here. |
References edje_edit_state_external_param_set(), and EDJE_EXTERNAL_PARAM_TYPE_CHOICE.
EAPI const char* edje_edit_state_text_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the text of a part state.
Remember to free the returned string with edje_edit_string_free().
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get text (not including the state value). |
value | The state value. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_text_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | text | ||
) |
Set the text of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set text (not including the state value). |
value | The state value. |
text | The new text to assign. |
References edje_object_calc_force(), EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const char* edje_edit_state_font_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get font name for a given part state.
obj | Object being edited. |
part | The name of the part to get the font of. |
state | The state of the part to get the font of. |
value | Value of the state. |
Remember to free the returned string using edje_edit_string_free().
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the name of the font used (not including the state value). |
value | The state value. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_font_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | font | ||
) |
Set font name for a given part state.
Font name can be any alias of an internal font in the Edje file and, if it doesn't match any, Edje will look for a font with the given name in the system fonts.
obj | Object being edited. |
part | Part to set the font of. |
state | State in which the font is set. |
value | Value of the state. |
font | The font name to use. |
References edje_object_calc_force(), EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI int edje_edit_state_text_size_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the text size of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get text size (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_size_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | size | ||
) |
Set the text size of a part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set text size (not including the state value). |
value | The state value. |
size | The new font size to set (in pixel) |
References edje_object_calc_force(), EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_state_text_align_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the text horizontal align of a part state.
The value range is from 0.0(right) to 1.0(left) If the value is between -1.0 and 0.0 then it uses align automatically.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the text horizontal align (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_text_align_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the text vertical align of a part state.
The value range is from 0.0(top) to 1.0(bottom)
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the text vertical align (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_align_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | align | ||
) |
Set the text horizontal align of a part state.
The value range is from 0.0(right) to 1.0(left) If the value is between -1.0 and 0.0 then it uses align automatically.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the text horizontal align (not including the state value). |
value | The state value. |
align | The new text horizontal align value |
EAPI Eina_Bool edje_edit_state_text_align_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | align | ||
) |
Set the text vertical align of a part state.
The value range is from 0.0(top) to 1.0(bottom)
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the text vertical align (not including the state value). |
value | The state value. |
align | The new text vertical align value |
EAPI double edje_edit_state_text_elipsis_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the text elipsis of a part state.
The value range is from 0.0(right) to 1.0(left), and -1.0 (if disabled)
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the text elipses value (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_elipsis_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | balance | ||
) |
Set the text vertical align of a part state.
The value range is from 0.0(right) to 1.0(left) If the value is in range from -1.0 to 0.0 then ellipsis is disabled.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the text elipses value (not including the state value). |
value | The state value. |
balance | The position where to cut the string |
EAPI Eina_Bool edje_edit_state_text_fit_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part fit it's container horizontally.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the if the text part fit it's container horizontally (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_fit_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | fit | ||
) |
Set if the text part should fit it's container horizontally.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the if the text part fit it's container horizontally (not including the state value). |
value | The state value. |
fit | EINA_TRUE to make the text fit it's container horizontally, EINA_FALSE otherwise. |
EAPI Eina_Bool edje_edit_state_text_fit_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part fit it's container vertically.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the if the text part fit it's container vertically (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_fit_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | fit | ||
) |
Set if the text part should fit it's container vertically.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the if the text part fit it's container vertically (not including the state value). |
value | The state value. |
fit | EINA_TRUE to make the text fit it's container vertically, EINA_FALSE otherwise. |
EAPI Eina_Bool edje_edit_state_text_min_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part forces the minimum horizontal size of the container to be equal to the minimum horizontal size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the the minimum horizontal size of the container to be equal (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_max_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part forces the maximum horizontal size of the container to be equal to the maximum horizontal size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the the minimum horizontal size of the container to be equal (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_min_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part forces the minimum vertical size of the container to be equal to the minimum vertical size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the the minimum vertical size of the container to be equal (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_max_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the text part forces the maximum vertical size of the container to be equal to the maximum vertical size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the the maximum vertical size of the container to be equal (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_text_min_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | v | ||
) |
Set if the text part forces the minimum horizontal size of the container to be equal to the minimum horizontal size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the the minimum horizontal size of the container to be equal (not including the state value). |
value | The state value. |
v | EINA_TRUE to make the text force it's forces container's minimum horizontal size, EINA_FALSE otherwise. |
EAPI Eina_Bool edje_edit_state_text_max_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | v | ||
) |
Set if the text part forces the maximum horizontal size of the container to be equal to the maximum horizontal size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the the maximum horizontal size of the container to be equal (not including the state value). |
value | The state value. |
v | EINA_TRUE to make the text force it's forces container's maximum horizontal size, EINA_FALSE otherwise. |
EAPI Eina_Bool edje_edit_state_text_min_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | v | ||
) |
Set if the text part forces the minimum vertical size of the container to be equal to the minimum vertical size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the the minimum vertical size of the container to be equal (not including the state value). |
value | The state value. |
v | EINA_TRUE to make the text force it's forces container's minimum vertical size, EINA_FALSE otherwise. |
EAPI Eina_Bool edje_edit_state_text_max_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
Eina_Bool | v | ||
) |
Set if the text part forces the maximum vertical size of the container to be equal to the maximum vertical size of the text part.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the the maximum vertical size of the container to be equal (not including the state value). |
value | The state value. |
v | EINA_TRUE to make the text force it's forces container's maximum vertical size, EINA_FALSE otherwise. |
EAPI Eina_List* edje_edit_fonts_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the fonts in the given edje.
Use edje_edit_string_list_free() when you don't need the list anymore.
obj | Object being edited. |
References eina_hash_iterator_data_new(), EINA_ITERATOR_FOREACH, eina_iterator_free(), eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_font_add | ( | Evas_Object * | obj, |
const char * | path, | ||
const char * | alias | ||
) |
Add a new font to the edje file.
The newly created font will be available to all the groups in the edje, not only the current one.
obj | Object being edited. |
path | The file path to load the font from. |
alias | The alias for file, or NULL to use filename |
References EINA_FALSE, eina_hash_del(), eina_hash_direct_add(), eina_hash_find(), eina_hash_string_small_new(), eina_stringshare_add(), eina_stringshare_del(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_font_del | ( | Evas_Object * | obj, |
const char * | alias | ||
) |
Delete font from the edje file.
The font will be removed from all the groups in the edje, not only the current one.
obj | Object being edited. |
alias | The font alias |
References eet_close(), eet_delete(), EET_FILE_MODE_READ_WRITE, eet_open(), EINA_FALSE, eina_hash_del(), eina_hash_find(), and EINA_TRUE.
EAPI const char* edje_edit_font_path_get | ( | Evas_Object * | obj, |
const char * | alias | ||
) |
Get font path for a given font alias.
Remember to free the string with edje_edit_string_free()
obj | Object being edited. |
alias | The font alias. |
References eina_hash_iterator_data_new(), EINA_ITERATOR_FOREACH, eina_iterator_free(), and eina_stringshare_add().
EAPI Eina_List* edje_edit_images_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the images in the given edje.
Use edje_edit_string_list_free() when you don't need the list anymore.
obj | Object being edited. |
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_image_add | ( | Evas_Object * | obj, |
const char * | path | ||
) |
Add an new image to the image collection.
This function add the given image inside the edje. Don't add a new image part but only put the image inside the edje file. It actually write directly to the file so you don't have to save. After you have to create a new image_part that use this image. Note that all the parts in the edje share the same image collection, thus you can/must use the same image for different part.
The format of the image files that can be loaded depend on the evas engine on your system
obj | Object being edited. |
path | The name of the image file to include in the edje. |
References EINA_FALSE, eina_stringshare_add(), eina_stringshare_del(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_image_del | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Delete an image from the image collection.
It actually write directly to the file so you don't have to save.
obj | Object being edited. |
name | The name of the image file to include in the edje. |
References eet_close(), eet_delete(), EET_FILE_MODE_READ_WRITE, eet_open(), EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_image_data_add | ( | Evas_Object * | obj, |
const char * | name, | ||
int | id | ||
) |
Add an image entry to the image collection.
This function adds the given image entry to the edje image collection. The image needs to be inside the eet already, with key name "images/id". After you have to create a new image_part that use this image, referring to it as "name". Note that all the parts in the edje share the same image collection, thus you can/must use the same image for different part.
obj | Object being edited. |
name | The image entry name. |
id | The image id. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const char* edje_edit_state_image_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get normal image name for a given part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the name that is being used (not including the state value). |
value | The state value. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_image_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | image | ||
) |
Set normal image for a given part state.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the image that will be used (not including the state value). |
value | The state value. |
image | The name of the image (must be an image contained in the edje file). |
References edje_object_calc_force(), eina_error_set(), EINA_FALSE, and EINA_TRUE.
EAPI int edje_edit_image_id_get | ( | Evas_Object * | obj, |
const char * | image_name | ||
) |
Get image id for a given image name.
obj | Object being edited. |
image_name | The image name. |
EAPI Edje_Edit_Image_Comp edje_edit_image_compression_type_get | ( | Evas_Object * | obj, |
const char * | image | ||
) |
Get compression type for the given image.
obj | Object being edited. |
image | The name of the image. |
EAPI int edje_edit_image_compression_rate_get | ( | Evas_Object * | obj, |
const char * | image | ||
) |
Get compression rate for the given image.
obj | Object being edited. |
image | The name of the image. |
EDJE_EDIT_IMAGE_COMP_LOSSY
) or < 0, on errors. EAPI void edje_edit_state_image_border_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int * | l, | ||
int * | r, | ||
int * | t, | ||
int * | b | ||
) |
Get the image border of a part state.
Pass NULL to any of [r,g,b,a] to get only the others.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the image border (not including the state value). |
value | The state value. |
l | A pointer to store the left value |
r | A pointer to store the right value |
t | A pointer to store the top value |
b | A pointer to store the bottom value |
EAPI Eina_Bool edje_edit_state_image_border_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | l, | ||
int | r, | ||
int | t, | ||
int | b | ||
) |
Set the image border of a part state.
Pass -1 to any of [l,r,t,b] to leave the value untouched.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the image border (not including the state value). |
value | The state value. |
l | Left border value (or -1). |
r | Right border value (or -1). |
t | Top border value (or -1). |
b | Bottom border value (or -1). |
References edje_object_calc_force(), eina_error_set(), EINA_FALSE, and EINA_TRUE.
EAPI unsigned char edje_edit_state_image_border_fill_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the image center should be draw.
1 or 2 means to draw the center, 0 to don't draw it. If 1 - then the center will apply alpha channel. If 2 (SOLID mode) - then the center of an image wont have alpha channel (Just black color).
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the image border fill (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_image_border_fill_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
unsigned char | fill | ||
) |
Set if the image center should be draw.
1 or 2 means to draw the center, 0 to don't draw it. If 1 - then the center will apply alpha channel. If 2 (SOLID mode) - then the center of an image wont have alpha channel (Just black color).
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to set the image border fill (not including the state value). |
value | The state value. |
fill | Fill to be set. 1 or 2 if the center of the bordered image is draw, 0 otherwise. |
References edje_object_calc_force(), eina_error_set(), EINA_FALSE, and EINA_TRUE.
EAPI Eina_List* edje_edit_state_tweens_list_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the list of all the tweens images in the given part state.
Use edje_edit_string_list_free() when you don't need it anymore.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to get the list of all the tweens images (not including the state value). |
value | The state value. |
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_state_tween_add | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | tween | ||
) |
Add a new tween frame to the given part state.
The tween param must be the name of an existing image.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to add a new tween frame (not including the state value). |
value | The state value. |
tween | The name of the image to add. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_state_tween_del | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | tween | ||
) |
Remove the first tween with the given name.
The image is not removed from the edje.
obj | Object being edited. |
part | Part that contain state. |
state | The name of the state to del the tween (not including the state value). |
value | The state value. |
tween | The name of the image to del. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_List* edje_edit_spectrum_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the spectrum in the given edje object.
Use edje_edit_string_list_free() when you don't need it anymore.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_spectra_add | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Add a new spectra in the given edje object.
obj | Object being edited. |
name | The name of the spectra to include in the edje. |
EAPI Eina_Bool edje_edit_spectra_del | ( | Evas_Object * | obj, |
const char * | spectra | ||
) |
Delete the given spectra from the edje object.
obj | Object being edited. |
spectra | The name of the spectra to delete. |
EAPI Eina_Bool edje_edit_spectra_name_set | ( | Evas_Object * | obj, |
const char * | spectra, | ||
const char * | name | ||
) |
Change the name of the given spectra.
obj | Object being edited. |
spectra | The name of the current spectra. |
name | The new name to assign. |
EAPI int edje_edit_spectra_stop_num_get | ( | Evas_Object * | obj, |
const char * | spectra | ||
) |
Get the number of stops in the given spectra.
obj | Object being edited. |
spectra | The name of the spectra. |
EAPI Eina_Bool edje_edit_spectra_stop_num_set | ( | Evas_Object * | obj, |
const char * | spectra, | ||
int | num | ||
) |
Set the number of stops in the given spectra.
obj | Object being edited. |
spectra | The name of the spectra. |
num | The number of stops you want |
EAPI Eina_Bool edje_edit_spectra_stop_color_get | ( | Evas_Object * | obj, |
const char * | spectra, | ||
int | stop_number, | ||
int * | r, | ||
int * | g, | ||
int * | b, | ||
int * | a, | ||
int * | d | ||
) |
Get the colors of the given stop.
obj | Object being edited. |
spectra | The name of the spectra. |
stop_number | The number of the stop, |
r | Where to store the red color value, |
g | Where to store the green color value, |
b | Where to store the blue color value, |
a | Where to store the alpha color value, |
d | Where to store the delta stop value, |
EAPI Eina_Bool edje_edit_spectra_stop_color_set | ( | Evas_Object * | obj, |
const char * | spectra, | ||
int | stop_number, | ||
int | r, | ||
int | g, | ||
int | b, | ||
int | a, | ||
int | d | ||
) |
Set the colors of the given stop.
obj | Object being edited. |
spectra | The name of the spectra. |
stop_number | The number of the stops, |
r | The red color value to set, |
g | The green color value to set, |
b | The blue color value to set, |
a | The alpha color value to set, |
d | The delta stop value to set, |
EAPI const char* edje_edit_state_gradient_type_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the type of gradient.
Remember to free the string with edje_edit_string_free().
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get the gradient type (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_gradient_type_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | type | ||
) |
Set the type of gradient.
Gradient type can be on of the following: linear, linear.diag, linear.codiag, radial, rectangular, angular, sinusoidal
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set the gradient type (not including the state value). |
value | The state value. |
type | The type of gradient to use. |
EAPI Eina_Bool edje_edit_state_gradient_use_fill_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get if the current gradient use the fill properties or the gradient_rel as params.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set the gradient type (not including the state value). |
value | The state value. |
EAPI const char* edje_edit_state_gradient_spectra_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the spectra used by part state.
Remember to free the string with edje_edit_string_free().
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get the spectra name used (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_gradient_spectra_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
const char * | spectra | ||
) |
Set the spectra used by part state.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set the spectra (not including the state value). |
value | The state value. |
spectra | The spectra name to assign |
EAPI int edje_edit_state_gradient_angle_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the angle of the gradient.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get the angle (not including the state value). |
value | The state value. |
EAPI void edje_edit_state_gradient_angle_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | angle | ||
) |
Set the angle of the gradient.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set the angle (not including the state value). |
value | The state value. |
angle | The angle to set. |
EAPI double edje_edit_state_gradient_rel1_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel1 horizontal relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel1 relative x value (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_gradient_rel1_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel1 vertical relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel1 relative y value (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_gradient_rel2_relative_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel2 horizontal relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel2 relative x value (not including the state value). |
value | The state value. |
EAPI double edje_edit_state_gradient_rel2_relative_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel2 vertical relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel2 relative y value (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_gradient_rel1_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | val | ||
) |
Set the gradient rel1 horizontal relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel1 relative x value (not including the state value). |
value | The state value. |
val | The rel1 relative x to be set, |
EAPI Eina_Bool edje_edit_state_gradient_rel1_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | val | ||
) |
Set the gradient rel1 vertical relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel1 relative y value (not including the state value). |
value | The state value. |
val | The rel1 relative y to be set, |
EAPI Eina_Bool edje_edit_state_gradient_rel2_relative_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | val | ||
) |
Set the gradient rel2 horizontal relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel2 relative x value (not including the state value). |
value | The state value. |
val | The rel2 relative x to be set, |
EAPI Eina_Bool edje_edit_state_gradient_rel2_relative_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
double | val | ||
) |
Set the gradient rel2 vertical relative value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel2 relative y value (not including the state value). |
value | The state value. |
val | The rel2 relative y to be set, |
EAPI int edje_edit_state_gradient_rel1_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel1 horizontal offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel1 offset x value (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_gradient_rel1_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel1 vertical offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel1 offset y value (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_gradient_rel2_offset_x_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel2 horizontal offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel2 offset x value (not including the state value). |
value | The state value. |
EAPI int edje_edit_state_gradient_rel2_offset_y_get | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value | ||
) |
Get the gradient rel2 vertical offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to get rel2 offset y value (not including the state value). |
value | The state value. |
EAPI Eina_Bool edje_edit_state_gradient_rel1_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | val | ||
) |
Set the gradient rel1 horizontal offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel1 offset x value (not including the state value). |
value | The state value. |
val | The rel1 offset x value. |
EAPI Eina_Bool edje_edit_state_gradient_rel1_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | val | ||
) |
Set the gradient rel1 vertical offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel1 offset y value (not including the state value). |
value | The state value. |
val | The rel1 offset y value. |
EAPI Eina_Bool edje_edit_state_gradient_rel2_offset_x_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | val | ||
) |
Set the gradient rel2 horizontal offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel2 offset x value (not including the state value). |
value | The state value. |
val | The rel2 offset x value. |
EAPI Eina_Bool edje_edit_state_gradient_rel2_offset_y_set | ( | Evas_Object * | obj, |
const char * | part, | ||
const char * | state, | ||
double | value, | ||
int | val | ||
) |
Set the gradient rel2 vertical offset value.
obj | Object being edited. |
part | The part that contain state. |
state | The name of the state to set rel2 offset y value (not including the state value). |
value | The state value. |
val | The rel2 offset y value. |
EAPI Eina_List* edje_edit_programs_list_get | ( | Evas_Object * | obj | ) |
Get the list of all the programs in the given edje object.
Use edje_edit_string_list_free() when you don't need it anymore.
obj | Object being edited. |
References eina_list_append(), and eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_add | ( | Evas_Object * | obj, |
const char * | name | ||
) |
Add a new program to the edje file.
If a program with the same name just exist the function will fail.
obj | Object being edited. |
name | The name of the new program. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_del | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Remove the given program from the edje file.
obj | Object being edited. |
prog | The name of the program to remove. |
References EINA_FALSE, eina_hash_add(), eina_hash_find(), EINA_LIST_FOREACH_SAFE, EINA_LIST_FREE, eina_list_remove_list(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_exist | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Check if a program with the given name exist in the edje object.
obj | Object being edited. |
prog | The prog of the program that will be searched. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_run | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Run the given program.
obj | Object being edited. |
prog | The name of the program to execute. |
References EINA_FALSE, and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_name_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | new_name | ||
) |
Set a new name for the given program.
obj | Object being edited. |
prog | The current program name. |
new_name | The new name to assign. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const char* edje_edit_program_source_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get source of a given program.
Remember to free the returned string using edje_edit_string_free().
obj | Object being edited. |
prog | The name of the program to get source. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_source_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | source | ||
) |
Set source of the given program.
obj | Object being edited. |
prog | The name of the program to set source. |
source | The new source value. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI const char* edje_edit_program_signal_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get signal of a given program.
Remember to free the returned string using edje_edit_string_free().
obj | Object being edited. |
prog | The name of the program to get the signal. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_signal_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | signal | ||
) |
Set signal of the given program.
obj | Object being edited. |
prog | The name of the program to set the signal. |
signal | The new signal value. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI double edje_edit_program_in_from_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get in.from of a given program.
obj | Object being edited. |
prog | The name of the program to get the delay. |
EAPI Eina_Bool edje_edit_program_in_from_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | seconds | ||
) |
Set in.from of a given program.
obj | Object being edited. |
prog | The name of the program to set the delay. |
seconds | Number of seconds to delay the program execution |
References EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_program_in_range_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get in.range of a given program.
obj | Object being edited. |
prog | The name of the program to get random delay. |
EAPI Eina_Bool edje_edit_program_in_range_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | seconds | ||
) |
Set in.range of a given program.
obj | Object being edited. |
prog | The name of the program to set random delay. |
seconds | Max random number of seconds to delay. |
References EINA_FALSE, and EINA_TRUE.
EAPI Edje_Action_Type edje_edit_program_action_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the action of a given program.
obj | Object being edited. |
prog | The name of the program to get the action. |
EAPI Eina_Bool edje_edit_program_action_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
Edje_Action_Type | action | ||
) |
Set the action of a given program.
Action can be one of EDJE_ACTION_TYPE_NONE, _STATE_SET, ACTION_STOP, SIGNAL_EMIT, DRAG_VAL_SET, _DRAG_VAL_STEP, _DRAG_VAL_PAGE, _SCRIPT
obj | Object being edited. |
prog | The name of the program to set the action. |
action | The new action type. |
References EINA_FALSE, eina_hash_find(), eina_hash_set(), and EINA_TRUE.
EAPI Eina_List* edje_edit_program_targets_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the list of the targets for the given program.
Use edje_edit_string_list_free() when you don't need it anymore.
obj | Object being edited. |
prog | The name of the progrem to get the list of the targets. |
References eina_list_append(), EINA_LIST_FOREACH, and eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_target_add | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | target | ||
) |
Add a new target program to the list of 'targets' in the given program.
If program action is EDJE_ACTION_TYPE_ACTION_STOP
, then 'target' must be an existing program name. If it's EDJE_ACTION_TYPE_STATE_SET
, then 'target' must be an existing part name.
obj | Object being edited. |
prog | The name of the program to add a new target. |
target | The name of the new target itself. |
References EINA_FALSE, eina_list_append(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_target_del | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | target | ||
) |
Deletes a target from the list of 'targets' in the given program.
If program action is EDJE_ACTION_TYPE_ACTION_STOP then 'target' must be an existing program name. If action is EDJE_ACTION_TYPE_STATE_SET then 'target' must be an existing part name.
obj | Object being edited. |
prog | The name of the program to del a target from the list of targets. |
target | The name of another program or another part. |
References EINA_FALSE, EINA_LIST_FOREACH, eina_list_remove_list(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_targets_clear | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Clear the 'targets' list of the given program.
obj | Object being edited. |
prog | The name of the program to cleaar the 'targets' list. |
References EINA_FALSE, eina_list_data_get(), eina_list_remove_list(), and EINA_TRUE.
EAPI Eina_List* edje_edit_program_afters_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the list of action that will be run after the give program.
Use edje_edit_string_list_free() when you don't need it anymore.
obj | Object being edited. |
prog | The name of the program to get the list of actions |
References eina_list_append(), EINA_LIST_FOREACH, and eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_after_add | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | after | ||
) |
Add a new program name to the list of 'afters' in the given program.
All the programs listed in 'afters' will be executed after program execution.
obj | Object being edited. |
prog | The name of the program that contains the list of afters |
after | The name of another program to add to the afters list |
References EINA_FALSE, eina_list_append(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_after_del | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | after | ||
) |
Delete the given program from the list of 'afters' of the program.
obj | Object being edited. |
prog | The name of the program from where to remove the after. |
after | The name of the program to remove from the list of afters. |
References EINA_FALSE, EINA_LIST_FOREACH, eina_list_remove_list(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_afters_clear | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Clear the 'afters' list of the given program.
obj | Object being edited. |
prog | The name of the program to clear the 'afters' list. |
References EINA_FALSE, eina_list_data_get(), eina_list_remove_list(), and EINA_TRUE.
EAPI const char* edje_edit_program_state_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the state for the given program.
In a STATE_SET action this is the name of state to set. In a SIGNAL_EMIT action is the name of the signal to emit.
obj | Object being edited. |
prog | The name of the program to get the state. |
References eina_stringshare_add().
EAPI const char* edje_edit_program_api_name_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get api's name of a program.
obj | Object being edited. |
prog | Name of program. |
References eina_stringshare_add().
EAPI const char* edje_edit_program_api_description_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get api's description of a program.
obj | Object being edited. |
prog | Name of program. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_api_name_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | name | ||
) |
Set api's name of a program.
obj | Object being edited. |
prog | Name of the part. |
name | New name for the api property. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_api_description_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | description | ||
) |
Set api's description of a program.
obj | Object being edited. |
prog | Name of the program. |
description | New description for the api property. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_program_state_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | state | ||
) |
Set the state for the given program.
In a STATE_SET action this is the name of state to set. In a SIGNAL_EMIT action is the name of the signal to emit.
obj | Object being edited. |
prog | The name of the program to set a state. |
state | The nameo of the state to set (not including the state value) |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI double edje_edit_program_value_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the value of state for the given program.
In a STATE_SET action this is the value of state to set. Not used on SIGNAL_EMIT action.
obj | Object being edited. |
prog | The name of the program to get the value of state. |
EAPI Eina_Bool edje_edit_program_value_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | value | ||
) |
Set the value of state for the given program.
In a STATE_SET action this is the value of state to set. Not used on SIGNAL_EMIT action.
obj | Object being edited. |
prog | The name of the program to set the value of state. |
value | The vale to set. |
References EINA_FALSE, and EINA_TRUE.
EAPI const char* edje_edit_program_state2_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the state2 for the given program.
In a STATE_SET action is not used In a SIGNAL_EMIT action is the source of the emitted signal.
obj | Object being edited. |
prog | The name of the program to get the state2. |
References eina_stringshare_add().
EAPI Eina_Bool edje_edit_program_state2_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | state2 | ||
) |
Set the state2 for the given program.
In a STATE_SET action is not used In a SIGNAL_EMIT action is the source of the emitted signal.
obj | Object being edited. |
prog | The name of the program to set the state2. |
state2 | The name of the state to set. |
References EINA_FALSE, eina_stringshare_add(), and EINA_TRUE.
EAPI double edje_edit_program_value2_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the value of state2 for the given program.
obj | Object being edited. |
prog | The name of the program to get the state2 value. |
EAPI Eina_Bool edje_edit_program_value2_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | value | ||
) |
Set the value2 of state for the given program.
This is used in DRAG_ACTION
obj | Object being edited. |
prog | The name of the program to set the state2 value. |
value | The value of the state2 to set. |
References EINA_FALSE, and EINA_TRUE.
EAPI Edje_Tween_Mode edje_edit_program_transition_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the type of transition to use when apply animations.
Can be one of: EDJE_TWEEN_MODE_NONE, EDJE_TWEEN_MODE_LINEAR, EDJE_TWEEN_MODE_SINUSOIDAL, EDJE_TWEEN_MODE_ACCELERATE or EDJE_TWEEN_MODE_DECELERATE.
obj | Object being edited. |
prog | The name of the program to get the transition. |
EAPI Eina_Bool edje_edit_program_transition_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
Edje_Tween_Mode | transition | ||
) |
Set the type of transition to use when apply animations.
Can be one of: EDJE_TWEEN_MODE_NONE, EDJE_TWEEN_MODE_LINEAR, EDJE_TWEEN_MODE_SINUSOIDAL, EDJE_TWEEN_MODE_ACCELERATE or EDJE_TWEEN_MODE_DECELERATE.
obj | Object being edited. |
prog | The name of the program to set the transition. |
transition | The transition type to set |
References EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_program_transition_value1_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the interpolation value 1 of the transition.
Can be used with one of transition type: EDJE_TWEEN_MODE_ACCELERATE_FACTOR, EDJE_TWEEN_MODE_DECELERATE_FACTOR, EDJE_TWEEN_MODE_SINUSOIDAL_FACTOR, EDJE_TWEEN_MODE_DIVISOR_INTERP, EDJE_TWEEN_MODE_BOUNCE or EDJE_TWEEN_MODE_SPRING.
obj | Object being edited. |
prog | The name of the program to get the interpolation value 1. |
References eina_error_set().
EAPI Eina_Bool edje_edit_program_transition_value1_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | value | ||
) |
Set the interpolation value 1 of the transition.
Can be used with one of transition type: EDJE_TWEEN_MODE_ACCELERATE_FACTOR, EDJE_TWEEN_MODE_DECELERATE_FACTOR, EDJE_TWEEN_MODE_SINUSOIDAL_FACTOR, EDJE_TWEEN_MODE_DIVISOR_INTERP, EDJE_TWEEN_MODE_BOUNCE or EDJE_TWEEN_MODE_SPRING.
obj | Object being edited. |
prog | The name of the program to get the interpolation value 1. |
value | The interpolation value 1 for the transition. |
References eina_error_set(), EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_program_transition_value2_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the interpolation value 2 of the transition.
Can be used with one of transition type: EDJE_TWEEN_MODE_DIVISOR_INTERP, EDJE_TWEEN_MODE_BOUNCE or EDJE_TWEEN_MODE_SPRING.
obj | Object being edited. |
prog | The name of the program to get the interpolation value 2. |
References eina_error_set().
EAPI Eina_Bool edje_edit_program_transition_value2_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | value | ||
) |
Set the interpolation value 2 of the transition.
Can be used with one of transition type: EDJE_TWEEN_MODE_DIVISOR_INTERP, EDJE_TWEEN_MODE_BOUNCE or EDJE_TWEEN_MODE_SPRING.
obj | Object being edited. |
prog | The name of the program to get the interpolation value 2. |
value | The interpolation value 2 for the transition. |
References eina_error_set(), EINA_FALSE, and EINA_TRUE.
EAPI double edje_edit_program_transition_time_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the duration of the transition in seconds.
obj | Object being edited. |
prog | The name of the program to get the transition time. |
EAPI Eina_Bool edje_edit_program_transition_time_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
double | seconds | ||
) |
Set the duration of the transition in seconds.
obj | Object being edited. |
prog | The name of the program to set the transition time. |
seconds | The duration of the transition (in seconds). |
References EINA_FALSE, and EINA_TRUE.
EAPI char* edje_edit_script_get | ( | Evas_Object * | obj | ) |
Get the Embryo script for the group of the given object.
Get the shared script for the group under edition. Shared script means the script {} block for the group, not counting what's in each program. It returns a malloc'd duplicate of the code, so users are free to modify the contents directly and they should remember to free() it when done. NULL will be returned if there's no script or an error occurred.
obj | Object being edited. |
EAPI Eina_Bool edje_edit_script_set | ( | Evas_Object * | obj, |
const char * | code | ||
) |
Set the code for the group script.
Set the Embryo source code for the shared script of the edited group. Note that changing the code itself will not update the running VM, you need to call edje_edit_script_compile for it to get updated.
obj | The object being edited |
code | The Embryo source |
References EINA_FALSE, and EINA_TRUE.
EAPI char* edje_edit_script_program_get | ( | Evas_Object * | obj, |
const char * | prog | ||
) |
Get the Embryo script for the given program.
Get the script code for the given program. Like the group script, this function returns a duplicate of the code that the user can modify at will and must free when done using it. NULL will be returned if the program doesn't exist, doesn't have any script or is not of type script.
obj | Object being edited |
prog | Program name |
References eina_hash_find().
EAPI Eina_Bool edje_edit_script_program_set | ( | Evas_Object * | obj, |
const char * | prog, | ||
const char * | code | ||
) |
Set the Embryo script for the given program.
Set the Embryo source code for the program prog
. It must be an existing program of type EDJE_ACTION_TYPE_SCRIPT, or the function will fail and do nothing. Note that changing the code itself will not update the running VM, you need to call edje_edit_script_compile for it to get updated.
obj | The object being edited |
prog | The program name. |
code | The Embryo source |
References EINA_FALSE, eina_hash_find(), and EINA_TRUE.
EAPI Eina_Bool edje_edit_script_compile | ( | Evas_Object * | obj | ) |
Compile the Embryo script for the given object.
If required, this function will process all script code for the group and build the bytecode, updating the running Embryo VM Program if the build is succesful.
obj | The object being edited |
References EINA_FALSE, and EINA_TRUE.
EAPI const Eina_List* edje_edit_script_error_list_get | ( | Evas_Object * | obj | ) |
Get the list of errors resulting from the last script build.
Get the list of errors that resulted from the last attempt to rebuild the Embryo script for the edited group. This will be a standard Eina_List with Edje_Edit_Script_Error pointers as its data. The user should not do anything else but read the contents of this list. These errors can be the output of the embryo compiler, or internal errors generated by Edje_Edit if the preprocessing of the scripts failed.
obj | The object being edited |