/*
- * Copyright(c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2019 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License.
*
*/
+
+using System;
using System.ComponentModel;
namespace Tizen.NUI
/// KeyboardTypeSignalType
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class KeyboardTypeSignalType : Disposable
{
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+
/// <summary>
/// swigCMemOwn
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
protected bool swigCMemOwn;
internal KeyboardTypeSignalType(global::System.IntPtr cPtr, bool cMemoryOwn)
/// Dispose
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
protected override void Dispose(DisposeTypes type)
{
if (disposed)
/// </summary>
/// <returns>True if there are any slots connected to the signal</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public bool Empty()
{
bool ret = Interop.KeyboardTypeSignalType.KeyboardTypeSignalType_Empty(swigCPtr);
/// </summary>
/// <returns>The number of slots connected to this signal</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public uint GetConnectionCount()
{
uint ret = Interop.KeyboardTypeSignalType.KeyboardTypeSignalType_GetConnectionCount(swigCPtr);
/// </summary>
/// <param name="func">The function to connect</param>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Connect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="func">The function to disconnect</param>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Disconnect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="arg">The member function to connect</param>
/// <since_tizen> 5 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Emit(InputMethodContext.KeyboardType arg)
{
Interop.KeyboardTypeSignalType.KeyboardTypeSignalType_Emit(swigCPtr, (int)arg);
/// The contructor.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public KeyboardTypeSignalType() : this(Interop.KeyboardTypeSignalType.new_KeyboardTypeSignalType(), true)
{
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2019 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License.
*
*/
+
+using System;
using System.ComponentModel;
namespace Tizen.NUI
/// This should be internal, please do not use.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please do not use!" +
+ "IntPtr(native integer pointer) is supposed to be not used in Application!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class SWIGTYPE_p_bundle
{
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//------------------------------------------------------------------------------
+
+using System;
using System.ComponentModel;
namespace Tizen.NUI
/// WidgetViewSignal
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class WidgetViewSignal : Disposable
{
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
+
/// <summary>
/// swigCMemOwn
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
protected bool swigCMemOwn;
internal WidgetViewSignal(global::System.IntPtr cPtr, bool cMemoryOwn)
/// Dispose
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
protected override void Dispose(DisposeTypes type)
{
if (disposed)
/// </summary>
/// <returns>True if there are any slots connected to the signal</returns>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public bool Empty()
{
bool ret = Interop.WidgetView.WidgetViewSignal_Empty(swigCPtr);
/// </summary>
/// <returns>The number of slots connected to this signal</returns>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public uint GetConnectionCount()
{
uint ret = Interop.WidgetView.WidgetViewSignal_GetConnectionCount(swigCPtr);
/// </summary>
/// <param name="func">The function to connect</param>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Connect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="func">The function to disconnect</param>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Disconnect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="arg">The member function to connect</param>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Emit(WidgetView arg)
{
Interop.WidgetView.WidgetViewSignal_Emit(swigCPtr, WidgetView.getCPtr(arg));
/// The contructor.
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public WidgetViewSignal() : this(Interop.WidgetView.new_WidgetViewSignal(), true)
{
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <param name="handle">Handle to an object.</param>
/// <returns>Handle to an animation object or an uninitialized handle.</returns>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, Please use as keyword instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static Animation DownCast(BaseHandle handle)
{
Animation ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as Animation;
/// Enumeration for the instance of child properties belonging to the FlexContainer class.
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use View.Flex, View.AlignSelf, View.FlexMargin instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class ChildProperty
{
internal static readonly int FLEX = Interop.FlexContainer.FlexContainer_ChildProperty_FLEX_get();
internal static readonly int ALIGN_CONTENT = Interop.FlexContainer.FlexContainer_Property_ALIGN_CONTENT_get();
}
}
-}
\ No newline at end of file
+}
return temp;
});
- /// Only for XAML property binding. This will be changed as Inhouse API by ACR later.
+ /// Only for XAML property binding. No need to open as public. (keep as Hidden/InhouseAPI)
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static readonly BindableProperty FlexProperty = BindableProperty.Create("Flex", typeof(float), typeof(View), default(float), propertyChanged: (bindable, oldValue, newValue) =>
{
var view = (View)bindable;
/*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2019 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License.
*
*/
+
+using System;
using System.ComponentModel;
namespace Tizen.NUI
/// <param name="data">A pointer to the data that will be copied to the buffer.</param>
/// <param name="size">Number of elements to expand or contract the buffer.</param>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyBuffer(PropertyMap bufferFormat) constructor instead!" +
+ "IntPtr(native integer pointer) is supposed to be not used in Application!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void SetData(System.IntPtr data, uint size)
{
Interop.PropertyBuffer.PropertyBuffer_SetData(swigCPtr, data, size);
base.Dispose(type);
}
}
-}
\ No newline at end of file
+}
/// <param name="cPtr">An object of IntPtr type.</param>
/// <returns>An object of the PropertyNotification type.</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use Notified event instead!" +
+ "IntPtr(native integer pointer) is supposed to be not used in Application!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static PropertyNotification GetPropertyNotificationFromPtr(global::System.IntPtr cPtr)
{
PropertyNotification ret = new PropertyNotification(cPtr, false);
/// <param name="rhs">A reference to the copied handle.</param>
/// <returns>A reference to this.</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification() constructor instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public PropertyNotification Assign(PropertyNotification rhs)
{
PropertyNotification ret = new PropertyNotification(Interop.PropertyNotification.PropertyNotification_Assign(swigCPtr, PropertyNotification.getCPtr(rhs)), false);
/// </summary>
/// <returns>A signal object to Connect() with</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public PropertyNotifySignal NotifySignal()
{
PropertyNotifySignal ret = new PropertyNotifySignal(Interop.PropertyNotification.PropertyNotification_NotifySignal(swigCPtr), false);
}
}
}
-}
\ No newline at end of file
+}
/*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2019 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* limitations under the License.
*
*/
+
+using System;
using System.ComponentModel;
namespace Tizen.NUI
/// Signal connection class for PropertyNotification
///</summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class PropertyNotifySignal : Disposable
{
/// <summary>
/// The constructor.
/// </summary>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public PropertyNotifySignal() : this(Interop.PropertyNotifySignal.new_PropertyNotifySignal(), true)
{
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// </summary>
/// <returns>True if there are any slots connected to the signal.</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public bool Empty()
{
bool ret = Interop.PropertyNotifySignal.PropertyNotifySignal_Empty(swigCPtr);
/// </summary>
/// <returns>The number of slots connected to this signal</returns>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public uint GetConnectionCount()
{
uint ret = Interop.PropertyNotifySignal.PropertyNotifySignal_GetConnectionCount(swigCPtr);
/// </summary>
/// <param name="func">The function to connect</param>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Connect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="func">The function to disconnect.</param>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Disconnect(System.Delegate func)
{
System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(func);
/// </summary>
/// <param name="arg">The first value to pass to callbacks.</param>
/// <since_tizen> 4 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use PropertyNotification.Notified event instead!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public void Emit(PropertyNotification arg)
{
Interop.PropertyNotifySignal.PropertyNotifySignal_Emit(swigCPtr, PropertyNotification.getCPtr(arg));
/// </summary>
/// <param name="type">The dispose type.</param>
/// <since_tizen> 4 </since_tizen>
+ [EditorBrowsable(EditorBrowsableState.Never)]
protected override void Dispose(DisposeTypes type)
{
if (disposed)
base.Dispose(type);
}
}
-}
\ No newline at end of file
+}
/// Get SnapEvent From Ptr
/// </summary>
/// <since_tizen> 3 </since_tizen>
+ [Obsolete("Deprecated in API6, Will be removed in API9, " +
+ "Please use SnapStarted event instead!" +
+ "IntPtr(native integer pointer) is supposed to be not used in Application!")]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public static SnapEvent GetSnapEventFromPtr(global::System.IntPtr cPtr)
{
SnapEvent ret = new SnapEvent(cPtr, false);