Evas object smart: Fix namespace to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 11:12:08 +01:00
parent e49d84f057
commit 0253d91ade
83 changed files with 275 additions and 275 deletions

View File

@ -9,7 +9,7 @@ class Edje.Edit (Edje.Object)
implements {
Eo.Base.constructor;
Eo.Base.destructor;
Evas.Object_Smart.del;
Evas.Object.Smart.del;
Efl.File.file.set;
}
}

View File

@ -1987,14 +1987,14 @@ class Edje.Object (Evas.Smart_Clipped, Efl.File, Efl.Container)
Eo.Base.destructor;
Eo.Base.dbg_info_get;
Evas.Object.paragraph_direction.set;
Evas.Object_Smart.hide;
Evas.Object_Smart.calculate;
Evas.Object_Smart.show;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Evas.Object_Smart.smart_no_render.set;
Evas.Object.Smart.hide;
Evas.Object.Smart.calculate;
Evas.Object.Smart.show;
Evas.Object.Smart.move;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.resize;
Evas.Object.Smart.smart_no_render.set;
Efl.File.file.set;
Efl.File.file.get;
Efl.File.mmap.set;

View File

@ -5,9 +5,9 @@ class Efl.Ui.Box (Elm.Widget, Efl.Pack_Linear, Efl.Pack_Layout)
Eo.Base.constructor;
// Smart obj
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.calculate;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.calculate;
// Focus
Elm.Widget.focus_direction;

View File

@ -5,9 +5,9 @@ class Efl.Ui.Grid (Elm.Widget, Efl.Pack_Grid, Efl.Pack_Layout)
Eo.Base.constructor;
// Smart obj
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.calculate;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.calculate;
// Focus
Elm.Widget.focus_direction;

View File

@ -34,8 +34,8 @@ class Efl.Ui.Nstate(Elm.Button)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.event;
}

View File

@ -6,7 +6,7 @@ eo_prefix: elm_obj_access;
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.activate;
Elm.Widget.on_focus;
}

View File

@ -69,7 +69,7 @@ class Elm.Actionslider (Elm.Layout, Evas.Selectable_Interface)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;

View File

@ -95,7 +95,7 @@ class Elm.Bg (Elm.Layout, Efl.File)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Layout.content_aliases.get;
Elm.Layout.sizing_eval;
Efl.File.file.set;

View File

@ -283,9 +283,9 @@ class Elm.Box (Elm.Widget)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.calculate;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.calculate;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;

View File

@ -37,7 +37,7 @@ class Elm.Bubble (Elm.Layout, Evas.Clickable_Interface)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -74,7 +74,7 @@ class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.activate;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;

View File

@ -381,9 +381,9 @@ class Elm.Calendar (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -23,7 +23,7 @@ class Elm.Check (Efl.Ui.Nstate, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.activate;
Elm.Widget.theme_apply;
Elm.Widget.sub_object_del;

View File

@ -161,8 +161,8 @@ class Elm.Clock (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -106,8 +106,8 @@ selected.]]
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -53,11 +53,11 @@ class Elm.Combobox (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;
Evas.Object_Smart.resize;
Evas.Object.Smart.hide;
Evas.Object.Smart.show;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.resize;
Elm.Widget.part_text.set;
Elm.Widget.part_text.get;
Elm.Widget.theme_apply;

View File

@ -4,8 +4,8 @@ class Elm.Conformant (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.widget_parent.set;
Elm.Widget.theme_apply;
Elm.Layout.content_aliases.get;

View File

@ -201,8 +201,8 @@ class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientati
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.add;
Elm.Widget.widget_parent.set;
Elm.Widget.focus_direction;
Elm.Widget.focus_direction_manager_is;

View File

@ -290,8 +290,8 @@ class Elm.Datetime (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -148,8 +148,8 @@ class Elm.Dayselector (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.translate;

View File

@ -195,11 +195,11 @@ 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;
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

@ -933,13 +933,13 @@ 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;
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

@ -32,8 +32,8 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector,
class.constructor;
class.destructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.focus_next;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.focus_direction;

View File

@ -83,8 +83,8 @@ class Elm.Fileselector_Button (Elm.Button, Elm.Interface_Fileselector)
}
implements {
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -83,8 +83,8 @@ class Elm.Fileselector_Entry (Elm.Layout, Elm.Interface_Fileselector,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.add;
Elm.Widget.theme_apply;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -229,8 +229,8 @@ class Elm.Flip (Elm.Widget, Efl.Container)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.focus_direction;
Elm.Widget.sub_object_add;
Elm.Widget.theme_apply;

View File

@ -124,8 +124,8 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -49,8 +49,8 @@ class Elm.Frame (Elm.Layout, Evas.Clickable_Interface)
implements {
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

@ -538,11 +538,11 @@ class Elm.Gengrid (Elm.Layout, 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;
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

@ -4,9 +4,9 @@ class Elm.Gengrid_Pan (Elm.Pan)
implements {
class.constructor;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
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

@ -524,11 +524,11 @@ 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;
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

@ -4,10 +4,10 @@ class Elm.Genlist_Pan (Elm.Pan)
implements {
class.constructor;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
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

@ -154,8 +154,8 @@ class Elm.Gesture_Layer (Elm.Widget)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.disable;
}

View File

@ -182,9 +182,9 @@ class Elm.Glview (Elm.Widget, Efl.Gfx.View)
implements {
class.constructor;
Eo.Base.finalize;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.resize;
Elm.Widget.on_focus;
Efl.Gfx.View.view_size.get;
Efl.Gfx.View.view_size.set;

View File

@ -53,8 +53,8 @@ class Elm.Grid (Elm.Widget)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -58,12 +58,12 @@ class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface_Atspi_Widge
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;
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.widget_parent;

View File

@ -90,10 +90,10 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
class.constructor;
Eo.Base.constructor;
Eo.Base.destructor;
Evas.Object_Smart.hide;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.hide;
Evas.Object.Smart.show;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.widget_parent.set;
Elm.Widget.theme_apply;
Elm.Widget.translate;

View File

@ -14,8 +14,8 @@ class Elm.Icon (Elm.Image)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Efl.File.file.set;
}

View File

@ -139,16 +139,16 @@ class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
Edje.Object.size_max.get;
Edje.Object.size_min_calc;
Edje.Object.calc_force;
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;
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;
Evas.Draggable_Interface.drag_target.set;
Evas.Draggable_Interface.drag_target.get;
Elm.Widget.theme_apply;

View File

@ -235,8 +235,8 @@ class Elm.Index (Elm.Layout, Evas.Clickable_Interface, Evas.Selectable_Interface
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -42,7 +42,7 @@ enum Elm.Scroller.Movement_Block
}
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;
@ -663,8 +663,8 @@ mixin Elm.Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
}
implements {
class.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
}
events {
changed;

View File

@ -20,7 +20,7 @@ class Elm.Inwin (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.widget_parent.set;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -121,7 +121,7 @@ class Elm.Label (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;

View File

@ -329,9 +329,9 @@ class Elm.Layout (Elm.Widget, Efl.Container, Efl.File)
Eo.Base.dbg_info_get;
Efl.File.file.set;
Efl.File.file.get;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object_Smart.calculate;
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

@ -427,11 +427,11 @@ 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;
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

@ -624,11 +624,11 @@ 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;
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

@ -4,9 +4,9 @@ class Elm.Map_Pan (Elm.Pan)
implements {
class.constructor;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
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

@ -128,12 +128,12 @@ class Elm.Mapbuf (Elm.Widget, Efl.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;
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;
Efl.Container.content.get;

View File

@ -70,9 +70,9 @@ class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface_Atspi_Select
class.constructor;
Eo.Base.constructor;
Eo.Base.destructor;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.show;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.widget_parent;
Elm.Widget.theme_apply;
Elm.Widget.translate;

View File

@ -174,8 +174,8 @@ class Elm.Multibuttonentry (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -140,9 +140,9 @@ class Elm.Naviframe (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.show;
Evas.Object_Smart.add;
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

@ -77,12 +77,12 @@ class Elm.Notify (Elm.Widget, Efl.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;
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.widget_parent;
Elm.Widget.theme_apply;

View File

@ -51,12 +51,12 @@ class Elm.Pan (Evas.Smart_Clipped)
implements {
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

@ -67,11 +67,11 @@ class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.member_add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Evas.Object_Smart.move;
Evas.Object.Smart.add;
Evas.Object.Smart.member_add;
Evas.Object.Smart.del;
Evas.Object.Smart.resize;
Evas.Object.Smart.move;
Elm.Widget.theme_apply;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -133,7 +133,7 @@ class Elm.Panes (Elm.Layout, Evas.Clickable_Interface)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;
Elm.Widget.theme_apply;

View File

@ -5,8 +5,8 @@ class Elm.Photo (Elm.Widget, Efl.File, Evas.Clickable_Interface, Evas.Draggable_
class.constructor;
Eo.Base.constructor;
Efl.File.file.set;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
}

View File

@ -187,11 +187,11 @@ 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;
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

@ -4,9 +4,9 @@ class Elm.Photocam_Pan (Elm.Pan)
implements {
class.constructor;
Eo.Base.destructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
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

@ -4,8 +4,8 @@ class Elm.Player (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.event;
Efl.Container.content.set;

View File

@ -30,7 +30,7 @@ class Elm.Plug (Elm.Widget, Evas.Clickable_Interface)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.theme_apply;
Elm.Widget.on_focus;
}

View File

@ -165,8 +165,8 @@ class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.add;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.theme_apply;

View File

@ -214,8 +214,8 @@ class Elm.Prefs (Elm.Widget, Efl.File)
Eo.Base.constructor;
Efl.File.file.set;
Efl.File.file.get;
Evas.Object_Smart.del;
Evas.Object_Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.add;
Elm.Widget.focus_next;
}
events {

View File

@ -55,8 +55,8 @@ class Elm.Progressbar (Elm.Layout, Efl.Ui.Progress,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -76,8 +76,8 @@ class Elm.Radio (Elm.Check, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.activate;
Elm.Widget.event;

View File

@ -40,8 +40,8 @@ class Elm.Route (Elm.Widget)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
}

View File

@ -58,10 +58,10 @@ 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;
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

@ -133,8 +133,8 @@ class Elm.Segment_Control (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -17,7 +17,7 @@ class Elm.Separator (Elm.Layout)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.theme_apply;

View File

@ -169,9 +169,9 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -302,8 +302,8 @@ class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -143,8 +143,8 @@ class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -118,9 +118,9 @@ class Elm.Table (Elm.Widget)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.calculate;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.calculate;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_next;

View File

@ -8,10 +8,10 @@ class Elm.Thumb (Elm.Layout, Efl.File, Evas.Clickable_Interface,
Eo.Base.constructor;
Efl.File.file.set;
Efl.File.file.get;
Evas.Object_Smart.hide;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.show;
Evas.Object.Smart.hide;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.show;
Evas.Draggable_Interface.drag_target.set;
Evas.Draggable_Interface.drag_target.get;
}

View File

@ -343,12 +343,12 @@ class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.calculate;
Evas.Object_Smart.move;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
Evas.Object_Smart.resize;
Evas.Object.Smart.calculate;
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

@ -111,8 +111,8 @@ class Elm.Video (Elm.Layout, Efl.File, Elm.Interface_Atspi_Widget_Action)
Eo.Base.constructor;
Efl.File.file.set;
Efl.File.file.get;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
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

@ -20,7 +20,7 @@ struct Elm.Tooltip;
struct Elm.Cursor;
struct @extern Elm.Theme;
abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Interface_Atspi_Component)
abstract Elm.Widget (Evas.Object.Smart, Elm.Interface_Atspi_Accessible, Elm.Interface_Atspi_Component)
{
eo_prefix: elm_obj_widget;
data: Elm_Widget_Smart_Data;
@ -34,7 +34,7 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
the focus from this object, passing it back to the previous element in the
focus chain list.
Warning: Only visible object can get a focus. Call @Evas.Object_Smart.show
Warning: Only visible object can get a focus. Call @Evas.Object.Smart.show
before calling this API, if you want to give a focus to the evas object.]]
set {
[[$true set the focus to the object,
@ -847,19 +847,19 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
Eo.Base.constructor;
Eo.Base.destructor;
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;
Evas.Object_Smart.smart_no_render.set;
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;
Evas.Object.Smart.smart_no_render.set;
@virtual .focus_direction;
@virtual .focus_next;
@virtual .parent_widget.get;

View File

@ -1156,12 +1156,12 @@ class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
class.constructor;
Eo.Base.constructor;
Eo.Base.finalize;
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;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;

View File

@ -1,4 +1,4 @@
class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image_Load) {
class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image_Load) {
eo_prefix: emotion_obj;
methods {
@property option {
@ -52,15 +52,15 @@ class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image, Efl.Im
}
implements {
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.move;
Evas.Object_Smart.resize;
Evas.Object_Smart.show;
Evas.Object_Smart.hide;
Evas.Object_Smart.color.set;
Evas.Object_Smart.clip.set;
Evas.Object_Smart.clip_unset;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.move;
Evas.Object.Smart.resize;
Evas.Object.Smart.show;
Evas.Object.Smart.hide;
Evas.Object.Smart.color.set;
Evas.Object.Smart.clip.set;
Evas.Object.Smart.clip_unset;
Efl.File.file.set;
Efl.File.file.get;
Efl.Player.play.set;

View File

@ -657,10 +657,10 @@ class Evas.Box (Evas.Smart_Clipped)
class.constructor;
Eo.Base.constructor;
Evas.Object.smart_data.get;
Evas.Object_Smart.calculate;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.resize;
Evas.Object.Smart.calculate;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.resize;
}
events {
child,added;

View File

@ -3,7 +3,7 @@
struct @extern Evas.Smart;
struct @extern Evas.Smart_Cb_Description;
class Evas.Object_Smart (Evas.Object, Evas.Signal_Interface)
class Evas.Object.Smart (Evas.Object, Evas.Signal_Interface)
{
eo_prefix: evas_obj_smart;
data: Evas_Smart_Data;

View File

@ -1,4 +1,4 @@
class Evas.Smart_Clipped (Evas.Object_Smart)
class Evas.Smart_Clipped (Evas.Object.Smart)
{
legacy_prefix: evas_object_smart_clipped;
eo_prefix: evas_obj_smart_clipped;
@ -6,15 +6,15 @@ class Evas.Smart_Clipped (Evas.Object_Smart)
implements {
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.member_del;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.member_add;
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.member_del;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.member_add;
}
}

View File

@ -216,9 +216,9 @@ class Evas.Table (Evas.Smart_Clipped)
implements {
class.constructor;
Eo.Base.constructor;
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Evas.Object_Smart.calculate;
Evas.Object_Smart.resize;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Evas.Object.Smart.calculate;
Evas.Object.Smart.resize;
}
}

View File

@ -1,7 +1,7 @@
class Elm.Web.None (Elm.Web)
{
implements {
Evas.Object_Smart.add;
Evas.Object.Smart.add;
Elm.Web.tab_propagate.get;
Elm.Web.tab_propagate.set;
Elm.Web.webkit_view.get;