X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FRulerDomain.cs;h=727b67fea86fd9710a679c531369b127aaab71ec;hp=74116f00edc7a28ab8b5797ad8b4c04187a22dba;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93 diff --git a/plugins/dali-sharp/sharp/internal/RulerDomain.cs b/plugins/dali-sharp/sharp/internal/RulerDomain.cs index 74116f0..727b67f 100644 --- a/plugins/dali-sharp/sharp/internal/RulerDomain.cs +++ b/plugins/dali-sharp/sharp/internal/RulerDomain.cs @@ -10,7 +10,7 @@ namespace Dali { -public class RulerDomain : global::System.IDisposable { +internal class RulerDomain : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -48,7 +48,7 @@ public class RulerDomain : global::System.IDisposable { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - public float min { + public float Min { set { NDalicPINVOKE.RulerDomain_min_set(swigCPtr, value); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); @@ -60,7 +60,7 @@ public class RulerDomain : global::System.IDisposable { } } - public float max { + public float Max { set { NDalicPINVOKE.RulerDomain_max_set(swigCPtr, value); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); @@ -72,7 +72,7 @@ public class RulerDomain : global::System.IDisposable { } } - public bool enabled { + public bool Enabled { set { NDalicPINVOKE.RulerDomain_enabled_set(swigCPtr, value); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); @@ -102,7 +102,7 @@ public class RulerDomain : global::System.IDisposable { return ret; } - public float Clamp(float x, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { + internal float Clamp(float x, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { float ret = NDalicPINVOKE.RulerDomain_Clamp__SWIG_3(swigCPtr, x, length, scale, SWIGTYPE_p_Dali__Toolkit__ClampState.getCPtr(clamped)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret;