Eolian classes: Fix according to namespace changes in efl.

This commit is contained in:
Tom Hacohen 2014-06-27 23:36:05 +01:00
parent f6b7d26808
commit 1bcdadb52e
82 changed files with 323 additions and 323 deletions

View File

@ -166,9 +166,9 @@ class Elm_Ctxpopup (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Elm_Widget.parent.set;
Elm_Widget.focus_direction;
Elm_Widget.sub_object_add;

View File

@ -36,9 +36,9 @@ class Elm_Fileselector (Elm_Layout, Elm_Interface_Fileselector)
implements {
class.constructor;
class.destructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_next;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.focus_direction;

View File

@ -97,9 +97,9 @@ class Elm_Fileselector_Button (Elm_Button, Elm_Interface_Fileselector)
}
}
implements {
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Button.admits_autorepeat.get;
Elm_Interface_Fileselector.selected_paths.get;

View File

@ -98,9 +98,9 @@ class Elm_Fileselector_Entry (Elm_Layout, Elm_Interface_Fileselector)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Hoversel (Elm_Button, Evas_Selectable_Interface)
class Elm_Hoversel (Elm_Button, Evas.Selectable_Interface)
{
eo_prefix: elm_obj_hoversel;
properties {
@ -139,11 +139,11 @@ class Elm_Hoversel (Elm_Button, Evas_Selectable_Interface)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.parent.set;
Elm_Widget.theme_apply;
Elm_Widget.translate;

View File

@ -254,9 +254,9 @@ class Elm_Multibuttonentry (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -255,10 +255,10 @@ class Elm_Naviframe (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.show;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -3,9 +3,9 @@ class Elm_Player (Elm_Layout)
eo_prefix: elm_obj_player;
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.event;
Elm_Container.content_set;

View File

@ -158,9 +158,9 @@ class Elm_Popup (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.theme_apply;

View File

@ -4,8 +4,8 @@ eo_prefix: elm_obj_access;
data: null;
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.activate;
Elm_Widget.on_focus;
}

View File

@ -77,8 +77,8 @@ class Elm_Actionslider (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.theme_apply;

View File

@ -1,4 +1,4 @@
class Elm_App_Client (Eo_Base)
class Elm_App_Client (Eo.Base)
{
legacy_prefix: null;
eo_prefix: elm_app_client;
@ -52,8 +52,8 @@ class Elm_App_Client (Eo_Base)
}
}
implements {
Eo_Base.constructor;
Eo_Base.destructor;
Eo.Base.constructor;
Eo.Base.destructor;
}
events {
view,created; /*@ Called when a view of this application is created. */

View File

@ -1,4 +1,4 @@
class Elm_App_Client_View (Eo_Base)
class Elm_App_Client_View (Eo.Base)
{
legacy_prefix: null;
eo_prefix: elm_app_client_view;
@ -111,8 +111,8 @@ class Elm_App_Client_View (Eo_Base)
}
}
implements {
Eo_Base.constructor;
Eo_Base.destructor;
Eo.Base.constructor;
Eo.Base.destructor;
}
events {
state,changed; /*@ State of view changed. */

View File

@ -1,4 +1,4 @@
class Elm_App_Server (Eo_Base)
class Elm_App_Server (Eo.Base)
{
legacy_prefix: null;
eo_prefix: elm_app_server;
@ -90,8 +90,8 @@ class Elm_App_Server (Eo_Base)
}
}
implements {
Eo_Base.constructor;
Eo_Base.destructor;
Eo.Base.constructor;
Eo.Base.destructor;
}
events {
terminate; /*@ Called when application must be terminated. */

View File

@ -1,4 +1,4 @@
class Elm_App_Server_View (Eo_Base)
class Elm_App_Server_View (Eo.Base)
{
legacy_prefix: null;
eo_prefix: elm_app_server_view;
@ -101,8 +101,8 @@ class Elm_App_Server_View (Eo_Base)
}
}
implements {
Eo_Base.constructor;
Eo_Base.destructor;
Eo.Base.constructor;
Eo.Base.destructor;
}
events {
resumed; /*@ Called when view must be resumed */

View File

@ -1,8 +1,8 @@
class Elm_Atspi_App_Object (Eo_Base, Elm_Interface_Atspi_Accessible)
class Elm_Atspi_App_Object (Eo.Base, Elm_Interface_Atspi_Accessible)
{
data: Elm_Atspi_App_Object_Data;
implements {
Eo_Base.destructor;
Eo.Base.destructor;
Elm_Interface_Atspi_Accessible.name.get;
Elm_Interface_Atspi_Accessible.description.get;
Elm_Interface_Atspi_Accessible.description.set;

View File

@ -140,8 +140,8 @@ class Elm_Bg (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Layout.content_aliases.get;
Elm_Layout.sizing_eval;
}

View File

@ -307,9 +307,9 @@ class Elm_Box (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -31,8 +31,8 @@ class Elm_Bubble (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Button (Elm_Layout, Evas_Clickable_Interface,
class Elm_Button (Elm_Layout, Evas.Clickable_Interface,
Elm_Interface_Atspi_Widget_Action)
{
eo_prefix: elm_obj_button;
@ -98,8 +98,8 @@ class Elm_Button (Elm_Layout, Evas_Clickable_Interface,
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.activate;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -395,10 +395,10 @@ class Elm_Calendar (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -46,8 +46,8 @@ class Elm_Check (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.activate;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -242,9 +242,9 @@ class Elm_Clock (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.access;

View File

@ -1148,7 +1148,7 @@ _sub_obj_size_hints_set(Evas_Object *sobj,
Evas_Coord minw = -1, minh = -1;
elm_coords_finger_size_adjust(timesw, &minw, timesh, &minh);
if (sobj && eo_isa(sobj, EDJE_CLASS))
if (sobj && eo_isa(sobj, EDJE_OBJECT_CLASS))
edje_object_size_min_restricted_calc(sobj, &minw, &minh, minw, minh);
evas_object_size_hint_min_set(sobj, minw, minh);
evas_object_size_hint_max_set(sobj, -1, -1);

View File

@ -125,9 +125,9 @@ class Elm_Colorselector (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -3,9 +3,9 @@ class Elm_Conformant (Elm_Layout)
eo_prefix: elm_obj_conformant;
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.parent.set;
Elm_Widget.theme_apply;
Elm_Layout.content_aliases.get;

View File

@ -320,9 +320,9 @@ class Elm_Datetime (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -163,9 +163,9 @@ class Elm_Dayselector (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.translate;

View File

@ -234,12 +234,12 @@ class Elm_Diskselector (Elm_Widget, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.member_add;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.member_add;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.focus_next_manager_is;
Elm_Widget.access;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface,
class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface,
Elm_Interface_Atspi_Text, Elm_Interface_Atspi_Editable_Text)
{
eo_prefix: elm_obj_entry;
@ -1158,14 +1158,14 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface,
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.member_add;
Evas_Object_Smart.add;
Evas_Object_Smart.resize;
Evas_Object_Smart.del;
Evas_Object_Smart.show;
Evas_Object_Smart.hide;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.member_add;
Evas.Object_Smart.add;
Evas.Object_Smart.resize;
Evas.Object_Smart.del;
Evas.Object_Smart.show;
Evas.Object_Smart.hide;
Elm_Widget.activate;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.theme_apply;

View File

@ -242,9 +242,9 @@ class Elm_Flip (Elm_Container)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_direction;
Elm_Widget.sub_object_add;
Elm_Widget.theme_apply;

View File

@ -194,9 +194,9 @@ class Elm_Flipselector (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -1,4 +1,4 @@
class Elm_Frame (Elm_Layout, Evas_Clickable_Interface)
class Elm_Frame (Elm_Layout, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_frame;
properties {
@ -63,10 +63,10 @@ class Elm_Frame (Elm_Layout, Evas_Clickable_Interface)
}
}
implements {
Eo_Base.constructor;
Eo.Base.constructor;
class.constructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.add;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface)
class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_gengrid;
properties {
@ -663,12 +663,12 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interfac
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -3,10 +3,10 @@ class Elm_Gengrid_Pan (Elm_Pan)
eo_prefix: elm_obj_gengrid_pan;
implements {
class.constructor;
Eo_Base.destructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.move;
Evas_Object_Smart.resize;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
Elm_Pan.content_size.get;
Elm_Pan.pos;
Elm_Pan.pos_min.get;

View File

@ -1,4 +1,4 @@
class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface)
class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_genlist;
properties {
@ -729,12 +729,12 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interfac
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.member_add;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.member_add;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.sub_object_add;

View File

@ -3,11 +3,11 @@ class Elm_Genlist_Pan (Elm_Pan)
eo_prefix: elm_obj_genlist_pan;
implements {
class.constructor;
Eo_Base.destructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.move;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Pan.content_size.get;
Elm_Pan.pos;
Elm_Pan.pos_min.get;

View File

@ -153,9 +153,9 @@ class Elm_Gesture_Layer (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.disable;
}

View File

@ -165,10 +165,10 @@ class Elm_Glview (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.on_focus;
}
events {

View File

@ -74,9 +74,9 @@ class Elm_Grid (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Hover (Elm_Layout, Evas_Clickable_Interface)
class Elm_Hover (Elm_Layout, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_hover;
properties {
@ -70,13 +70,13 @@ class Elm_Hover (Elm_Layout, Evas_Clickable_Interface)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.sub_object_add;
Elm_Widget.parent;

View File

@ -96,9 +96,9 @@ class Elm_Icon (Elm_Image)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Image.memfile.set;
Elm_Image.sizing_eval;

View File

@ -1,4 +1,4 @@
class Elm_Image (Elm_Widget, Evas_Clickable_Interface, Elm_Interface_Atspi_Image)
class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image)
{
eo_prefix: elm_obj_image;
properties {
@ -534,17 +534,17 @@ class Elm_Image (Elm_Widget, Evas_Clickable_Interface, Elm_Interface_Atspi_Image
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.clip.set;
Evas_Object_Smart.clip_unset;
Evas_Object_Smart.show;
Evas_Object_Smart.color.set;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.clip.set;
Evas.Object_Smart.clip_unset;
Evas.Object_Smart.show;
Evas.Object_Smart.color.set;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.event;
Elm_Interface_Atspi_Image.extents.get;

View File

@ -348,9 +348,9 @@ class Elm_Index (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -1,10 +1,10 @@
mixin Elm_Interface_Atspi_Widget (Elm_Interface_Atspi_Accessible, Elm_Interface_Atspi_Component, Eo_Base)
mixin Elm_Interface_Atspi_Widget (Elm_Interface_Atspi_Accessible, Elm_Interface_Atspi_Component, Eo.Base)
{
eo_prefix: elm_interface_atspi_widget;
data: Elm_Interface_Atspi_Widget_Data;
implements {
Eo_Base.constructor;
Eo_Base.destructor;
Eo.Base.constructor;
Eo.Base.destructor;
Elm_Interface_Atspi_Accessible.name.get;
Elm_Interface_Atspi_Accessible.description.get;
Elm_Interface_Atspi_Accessible.description.set;

View File

@ -1,4 +1,4 @@
mixin Elm_Interface_Scrollable(Evas_Scrollable_Interface, Evas_Object_Smart)
mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
{
legacy_prefix: null;
eo_prefix: elm_interface_scrollable;
@ -512,10 +512,10 @@ mixin Elm_Interface_Scrollable(Evas_Scrollable_Interface, Evas_Object_Smart)
}
}
implements {
Eo_Base.constructor;
Eo.Base.constructor;
class.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
}
events {
changed;

View File

@ -22,8 +22,8 @@ class Elm_Inwin (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.parent.set;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -189,8 +189,8 @@ class Elm_Label (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.theme_apply;

View File

@ -1676,7 +1676,7 @@ _elm_layout_eo_base_dbg_info_get(Eo *eo_obj, Elm_Layout_Smart_Data *_pd EINA_UNU
eo_do_super(eo_obj, MY_CLASS, eo_dbg_info_get(root));
ELM_WIDGET_DATA_GET_OR_RETURN(eo_obj, wd);
if (wd->resize_obj && eo_isa(wd->resize_obj, EDJE_CLASS))
if (wd->resize_obj && eo_isa(wd->resize_obj, EDJE_OBJECT_CLASS))
{
Eo_Dbg_Info *group = EO_DBG_INFO_LIST_APPEND(root, MY_CLASS_NAME);
const char *file, *edje_group;

View File

@ -650,11 +650,11 @@ class Elm_Layout (Elm_Container)
}
implements {
class.constructor;
Eo_Base.constructor;
Eo_Base.dbg_info_get;
Evas_Object_Smart.del;
Evas_Object_Smart.add;
Evas_Object_Smart.calculate;
Eo.Base.constructor;
Eo.Base.dbg_info_get;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object_Smart.calculate;
Elm_Widget.focus_direction;
Elm_Widget.sub_object_add;
Elm_Widget.theme_apply;

View File

@ -587,12 +587,12 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.member_add;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.member_add;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -765,12 +765,12 @@ class Elm_Map (Elm_Widget, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.on_focus;
Elm_Widget.event;

View File

@ -3,10 +3,10 @@ class Elm_Map_Pan (Elm_Pan)
eo_prefix: elm_obj_map_pan;
implements {
class.constructor;
Eo_Base.destructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.move;
Evas_Object_Smart.resize;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
Elm_Pan.content_size.get;
Elm_Pan.pos;
Elm_Pan.pos_min.get;

View File

@ -177,13 +177,13 @@ class Elm_Mapbuf (Elm_Container)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.sub_object_del;
Elm_Container.content_get;

View File

@ -1,4 +1,4 @@
class Elm_Menu (Elm_Widget, Evas_Clickable_Interface)
class Elm_Menu (Elm_Widget, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_menu;
properties {
@ -114,10 +114,10 @@ class Elm_Menu (Elm_Widget, Evas_Clickable_Interface)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.show;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.parent;
Elm_Widget.theme_apply;
Elm_Widget.translate;

View File

@ -85,13 +85,13 @@ class Elm_Notify (Elm_Container)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.focus_direction;
Elm_Widget.parent;
Elm_Widget.theme_apply;

View File

@ -1,4 +1,4 @@
class Elm_Pan (Evas_Smart_Clipped)
class Elm_Pan (Evas.Smart_Clipped)
{
eo_prefix: elm_obj_pan;
data: Elm_Pan_Smart_Data;
@ -56,14 +56,14 @@ class Elm_Pan (Evas_Smart_Clipped)
}
}
implements {
Eo_Base.constructor;
Eo.Base.constructor;
class.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
}
events {
changed;

View File

@ -57,9 +57,9 @@ class Elm_Panel (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -259,8 +259,8 @@ class Elm_Panes (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;
Elm_Widget.theme_apply;

View File

@ -1,4 +1,4 @@
class Elm_Photo (Elm_Widget, Evas_Clickable_Interface, Evas_Draggable_Interface)
class Elm_Photo (Elm_Widget, Evas.Clickable_Interface, Evas.Draggable_Interface)
{
eo_prefix: elm_obj_photo;
properties {
@ -107,9 +107,9 @@ class Elm_Photo (Elm_Widget, Evas_Clickable_Interface, Evas_Draggable_Interface)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
}
events {

View File

@ -224,12 +224,12 @@ class Elm_Photocam (Elm_Widget, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.on_focus;
Elm_Widget.event;

View File

@ -3,10 +3,10 @@ class Elm_Photocam_Pan (Elm_Pan)
eo_prefix: elm_obj_photocam_pan;
implements {
class.constructor;
Eo_Base.destructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.move;
Evas_Object_Smart.resize;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
Elm_Pan.content_size.get;
Elm_Pan.pos;
Elm_Pan.pos_min.get;

View File

@ -41,8 +41,8 @@ class Elm_Plug (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.theme_apply;
Elm_Widget.on_focus;
}

View File

@ -371,9 +371,9 @@ class Elm_Prefs (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.del;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Elm_Widget.focus_next;
}
events {

View File

@ -277,9 +277,9 @@ class Elm_Progressbar (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -98,9 +98,9 @@ class Elm_Radio (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.activate;
Elm_Widget.focus_next_manager_is;

View File

@ -43,9 +43,9 @@ class Elm_Route (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
}

View File

@ -77,11 +77,11 @@ class Elm_Scroller (Elm_Layout, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.theme_apply;
Elm_Widget.activate;
Elm_Widget.focus_next_manager_is;

View File

@ -194,9 +194,9 @@ class Elm_Segment_Control (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -26,8 +26,8 @@ class Elm_Separator (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Eo.Base.constructor;
Evas.Object_Smart.add;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.theme_apply;

View File

@ -362,10 +362,10 @@ class Elm_Slider (Elm_Layout, Elm_Interface_Atspi_Value)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.calculate;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.activate;
Elm_Widget.focus_next_manager_is;

View File

@ -419,9 +419,9 @@ class Elm_Slideshow (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.event;

View File

@ -363,9 +363,9 @@ class Elm_Spinner (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;

View File

@ -1,4 +1,4 @@
class Elm_Systray (Eo_Base)
class Elm_Systray (Eo.Base)
{
eo_prefix: elm_obj_systray;
data: null;

View File

@ -144,9 +144,9 @@ class Elm_Table (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_next;

View File

@ -1,4 +1,4 @@
class Elm_Thumb (Elm_Layout, Evas_Clickable_Interface)
class Elm_Thumb (Elm_Layout, Evas.Clickable_Interface)
{
eo_prefix: elm_obj_thumb;
properties {
@ -330,11 +330,11 @@ class Elm_Thumb (Elm_Layout, Evas_Clickable_Interface)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.show;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.show;
}
events {
clicked;

View File

@ -500,12 +500,12 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Elm_Widget.focus_next_manager_is;
Elm_Widget.access;
Elm_Widget.focus_next;

View File

@ -203,9 +203,9 @@ class Elm_Video (Elm_Layout)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;
Elm_Widget.event;

View File

@ -667,9 +667,9 @@ class Elm_Web (Elm_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm_Widget.theme_apply;
Elm_Widget.on_focus;
Elm_Widget.event;

View File

@ -3767,7 +3767,7 @@ elm_widget_focus_highlight_focus_part_geometry_get(const Evas_Object *obj,
const char *target_hl_part = NULL;
const Evas_Object *edje_obj = NULL;
if (obj && eo_isa(obj, EDJE_CLASS))
if (obj && eo_isa(obj, EDJE_OBJECT_CLASS))
{
edje_obj = obj;
if (!(target_hl_part = edje_object_data_get(edje_obj, "focus_part")))

View File

@ -1,4 +1,4 @@
abstract Elm_Widget (Evas_Object_Smart, Elm_Interface_Atspi_Widget)
abstract Elm_Widget (Evas.Object_Smart, Elm_Interface_Atspi_Widget)
{
eo_prefix: elm_obj_widget;
data: Elm_Widget_Smart_Data;
@ -807,20 +807,20 @@ abstract Elm_Widget (Evas_Object_Smart, Elm_Interface_Atspi_Widget)
}
implements {
class.constructor;
Eo_Base.constructor;
Eo_Base.dbg_info_get;
Evas_Object_Smart.hide;
Evas_Object_Smart.calculate;
Evas_Object_Smart.clip_unset;
Evas_Object_Smart.show;
Evas_Object_Smart.color.set;
Evas_Object_Smart.move;
Evas_Object_Smart.member_del;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.clip.set;
Evas_Object_Smart.member_add;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Eo.Base.dbg_info_get;
Evas.Object_Smart.hide;
Evas.Object_Smart.calculate;
Evas.Object_Smart.clip_unset;
Evas.Object_Smart.show;
Evas.Object_Smart.color.set;
Evas.Object_Smart.move;
Evas.Object_Smart.member_del;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.clip.set;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
virtual.focus_direction;
virtual.focus_next;
virtual.parent_widget.get;

View File

@ -1301,13 +1301,13 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
}
implements {
class.constructor;
Eo_Base.constructor;
Evas_Object_Smart.hide;
Evas_Object_Smart.show;
Evas_Object_Smart.move;
Evas_Object_Smart.add;
Evas_Object_Smart.del;
Evas_Object_Smart.resize;
Eo.Base.constructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Elm_Widget.focus_direction;
Elm_Widget.focus_next_manager_is;
Elm_Widget.focus_direction_manager_is;