Manual merge for NUI v0.2.36 90/126890/1
authorYouxia Wu <youxia.wu@partner.samsung.com>
Tue, 25 Apr 2017 16:05:00 +0000 (00:05 +0800)
committerYouxia Wu <youxia.wu@partner.samsung.com>
Tue, 25 Apr 2017 16:06:12 +0000 (00:06 +0800)
Change-Id: I1ee2149e58782bb0a7b6f1793f62f71d9e912b5f
Signed-off-by: Youxia Wu <youxia.wu@partner.samsung.com>
Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t.cs [new file with mode: 0755]
Tizen.NUI/src/internal/Type.cs [new file with mode: 0755]
Tizen.NUI/src/internal/VisibilityChangeType.cs [new file with mode: 0755]

diff --git a/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t.cs b/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t.cs
new file mode 100755 (executable)
index 0000000..31e5689
--- /dev/null
@@ -0,0 +1,29 @@
+//------------------------------------------------------------------------------
+// <auto-generated />
+//
+// This file was automatically generated by SWIG (http://www.swig.org).
+// Version 3.0.12
+//
+// Do not make changes to this file unless you know what you are doing--modify
+// the SWIG interface file instead.
+//------------------------------------------------------------------------------
+
+namespace Tizen.NUI {
+
+public class SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t {
+  private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+
+  internal SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t(global::System.IntPtr cPtr, bool futureUse) {
+    swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
+  }
+
+  protected SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t() {
+    swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
+  }
+
+  internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Dali__SignalT_void_fDali__Actor_bool_Dali__DevelActor__VisibilityChange__TypeF_t obj) {
+    return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
+  }
+}
+
+}
diff --git a/Tizen.NUI/src/internal/Type.cs b/Tizen.NUI/src/internal/Type.cs
new file mode 100755 (executable)
index 0000000..24a3b23
--- /dev/null
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+// <auto-generated />
+//
+// This file was automatically generated by SWIG (http://www.swig.org).
+// Version 3.0.12
+//
+// Do not make changes to this file unless you know what you are doing--modify
+// the SWIG interface file instead.
+//------------------------------------------------------------------------------
+
+namespace Tizen.NUI {
+
+public enum Type {
+  NONE,
+  USER,
+  KEYBOARD,
+  MOUSE,
+  TOUCH,
+  PEN,
+  POINTER,
+  GAMEPAD
+}
+
+}
diff --git a/Tizen.NUI/src/internal/VisibilityChangeType.cs b/Tizen.NUI/src/internal/VisibilityChangeType.cs
new file mode 100755 (executable)
index 0000000..b0ab543
--- /dev/null
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+// <auto-generated />
+//
+// This file was automatically generated by SWIG (http://www.swig.org).
+// Version 3.0.12
+//
+// Do not make changes to this file unless you know what you are doing--modify
+// the SWIG interface file instead.
+//------------------------------------------------------------------------------
+
+namespace Tizen.NUI {
+
+public enum VisibilityChangeType {
+  SELF,
+  PARENT
+}
+
+}