Example #1
0
        public static GiPlaying create(MgCoreView v, int tag)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.GiPlaying_create__SWIG_1(MgCoreView.getCPtr(v), tag);
            GiPlaying             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GiPlaying(cPtr, false);

            return(ret);
        }
Example #2
0
        public static GiPlaying fromHandle(int h)
        {
            global::System.IntPtr cPtr = touchvgPINVOKE.GiPlaying_fromHandle(h);
            GiPlaying             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GiPlaying(cPtr, false);

            return(ret);
        }
Example #3
0
 public void removePlaying(GiPlaying p)
 {
     touchvgPINVOKE.GiCoreViewData_removePlaying(swigCPtr, GiPlaying.getCPtr(p));
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GiPlaying obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #5
0
 public void addPlaying(GiPlaying p)
 {
     touchvgPINVOKE.GiCoreViewData_addPlaying(swigCPtr, GiPlaying.getCPtr(p));
 }
Example #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GiPlaying obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }