Skip to content

Commit

Permalink
[NUI] Remove unused APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsug-song committed Feb 4, 2025
1 parent 772cc29 commit 1493246
Show file tree
Hide file tree
Showing 71 changed files with 1 addition and 2,847 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions src/Tizen.NUI/src/internal/Common/AsyncImageLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,5 @@ public void CancelAll()
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
}

public SWIGTYPE_p_Dali__SignalT_void_fuint32_t_Dali__PixelDataF_t ImageLoadedSignal()
{
SWIGTYPE_p_Dali__SignalT_void_fuint32_t_Dali__PixelDataF_t ret = new SWIGTYPE_p_Dali__SignalT_void_fuint32_t_Dali__PixelDataF_t(Interop.AsyncImageLoader.ImageLoadedSignal(SwigCPtr));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
}
}
6 changes: 0 additions & 6 deletions src/Tizen.NUI/src/internal/Common/BaseObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,5 @@ public bool GetTypeInfo(Tizen.NUI.TypeInfo info)
return ret;
}

internal bool DoConnectSignal(ConnectionTrackerInterface connectionTracker, string signalName, SWIGTYPE_p_FunctorDelegate functorDelegate)
{
bool ret = Interop.BaseObject.DoConnectSignal(SwigCPtr, ConnectionTrackerInterface.getCPtr(connectionTracker), signalName, SWIGTYPE_p_FunctorDelegate.getCPtr(functorDelegate));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
}
}
80 changes: 0 additions & 80 deletions src/Tizen.NUI/src/internal/Common/DefaultRuler.cs

This file was deleted.

88 changes: 0 additions & 88 deletions src/Tizen.NUI/src/internal/Common/FixedRuler.cs

This file was deleted.

62 changes: 0 additions & 62 deletions src/Tizen.NUI/src/internal/Common/InputMethodOptions.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/Tizen.NUI/src/internal/Common/KeyInputFocusManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,5 @@ public void RemoveFocus(View control)
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
}

internal SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__Control_Dali__Toolkit__ControlF_t KeyInputFocusChangedSignal()
{
SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__Control_Dali__Toolkit__ControlF_t ret = new SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__Control_Dali__Toolkit__ControlF_t(Interop.KeyInputFocusManager.KeyInputFocusChangedSignal(SwigCPtr));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
}
}
38 changes: 0 additions & 38 deletions src/Tizen.NUI/src/internal/Common/PropertyRegistration.cs

This file was deleted.

36 changes: 0 additions & 36 deletions src/Tizen.NUI/src/internal/Common/RenderTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,6 @@ internal class Property
internal static readonly int RequiresSync = Interop.RenderTask.RequiresSyncGet();
}

#pragma warning disable CA1707
internal static SWIGTYPE_p_f_r_Dali__Vector2__bool DEFAULT_SCREEN_TO_FRAMEBUFFER_FUNCTION
{
get
{
global::System.IntPtr cPtr = Interop.RenderTask.DefaultScreenToFramebufferFunctionGet();
SWIGTYPE_p_f_r_Dali__Vector2__bool ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_f_r_Dali__Vector2__bool(cPtr);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
}

internal static SWIGTYPE_p_f_r_Dali__Vector2__bool FULLSCREEN_FRAMEBUFFER_FUNCTION
{
get
{
global::System.IntPtr cPtr = Interop.RenderTask.FullscreenFramebufferFunctionGet();
SWIGTYPE_p_f_r_Dali__Vector2__bool ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_f_r_Dali__Vector2__bool(cPtr);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
}

public static bool DEFAULT_EXCLUSIVE
{
Expand Down Expand Up @@ -250,20 +228,6 @@ public FrameBuffer GetFrameBuffer()
return ret;
}

internal void SetScreenToFrameBufferFunction(SWIGTYPE_p_f_r_Dali__Vector2__bool conversionFunction)
{
Interop.RenderTask.SetScreenToFrameBufferFunction(SwigCPtr, SWIGTYPE_p_f_r_Dali__Vector2__bool.getCPtr(conversionFunction));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
}

internal SWIGTYPE_p_f_r_Dali__Vector2__bool GetScreenToFrameBufferFunction()
{
global::System.IntPtr cPtr = Interop.RenderTask.GetScreenToFrameBufferFunction(SwigCPtr);
SWIGTYPE_p_f_r_Dali__Vector2__bool ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_f_r_Dali__Vector2__bool(cPtr);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}

public void SetScreenToFrameBufferMappingView(View mappingView)
{
Interop.RenderTask.SetScreenToFrameBufferMappingActor(SwigCPtr, View.getCPtr(mappingView));
Expand Down
Loading

0 comments on commit 1493246

Please sign in to comment.