Base widget smart data. More...
Data Fields | |
Evas_Object * | obj |
object pointer for this widget smart data | |
Evas_Object * | parent_obj |
parent object of a widget in the elementary tree | |
Evas_Object * | parent2 |
parent object for an inlined window | |
Evas_Coord | x |
Evas_Coord | y |
Evas_Coord | w |
Evas_Coord | h |
Eina_List * | subobjs |
list of widgets' sub objects in the elementary tree | |
Evas_Object * | resize_obj |
an unique object for each widget that shows the look of a widget. More... | |
Evas_Object * | hover_obj |
Eina_List * | tooltips |
Eina_List * | cursors |
Evas_Object * | focus_previous |
Evas_Object * | focus_next |
Evas_Object * | focus_up |
Evas_Object * | focus_down |
Evas_Object * | focus_right |
Evas_Object * | focus_left |
Elm_Object_Item * | item_focus_previous |
Elm_Object_Item * | item_focus_next |
Elm_Object_Item * | item_focus_up |
Elm_Object_Item * | item_focus_down |
Elm_Object_Item * | item_focus_right |
Elm_Object_Item * | item_focus_left |
Evas_Coord | rx |
Evas_Coord | ry |
Evas_Coord | rw |
Evas_Coord | rh |
int | scroll_hold |
int | scroll_freeze |
double | scale |
Elm_Theme * | theme |
const char * | style |
const char * | focus_highlight_style |
custom focus style for a widget | |
const char * | access_info |
const char * | accessible_name |
unsigned int | focus_order |
Eina_Bool | focus_order_on_calc |
int | child_drag_x_locked |
int | child_drag_y_locked |
Eina_Inlist * | translate_strings |
Eina_List * | focus_chain |
Eina_List * | event_cb |
void * | on_show_region_data |
void(* | on_show_region )(void *data, Evas_Object *obj) |
int | orient_mode |
Elm_Focus_Move_Policy | focus_move_policy |
Elm_Focus_Region_Show_Mode | focus_region_show_mode |
struct { | |
Efl_Ui_Focus_Manager * manager | |
Efl_Ui_Focus_Object * parent | |
Eina_Bool logical | |
} | focus |
struct { | |
int child_count | |
Efl_Ui_Focus_Object * parent | |
} | logical |
struct { | |
Efl_Ui_Focus_Manager * manager | |
Efl_Ui_Focus_User * provider | |
} | manager |
Eina_Bool | drag_x_locked: 1 |
Eina_Bool | drag_y_locked: 1 |
Eina_Bool | can_focus: 1 |
Eina_Bool | child_can_focus: 1 |
Eina_Bool | focused: 1 |
Eina_Bool | top_win_focused: 1 |
Eina_Bool | tree_unfocusable: 1 |
Eina_Bool | focus_move_policy_auto_mode: 1 |
Eina_Bool | highlight_ignore: 1 |
Eina_Bool | highlight_in_theme: 1 |
Eina_Bool | access_highlight_in_theme: 1 |
Eina_Bool | disabled: 1 |
Eina_Bool | is_mirrored: 1 |
Eina_Bool | mirrored_auto_mode: 1 |
Eina_Bool | still_in: 1 |
Eina_Bool | highlighted: 1 |
Eina_Bool | highlight_root: 1 |
Eina_Bool | on_translate: 1 |
This is true when any types of elm translate function is being called. More... | |
Eina_Bool | on_create: 1 |
This is true when the widget is on creation(general widget constructor). More... | |
Eina_Bool | on_destroy: 1 |
This is true when the widget is on destruction(general widget destructor). More... | |
Eina_Bool | provider_lookup: 1 |
This is true when efl_provider_find is currently walking the tree. | |
Base widget smart data.
This is data bound to an Elementary object instance, so its particular to that specific object and not shared between all objects in its class. It is here, though, that we got a pointer to the object's class, the first field – 'api'
.
Evas_Object* _Elm_Widget_Smart_Data::resize_obj |
an unique object for each widget that shows the look of a widget.
Resize object's geometry is same as the widget. This resize object is different from that of window's resize object.
Referenced by elm_win_floating_mode_get().
Eina_Bool _Elm_Widget_Smart_Data::on_translate |
This is true when any types of elm translate function is being called.
Eina_Bool _Elm_Widget_Smart_Data::on_create |
This is true when the widget is on creation(general widget constructor).
Eina_Bool _Elm_Widget_Smart_Data::on_destroy |
This is true when the widget is on destruction(general widget destructor).