Example #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Layer obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
        private WheelSignal WheelEventSignal()
        {
            WheelSignal ret = new WheelSignal(Interop.ActorSignal.Actor_WheelEventSignal(Layer.getCPtr(this.GetRootLayer())), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
 internal Layer(Tizen.NUI.Layer nuiInstance) : base(nuiInstance)
 {
     SetNUIInstance(nuiInstance);
 }
Example #4
0
        internal TouchDataSignal TouchDataSignal()
        {
            TouchDataSignal ret = new TouchDataSignal(Interop.ActorSignal.Actor_TouchSignal(Layer.getCPtr(GetRootLayer())), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
 public static Layer DownCast(BaseHandle handle)
 {
     Tizen.NUI.Layer ret = Tizen.NUI.Layer.DownCast(handle.handleInstance);
     return(BaseHandle.GetHandle(ret) as Layer);
 }