コード例 #1
0
ファイル: Hover.cs プロジェクト: sukhyungkang/TizenFX
 internal Hover(Hover other) : this(Interop.Hover.NewHover(Hover.getCPtr(other)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: HoverSignal.cs プロジェクト: yunmiha/TizenFX
        public bool Emit(View arg1, Hover arg2)
        {
            bool ret = Interop.ActorHoverSignal.Emit(SwigCPtr, View.getCPtr(arg1), Hover.getCPtr(arg2));

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
ファイル: CustomActorImpl.cs プロジェクト: yourina/TizenFX
        public virtual bool OnHoverEvent(Hover arg0)
        {
            bool ret = NDalicPINVOKE.CustomActorImpl_OnHoverEvent(swigCPtr, Hover.getCPtr(arg0));

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }