From fef56989fbb45c934e6b4d12d844c473328aa657 Mon Sep 17 00:00:00 2001 From: Feng Jin Date: Thu, 13 Apr 2017 00:54:24 +0800 Subject: [PATCH] Change ItemView to public to make manual tct template. Change-Id: I52bf20671d3a169a38f4e75c59ea97e1801d188c Signed-off-by: Feng Jin --- src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs | 2 +- src/Tizen.NUI/src/internal/ControlOrientationType.cs | 2 +- src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs | 2 +- src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs | 2 +- src/Tizen.NUI/src/internal/Item.cs | 2 +- src/Tizen.NUI/src/internal/ItemContainer.cs | 2 +- src/Tizen.NUI/src/internal/ItemFactory.cs | 2 +- src/Tizen.NUI/src/internal/ItemIdContainer.cs | 2 +- src/Tizen.NUI/src/internal/ItemLayout.cs | 2 +- src/Tizen.NUI/src/internal/ItemRange.cs | 2 +- src/Tizen.NUI/src/internal/ItemView.cs | 2 +- src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs | 2 +- src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs | 2 +- src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs | 2 +- .../SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs | 2 +- src/Tizen.NUI/src/internal/SignalObserver.cs | 2 +- src/Tizen.NUI/src/internal/SlotObserver.cs | 2 +- src/Tizen.NUI/src/internal/VoidSignal.cs | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs b/src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs index 7f651d7..fbedeb3 100755 --- a/src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs +++ b/src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/ControlOrientationType.cs b/src/Tizen.NUI/src/internal/ControlOrientationType.cs index f2c6cc0..c44fd9f 100755 --- a/src/Tizen.NUI/src/internal/ControlOrientationType.cs +++ b/src/Tizen.NUI/src/internal/ControlOrientationType.cs @@ -10,7 +10,7 @@ namespace Tizen.NUI { - internal enum ControlOrientationType { + public enum ControlOrientationType { Up, Left, Down, diff --git a/src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs b/src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs index 76e1549..d9115f9 100755 --- a/src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs +++ b/src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs @@ -10,7 +10,7 @@ namespace Tizen.NUI { - internal enum DefaultItemLayoutProperty { + public enum DefaultItemLayoutProperty { TYPE = 0, ITEM_SIZE, ORIENTATION, diff --git a/src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs b/src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs index ca47cf1..f1665f6 100755 --- a/src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs +++ b/src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs @@ -10,7 +10,7 @@ namespace Tizen.NUI { - internal enum DefaultItemLayoutType { + public enum DefaultItemLayoutType { DEPTH, GRID, LIST, diff --git a/src/Tizen.NUI/src/internal/Item.cs b/src/Tizen.NUI/src/internal/Item.cs index 416d033..a5d9cad 100755 --- a/src/Tizen.NUI/src/internal/Item.cs +++ b/src/Tizen.NUI/src/internal/Item.cs @@ -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; diff --git a/src/Tizen.NUI/src/internal/ItemContainer.cs b/src/Tizen.NUI/src/internal/ItemContainer.cs index 0cbbc0d..c5acd73 100755 --- a/src/Tizen.NUI/src/internal/ItemContainer.cs +++ b/src/Tizen.NUI/src/internal/ItemContainer.cs @@ -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 { private global::System.Runtime.InteropServices.HandleRef swigCPtr; diff --git a/src/Tizen.NUI/src/internal/ItemFactory.cs b/src/Tizen.NUI/src/internal/ItemFactory.cs index dfe6436..0ede8b0 100755 --- a/src/Tizen.NUI/src/internal/ItemFactory.cs +++ b/src/Tizen.NUI/src/internal/ItemFactory.cs @@ -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; diff --git a/src/Tizen.NUI/src/internal/ItemIdContainer.cs b/src/Tizen.NUI/src/internal/ItemIdContainer.cs index 37267b4..6ec5fb5 100755 --- a/src/Tizen.NUI/src/internal/ItemIdContainer.cs +++ b/src/Tizen.NUI/src/internal/ItemIdContainer.cs @@ -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 { private global::System.Runtime.InteropServices.HandleRef swigCPtr; diff --git a/src/Tizen.NUI/src/internal/ItemLayout.cs b/src/Tizen.NUI/src/internal/ItemLayout.cs index 45b231c..8e3f2d4 100755 --- a/src/Tizen.NUI/src/internal/ItemLayout.cs +++ b/src/Tizen.NUI/src/internal/ItemLayout.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/ItemRange.cs b/src/Tizen.NUI/src/internal/ItemRange.cs index 4b95501..3b78a85 100755 --- a/src/Tizen.NUI/src/internal/ItemRange.cs +++ b/src/Tizen.NUI/src/internal/ItemRange.cs @@ -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; diff --git a/src/Tizen.NUI/src/internal/ItemView.cs b/src/Tizen.NUI/src/internal/ItemView.cs index 7f7d950..265e978 100755 --- a/src/Tizen.NUI/src/internal/ItemView.cs +++ b/src/Tizen.NUI/src/internal/ItemView.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs b/src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs index 40a42a6..620de4b 100755 --- a/src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs +++ b/src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs index 6a0c4ad..15ae74d 100755 --- a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs +++ b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs index 94ed159..8cb3c9a 100755 --- a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs +++ b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs index 4e2c6f4..856c18e 100755 --- a/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs +++ b/src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs @@ -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) { diff --git a/src/Tizen.NUI/src/internal/SignalObserver.cs b/src/Tizen.NUI/src/internal/SignalObserver.cs index abaad2c..622377b 100755 --- a/src/Tizen.NUI/src/internal/SignalObserver.cs +++ b/src/Tizen.NUI/src/internal/SignalObserver.cs @@ -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; diff --git a/src/Tizen.NUI/src/internal/SlotObserver.cs b/src/Tizen.NUI/src/internal/SlotObserver.cs index e00d8e9..a07d1c5 100755 --- a/src/Tizen.NUI/src/internal/SlotObserver.cs +++ b/src/Tizen.NUI/src/internal/SlotObserver.cs @@ -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; diff --git a/src/Tizen.NUI/src/internal/VoidSignal.cs b/src/Tizen.NUI/src/internal/VoidSignal.cs index b34dfba..28805a0 100755 --- a/src/Tizen.NUI/src/internal/VoidSignal.cs +++ b/src/Tizen.NUI/src/internal/VoidSignal.cs @@ -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; -- 2.7.4