Evas object smart eolian: Update namespace.
authorTom Hacohen <tom@stosb.com>
Fri, 27 Jun 2014 22:22:28 +0000 (23:22 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 30 Jun 2014 16:47:07 +0000 (17:47 +0100)
src/lib/edje/edje_edit.eo
src/lib/edje/edje_object.eo
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_object_smart.eo
src/lib/evas/canvas/evas_smart_clipped.eo
src/lib/evas/canvas/evas_table.eo

index 5df2ccb..287d828 100644 (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;
    }
 }
index 38ee87c..972c979 100644 (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;
    }
 }
index 53d717b..8d79e9d 100644 (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;
index e880ffb..3beb0fb 100644 (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;
index 9c206fc..b01872c 100644 (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;
    }
 }
index 7e2ec87..883ef4a 100644 (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;
    }
 }