[NUI][TCSACR-130] Add new NUI APIs (#238)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 8 May 2018 05:58:55 +0000 (14:58 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 May 2018 05:58:55 +0000 (14:58 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.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/NUIConstants.cs
src/Tizen.NUI/src/public/VisualMaps.cs

index d17e87e2370cf84c54272f99291d63c82d4b3692..0227ca1a267a3a4813819ee246be6dc91e87c2b8 100755 (executable)
@@ -258,8 +258,6 @@ namespace Tizen.NUI.BaseComponents
         /// Force reloading of the image, all visuals using this image will get the latest one.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>        
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Reload()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_RELOAD, new PropertyValue(0));
@@ -269,8 +267,6 @@ namespace Tizen.NUI.BaseComponents
         /// Play the animated GIF. This is also Default playback mode.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Play()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_PLAY, new PropertyValue(0));
@@ -280,8 +276,6 @@ namespace Tizen.NUI.BaseComponents
         /// Pause the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Pause()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_PAUSE, new PropertyValue(0));
@@ -291,8 +285,6 @@ namespace Tizen.NUI.BaseComponents
         /// Stop the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Stop()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_STOP, new PropertyValue(0));
index 8b82065847889a9b410936ea0b228001eccc3160..8dbca3b240fca738021be6f002543d950e6dd8d9 100755 (executable)
@@ -1426,8 +1426,6 @@ namespace Tizen.NUI.BaseComponents
         /// Enables Text selection using Shift key.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public bool EnableShiftSelection
         {
             get
index 1fa862d0f40740b16c1fe5fefc3e28f4c505537c..01193ecf7d0f7ccc017309467e717b31383c2123 100755 (executable)
@@ -1458,8 +1458,6 @@ namespace Tizen.NUI.BaseComponents
         /// Enables Text selection using Shift key.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public bool EnableShiftSelection
         {
             get
index 67f9a31dd3191895d96230629cf35c72b91706e0..66a1599770fb428dc96fa86904bd85ea565e3c89 100755 (executable)
@@ -844,8 +844,6 @@ namespace Tizen.NUI.BaseComponents
         /// The text direction.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public TextDirection TextDirection
         {
             get
@@ -860,8 +858,6 @@ namespace Tizen.NUI.BaseComponents
         /// The text vertical line alignment.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public VerticalLineAlignment VerticalLineAlignment
         {
             get
index 88920dca2642d30d26ed7dedc942b760643d2842..612c42bc23fb8a6da3d2ca64be4f608e8f57d5e1 100755 (executable)
@@ -1260,8 +1260,6 @@ namespace Tizen.NUI
         /// Default -1. if < 0, loop unlimited. else, loop loopCount times.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly int LoopCount = NDalic.IMAGE_VISUAL_LOOP_COUNT;
         /// <summary>
         /// The policy to determine when an image should no longer be cached
index 2acf366c1a3af2537f823d02b03ad09159e1398c..a96a9c1d45ed3acd66e832e3889835b6354f2274 100755 (executable)
@@ -2418,8 +2418,6 @@ namespace Tizen.NUI
         /// Default -1. if < 0, loop unlimited. else, loop loopCount times.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public float LoopCount
         {
             get