[NUI]Remove some unused APIs. 91/162691/3
authorFeng Jin <feng16.jin@samsung.com>
Tue, 5 Dec 2017 02:34:56 +0000 (10:34 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Fri, 8 Dec 2017 05:47:29 +0000 (13:47 +0800)
Change-Id: Iaeb44e2b293e732f8518f5c8b14e715dd93ffa17
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
20 files changed:
src/Tizen.NUI/src/internal/Uint16Pair.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/KeyFrames.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/PaddingType.cs
src/Tizen.NUI/src/public/Path.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Position2D.cs
src/Tizen.NUI/src/public/Property.cs
src/Tizen.NUI/src/public/Size2D.cs
src/Tizen.NUI/src/public/Timer.cs
src/Tizen.NUI/src/public/UIComponents/Popup.cs
src/Tizen.NUI/src/public/UIComponents/PushButton.cs
src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs
src/Tizen.NUI/src/public/VisualBase.cs

index e85cfa3b1a994272f9424e21eb550b38bfa1bbdc..6d3b83d697e71535e2b90c74f50d8a1bfe2a76b9 100755 (executable)
@@ -31,9 +31,7 @@ namespace Tizen.NUI
     /// common architectures.<br />
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
-    [Obsolete("Please do not use! This will be deprecated!")]
-    [EditorBrowsable(EditorBrowsableState.Never)]
-    public class Uint16Pair : global::System.IDisposable
+    internal class Uint16Pair : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
         /// <summary>swigCMemOwn.</summary>
index 75be6e69472be31d711b34d938d24fa65612181d..f4801faea232b006ca8ecac0afa3f2ce2c4c9316 100755 (executable)
@@ -354,20 +354,6 @@ namespace Tizen.NUI.BaseComponents
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
-        /// <summary>
-        /// Downcasts a handle to TabelView handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static TableView DownCast(BaseHandle handle)
-        {
-            TableView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as TableView;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
 
         /// <summary>
         /// Adds a child to the table.<br />
index d75cdc4250ac58b2e4712512c487e67d7d6901ef..1bec44e8b43fe9035cbd4cfae5eea089912aa093 100755 (executable)
@@ -335,23 +335,6 @@ namespace Tizen.NUI.BaseComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Downcasts a handle to textEditor handle.
-        /// </summary>
-        /// <param name="handle"></param>
-        /// <returns></returns>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static TextEditor DownCast(BaseHandle handle)
-        {
-            TextEditor ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as TextEditor;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         internal TextEditorSignal TextChangedSignal()
         {
             TextEditorSignal ret = new TextEditorSignal(NDalicPINVOKE.TextEditor_TextChangedSignal(swigCPtr), false);
index 31674dfdb1ef81426a82c7041135dd1f006f6578..4cf304eb2358992dd95555762f866dddbf46e214 100755 (executable)
@@ -319,21 +319,6 @@ namespace Tizen.NUI.BaseComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Downcasts a handle to textField handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static TextField DownCast(BaseHandle handle)
-        {
-            TextField ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as TextField;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         internal TextFieldSignal TextChangedSignal()
         {
             TextFieldSignal ret = new TextFieldSignal(NDalicPINVOKE.TextField_TextChangedSignal(swigCPtr), false);
index a39e7ea269cc43a4f60803ed524e150058797e6b..14ab51286e612c61bb26b976eb6164b8f51460a7 100755 (executable)
@@ -153,11 +153,12 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         public new static TextLabel DownCast(BaseHandle handle)
         {
-            TextLabel ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as TextLabel;
+            TextLabel ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as TextLabel;
 
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
+
         /// <summary>
         /// The TranslatableText property.<br />
         /// The text can set the SID value.<br />
index b4c2c63096909d3912aa76eb846a07ac22a70e90..4c15f399f01e56202072d4efad28bddc8f82ee36 100755 (executable)
@@ -187,23 +187,6 @@ namespace Tizen.NUI.BaseComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Downcasts a handle to videoView handle.
-        /// </summary>
-        /// <param name="handle"></param>
-        /// <returns></returns>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static VideoView DownCast(BaseHandle handle)
-        {
-            VideoView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as VideoView;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Starts the video playback.
         /// </summary>
index 5a3d624f8099e622c6c1f7a1ca1f6e72f575d9e5..c8ebfd48bd73f2c4ef3371e3ef9e03e7af131f17 100755 (executable)
@@ -2103,20 +2103,6 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use Visibility instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public bool Visible
-        {
-            get
-            {
-                return IsVisible();
-            }
-        }
-
         /// <summary>
         /// Retrieves and sets the view's opacity.<br />
         /// </summary>
@@ -4197,107 +4183,6 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
-
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use TouchEvent.
-        [Obsolete("Please do not use! This will be deprecated! Please use TouchEvent instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public event EventHandlerWithReturnType<object, TouchEventArgs, bool> Touched
-        {
-            add
-            {
-                if (_touchDataEventHandler == null)
-                {
-                    _touchDataCallback = OnTouch;
-                    this.TouchSignal().Connect(_touchDataCallback);
-                }
-
-                _touchDataEventHandler += value;
-            }
-
-            remove
-            {
-                _touchDataEventHandler -= value;
-
-                if (_touchDataEventHandler == null && TouchSignal().Empty() == false)
-                {
-                    this.TouchSignal().Disconnect(_touchDataCallback);
-                }
-
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use HoverEvent.
-        [Obsolete("Please do not use! This will be deprecated! Please use HoverEvent instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public event EventHandlerWithReturnType<object, HoverEventArgs, bool> Hovered
-        {
-            add
-            {
-                if (_hoverEventHandler == null)
-                {
-                    _hoverEventCallback = OnHoverEvent;
-                    this.HoveredSignal().Connect(_hoverEventCallback);
-                }
-
-                _hoverEventHandler += value;
-            }
-
-            remove
-            {
-                _hoverEventHandler -= value;
-
-                if (_hoverEventHandler == null && HoveredSignal().Empty() == false)
-                {
-                    this.HoveredSignal().Disconnect(_hoverEventCallback);
-                }
-
-            }
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use WheelEvent.
-        [Obsolete("Please do not use! This will be deprecated! Please use WheelEvent instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public event EventHandlerWithReturnType<object, WheelEventArgs, bool> WheelMoved
-        {
-            add
-            {
-                if (_wheelEventHandler == null)
-                {
-                    _wheelEventCallback = OnWheelEvent;
-                    this.WheelEventSignal().Connect(_wheelEventCallback);
-                }
-
-                _wheelEventHandler += value;
-            }
-
-            remove
-            {
-                _wheelEventHandler -= value;
-
-                if (_wheelEventHandler == null && WheelEventSignal().Empty() == false)
-                {
-                    this.WheelEventSignal().Disconnect(_wheelEventCallback);
-                }
-
-            }
-        }
-
         /// <summary>
         /// [Obsolete("Please do not use! this will be deprecated")]
         /// </summary>
index bdc158b4f64d77fe17b4bde10ad04860869185c6..de74b5008ec115217b7379e5a877259181b5b07a 100755 (executable)
@@ -112,21 +112,6 @@ namespace Tizen.NUI
 
         }
 
-        /// <summary>
-        /// Downcasts a handle to keyFrame handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static KeyFrames DownCast(BaseHandle handle)
-        {
-            KeyFrames ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as KeyFrames;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Gets the type of the key frame.
         /// </summary>
index 3da5c3c124a59251dc520b21d2530b7d2a30bdb7..bfa0b8e79f0e53d57f275fc448f8d134cd6389fe 100755 (executable)
@@ -179,6 +179,7 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
+
         internal void SetParentOrigin(Vector3 origin)
         {
             NDalicPINVOKE.Actor_SetParentOrigin(swigCPtr, Vector3.getCPtr(origin));
index 43742b02e858081dee4461fe2154b0cebfd10152..5e21aa79ae64401266d069a365e2761adf3bd8b5 100755 (executable)
@@ -200,26 +200,6 @@ namespace Tizen.NUI
             return base.GetHashCode();
         }
 
-        /// <summary>
-        /// The Left value.
-        /// </summary>
-        /// Please DO NOT use! This will be deprecated!
-        /// instead please use Start property.
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be Deprecated! Please use PaddingType.Start instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public float Left
-        {
-            set
-            {
-                left = value;
-            }
-            get
-            {
-                return left;
-            }
-        }
-
         /// <summary>
         /// The Start value.
         /// </summary>
@@ -236,26 +216,6 @@ namespace Tizen.NUI
             }
         }
 
-        /// <summary>
-        /// The Right value.
-        /// </summary>
-        /// Please DO NOT use! This will be deprecated!
-        /// instead please use Start property.
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use PaddingType.End instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public float Right
-        {
-            set
-            {
-                right = value;
-            }
-            get
-            {
-                return right;
-            }
-        }
-
         /// <summary>
         /// The End value.
         /// </summary>
index c020e4e4923ca8deca1e81c1dcfeda71b62cc43c..6dd06d72a53982ba431d5c650605f0dfcdc680c1 100755 (executable)
@@ -93,21 +93,6 @@ namespace Tizen.NUI
 
         }
 
-        /// <summary>
-        /// Downcasts a handle to Path handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Path DownCast(BaseHandle handle)
-        {
-            Path ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as Path;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Adds an interpolation point.
         /// </summary>
index e51f657a0cb57f5266febbda0512b8bae598dc21..e8b1dd5ee35778a0c59a8a1d1644a2d4bf63b355 100755 (executable)
@@ -927,134 +927,6 @@ namespace Tizen.NUI
             return new Position(vec.X, vec.Y, vec.Z);
         }
 
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointTop.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Top instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float AnchorPointTop
-        {
-            get
-            {
-                float ret = NDalicPINVOKE.AnchorPointTop_get();
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointBottom.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Bottom instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float AnchorPointBottom
-        {
-            get
-            {
-                float ret = NDalicPINVOKE.AnchorPointBottom_get();
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointLeft.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Left instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float AnchorPointLeft
-        {
-            get
-            {
-                float ret = NDalicPINVOKE.AnchorPointLeft_get();
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointRight.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Right instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float AnchorPointRight
-        {
-            get
-            {
-                float ret = NDalicPINVOKE.AnchorPointRight_get();
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointMiddle.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Middle instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float AnchorPointMiddle
-        {
-            get
-            {
-                float ret = NDalicPINVOKE.AnchorPointMiddle_get();
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointTopLeft.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.TopLeft instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointTopLeft
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointTopLeft_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointTopCenter.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.TopCenter instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointTopCenter
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointTopCenter_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
         /// <summary>
         /// [Obsolete("Please do not use! this will be deprecated")]
         /// </summary>
@@ -1093,82 +965,6 @@ namespace Tizen.NUI
             }
         }
 
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointCenter.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.Center instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointCenter
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointCenter_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointCenterRight.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.CenterRight instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointCenterRight
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointCenterRight_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointBottomLeft.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.BottomLeft instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointBottomLeft
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointBottomLeft_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
-        /// <summary>
-        /// [Obsolete("Please do not use! this will be deprecated")]
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use PivotPointBottomCenter.
-        [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint.BottomCenter instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Position AnchorPointBottomCenter
-        {
-            get
-            {
-                global::System.IntPtr cPtr = NDalicPINVOKE.AnchorPointBottomCenter_get();
-                Position ret = (cPtr == global::System.IntPtr.Zero) ? null : new Position(cPtr, false);
-                if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                return ret;
-            }
-        }
-
         /// <summary>
         /// [Obsolete("Please do not use! this will be deprecated")]
         /// </summary>
index 6102a8ce93f2ab6b76fc8c333d5823ff3d25f4a0..2cfde0d1484319a87007ff5afad285738bf8a116 100755 (executable)
@@ -399,28 +399,6 @@ namespace Tizen.NUI
             return new Position2D((int)vec.X, (int)vec.Y);
         }
 
-        /// <summary>
-        /// Converts a Position2D instance to a Uint16Pair instance.
-        /// </summary>
-        /// <param name="position2d">An object of the Position2D type.</param>
-        /// <returns>return an object of the Uint16Pair type</returns>
-        /// <since_tizen> 4 </since_tizen>
-        public static implicit operator Uint16Pair(Position2D position2d)
-        {
-            return new Uint16Pair((uint)position2d.X, (uint)position2d.Y);
-        }
-
-        /// <summary>
-        /// Converts a Uint16Pair instance to a Position2D instance.
-        /// </summary>
-        /// <param name="pair">An object of the Uint16Pair type.</param>
-        /// <returns>return an object of the Position2D type</returns>
-        /// <since_tizen> 4 </since_tizen>
-        public static implicit operator Position2D(Uint16Pair pair)
-        {
-            return new Position2D((int)pair.GetX(), (int)pair.GetY());
-        }
-
     }
 
 }
index 881c1e51cf9f04ddc2c4c8444d0a1b8bd975c067..ae904d7cf74374485bbbcf1b344065a864f293ac 100755 (executable)
@@ -1021,19 +1021,6 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// <summary>
-        /// Please do not use! this will be deprecated.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public string GetKey(uint position)
-        {
-            string ret = NDalicPINVOKE.Property_Map_GetKey(swigCPtr, position);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Retrieves the key at the specified position.
         /// </summary>
@@ -1047,20 +1034,6 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public PropertyValue Find(string key)
-        {
-            global::System.IntPtr cPtr = NDalicPINVOKE.Property_Map_Find__SWIG_0(swigCPtr, key);
-            PropertyValue ret = (cPtr == global::System.IntPtr.Zero) ? null : new PropertyValue(cPtr, false);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Finds the value for the specified key if it exists.
         /// </summary>
@@ -1090,34 +1063,6 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// <summary>
-        /// Please do not use! this will be deprecated.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public PropertyValue Find(string key, PropertyType type)
-        {
-            global::System.IntPtr cPtr = NDalicPINVOKE.Property_Map_Find__SWIG_4(swigCPtr, key, (int)type);
-            PropertyValue ret = (cPtr == global::System.IntPtr.Zero) ? null : new PropertyValue(cPtr, false);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public PropertyValue Find(int key, PropertyType type)
-        {
-            global::System.IntPtr cPtr = NDalicPINVOKE.Property_Map_Find__SWIG_5(swigCPtr, key, (int)type);
-            PropertyValue ret = (cPtr == global::System.IntPtr.Zero) ? null : new PropertyValue(cPtr, false);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Clears the map.
         /// </summary>
index fcbcf6332c31d9b93f036974489f69d32850ff29..ed1d4a795d4d08573d010a0d4e4b982f8a50c155 100755 (executable)
@@ -395,30 +395,6 @@ namespace Tizen.NUI
         {
             return new Size2D((int)vector2.X, (int)vector2.Y);
         }
-
-        /// <summary>
-        /// The type cast operator, Size2D to Uint16Pair.
-        /// </summary>
-        /// <param name="size2d">An object of the Size2D type.</param>
-        /// <returns>return a Uint16Pair instance</returns>
-        /// <since_tizen> 4 </since_tizen>
-        public static implicit operator Uint16Pair(Size2D size2d)
-        {
-            return new Uint16Pair((uint)size2d.Width, (uint)size2d.Height);
-        }
-
-        /// <summary>
-        /// The type cast operator, Uint16Pair to Size2D type.
-        /// </summary>
-        /// <param name="pair">An object of the Vector2 type.</param>
-        /// <returns>return a Size2D instance</returns>
-        /// <since_tizen> 4 </since_tizen>
-        public static implicit operator Size2D(Uint16Pair pair)
-        {
-            return new Size2D((int)pair.GetWidth(), (int)pair.GetWidth());
-        }
-
-
     }
 
 }
index ab1c98255c4dde0d00e83d53bbb04481d97ee554..f733e2516bb609c5fdc885688f1f2a5bc293dd84 100755 (executable)
@@ -163,21 +163,6 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Downcasts a handle to Timer handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Timer DownCast(BaseHandle handle)
-        {
-            Timer ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as Timer;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Starts the timer.<br />
         /// In case a timer is already running, its time is reset and the timer is restarted.<br />
index 8e5002ede212a77a688da859bcf6797754dfd9f1..3da49bf118b9d15e230ef8c699eff78e98ef2a85 100755 (executable)
@@ -390,21 +390,6 @@ namespace Tizen.NUI.UIComponents
 
         }
 
-        /// <summary>
-        /// Downcasts a handle to popup handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static Popup DownCast(BaseHandle handle)
-        {
-            Popup ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as Popup;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         /// <summary>
         /// Sets the title for this popup.
         /// </summary>
index 0b88d5c715f5517e08a670d0c1d60808fa21057e..8b9a0baee9baccaec40956e6ffa122023c8286da 100755 (executable)
@@ -94,190 +94,5 @@ namespace Tizen.NUI.UIComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
         }
-
-        /// <summary>
-        /// Downcasts a handle to pushButton handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static PushButton DownCast(BaseHandle handle)
-        {
-            PushButton ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PushButton;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
-        /// <summary>
-        /// UnselectedIcon.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use UnselectedVisual.
-        [Obsolete("Please do not use! This will be deprecated! Please use UnselectedVisual instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public string UnselectedIcon
-        {
-            set
-            {
-                SetProperty(PushButton.Property.UNSELECTED_ICON, new Tizen.NUI.PropertyValue(value));
-            }
-        }
-
-        /// <summary>
-        /// SelectedIcon.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use SelectedVisual.
-        [Obsolete("Please do not use! This will be deprecated! Please use SelectedVisual instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public string SelectedIcon
-        {
-            set
-            {
-                SetProperty(PushButton.Property.SELECTED_ICON, new Tizen.NUI.PropertyValue(value));
-            }
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please do not use! This will be deprecated! Please use LabelRelativeAlignment instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public IconAlignmentType IconAlignment
-        {
-            get
-            {
-                string temp;
-                if (GetProperty(PushButton.Property.ICON_ALIGNMENT).Get(out temp) == false)
-                {
-                    NUILog.Error("IconAlignment get error!");
-                }
-                switch (temp)
-                {
-                    case "LEFT":
-                        return IconAlignmentType.Left;
-                    case "RIGHT":
-                        return IconAlignmentType.Right;
-                    case "TOP":
-                        return IconAlignmentType.Top;
-                    case "BOTTOM":
-                        return IconAlignmentType.Bottom;
-                    default:
-                        return IconAlignmentType.Default;
-                }
-            }
-            set
-            {
-                string valueToString = "";
-                switch (value)
-                {
-                    case IconAlignmentType.Left:
-                        {
-                            valueToString = "LEFT";
-                            break;
-                        }
-                    case IconAlignmentType.Right:
-                        {
-                            valueToString = "RIGHT";
-                            break;
-                        }
-                    case IconAlignmentType.Top:
-                        {
-                            valueToString = "TOP";
-                            break;
-                        }
-                    case IconAlignmentType.Bottom:
-                        {
-                            valueToString = "BOTTOM";
-                            break;
-                        }
-                    default:
-                        {
-                            valueToString = "DEFAULT";
-                            break;
-                        }
-                }
-                SetProperty(PushButton.Property.ICON_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
-            }
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// no use
-        [Obsolete("Please do not use! This will be deprecated! Please use Button.LabelPadding instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new Vector4 LabelPadding
-        {
-            get
-            {
-                Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                GetProperty(PushButton.Property.LABEL_PADDING).Get(temp);
-                return temp;
-            }
-            set
-            {
-                SetProperty(PushButton.Property.LABEL_PADDING, new Tizen.NUI.PropertyValue(value));
-            }
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// no use
-        [Obsolete("Please do not use! This will be deprecated! Please use ForegroundVisualPadding instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public Vector4 IconPadding
-        {
-            get
-            {
-                Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-                GetProperty(PushButton.Property.ICON_PADDING).Get(temp);
-                return temp;
-            }
-            set
-            {
-                SetProperty(PushButton.Property.ICON_PADDING, new Tizen.NUI.PropertyValue(value));
-            }
-        }
-
-        /// <summary>
-        /// Please do not use! this will be deprecated
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// no use
-        [Obsolete("Please do not use! This will be deprecated! Please use Button.Align instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public enum IconAlignmentType
-        {
-            /// <summary>
-            /// The icon located to the left of text.
-            /// </summary>
-            Left,
-            /// <summary>
-            /// The icon located to the right of text.
-            /// </summary>
-            Right,
-            /// <summary>
-            /// The icon located to the top of text.
-            /// </summary>
-            Top,
-            /// <summary>
-            /// The icon located to the bottom of text.
-            /// </summary>
-            Bottom,
-            /// <summary>
-            /// The icon located to the right of text by default.
-            /// </summary>
-            Default = Right
-        }
-
     }
 }
\ No newline at end of file
index 4d7fa5ccf46920f4e34f0c2f68d31dea3e18c295..e2d752df1c5aa7470bc3d4bed06a9f6b70e72271 100755 (executable)
@@ -241,21 +241,6 @@ namespace Tizen.NUI.UIComponents
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Downcasts a handle to scrollBar handle.
-        /// </summary>
-        /// <since_tizen> 3 </since_tizen>
-        /// Please do not use! this will be deprecated!
-        /// Instead please use as keyword.
-        [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static ScrollBar DownCast(BaseHandle handle)
-        {
-            ScrollBar ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as ScrollBar;
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            return ret;
-        }
-
         internal void SetScrollPropertySource(Animatable handle, int propertyScrollPosition, int propertyMinScrollPosition, int propertyMaxScrollPosition, int propertyScrollContentSize)
         {
             NDalicPINVOKE.ScrollBar_SetScrollPropertySource(swigCPtr, Animatable.getCPtr(handle), propertyScrollPosition, propertyMinScrollPosition, propertyMaxScrollPosition, propertyScrollContentSize);
index 3182820676c0b4d7a5c181f161a0b27f8faa20d9..d91eb2c3bd0b3def2bfebbb359ce6013d261d170 100755 (executable)
@@ -204,14 +204,8 @@ namespace Tizen.NUI
         /// Creates the property map representing this visual.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Please be caution! This will be readonly!")]
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public PropertyMap Creation
         {
-            set
-            {
-                CreatePropertyMap(value);
-            }
             get
             {
                 PropertyMap map = new PropertyMap();