Change ItemView to public to make manual tct template.
authorFeng Jin <feng16.jin@samsung.com>
Wed, 12 Apr 2017 16:54:24 +0000 (00:54 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Thu, 13 Apr 2017 19:32:22 +0000 (03:32 +0800)
Change-Id: I52bf20671d3a169a38f4e75c59ea97e1801d188c
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
18 files changed:
src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs
src/Tizen.NUI/src/internal/ControlOrientationType.cs
src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs
src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs
src/Tizen.NUI/src/internal/Item.cs
src/Tizen.NUI/src/internal/ItemContainer.cs
src/Tizen.NUI/src/internal/ItemFactory.cs
src/Tizen.NUI/src/internal/ItemIdContainer.cs
src/Tizen.NUI/src/internal/ItemLayout.cs
src/Tizen.NUI/src/internal/ItemRange.cs
src/Tizen.NUI/src/internal/ItemView.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs
src/Tizen.NUI/src/internal/SignalObserver.cs
src/Tizen.NUI/src/internal/SlotObserver.cs
src/Tizen.NUI/src/internal/VoidSignal.cs

index 7f651d7..fbedeb3 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class ConnectionTrackerInterface : SignalObserver {
+    public class ConnectionTrackerInterface : SignalObserver {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal ConnectionTrackerInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ConnectionTrackerInterface_SWIGUpcast(cPtr), cMemoryOwn) {
index f2c6cc0..c44fd9f 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal enum ControlOrientationType {
+    public enum ControlOrientationType {
   Up,
   Left,
   Down,
index 76e1549..d9115f9 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal enum DefaultItemLayoutProperty {
+    public enum DefaultItemLayoutProperty {
   TYPE = 0,
   ITEM_SIZE,
   ORIENTATION,
index ca47cf1..f1665f6 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal enum DefaultItemLayoutType {
+    public enum DefaultItemLayoutType {
   DEPTH,
   GRID,
   LIST,
index 416d033..a5d9cad 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class Item : global::System.IDisposable {
+    public class Item : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;
 
index 0cbbc0d..c5acd73 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class ItemContainer : global::System.IDisposable, global::System.Collections.IEnumerable
+    public class ItemContainer : global::System.IDisposable, global::System.Collections.IEnumerable
     , global::System.Collections.Generic.IEnumerable<Item>
  {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
index dfe6436..0ede8b0 100755 (executable)
@@ -16,7 +16,7 @@ using System.Reflection;
 namespace Tizen.NUI
 {
 
-    internal class ItemFactory : global::System.IDisposable
+    public class ItemFactory : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
         protected bool swigCMemOwn;
index 37267b4..6ec5fb5 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class ItemIdContainer : global::System.IDisposable, global::System.Collections.IEnumerable
+    public class ItemIdContainer : global::System.IDisposable, global::System.Collections.IEnumerable
     , global::System.Collections.Generic.IList<uint>
  {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
index 45b231c..8e3f2d4 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class ItemLayout : RefObject {
+    public class ItemLayout : RefObject {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal ItemLayout(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ItemLayout_SWIGUpcast(cPtr), cMemoryOwn) {
index 4b95501..3b78a85 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class ItemRange : global::System.IDisposable {
+    public class ItemRange : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;
 
index 7f7d950..265e978 100755 (executable)
@@ -30,7 +30,7 @@ using System;
 using System.Runtime.InteropServices;
 
 
-    internal class ItemView : Scrollable {
+  public class ItemView : Scrollable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal ItemView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.ItemView_SWIGUpcast(cPtr), cMemoryOwn) {
index 40a42a6..620de4b 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SWIGTYPE_p_CallbackBase {
+    public class SWIGTYPE_p_CallbackBase {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal SWIGTYPE_p_CallbackBase(global::System.IntPtr cPtr, bool futureUse) {
index 6a0c4ad..15ae74d 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SWIGTYPE_p_Dali__CallbackBase {
+    public class SWIGTYPE_p_Dali__CallbackBase {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal SWIGTYPE_p_Dali__CallbackBase(global::System.IntPtr cPtr, bool futureUse) {
index 94ed159..8cb3c9a 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SWIGTYPE_p_Dali__FunctorDelegate {
+    public class SWIGTYPE_p_Dali__FunctorDelegate {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal SWIGTYPE_p_Dali__FunctorDelegate(global::System.IntPtr cPtr, bool futureUse) {
index 4e2c6f4..856c18e 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t {
+    public class SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t(global::System.IntPtr cPtr, bool futureUse) {
index abaad2c..622377b 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SignalObserver : global::System.IDisposable {
+    public class SignalObserver : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;
 
index e00d8e9..a07d1c5 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class SlotObserver : global::System.IDisposable {
+    public class SlotObserver : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;
 
index b34dfba..28805a0 100755 (executable)
@@ -10,7 +10,7 @@
 
 namespace Tizen.NUI {
 
-    internal class VoidSignal : global::System.IDisposable {
+    public class VoidSignal : global::System.IDisposable {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
   protected bool swigCMemOwn;