Evas object smart eolian: Update namespace.

This commit is contained in:
Tom Hacohen 2014-06-27 23:22:28 +01:00
parent 37bc841fcc
commit 25ef15dedc
6 changed files with 28 additions and 28 deletions

View File

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

View File

@ -2496,12 +2496,12 @@ class Edje.Object (Evas.Smart_Clipped)
Eo.Base.constructor;
Eo.Base.destructor;
Eo.Base.dbg_info_get;
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.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;
}
}

View File

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

@ -1,4 +1,4 @@
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

@ -241,9 +241,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;
}
}