Beispiel #1
0
        public SWIGTYPE_p_GeDialog GetDialog()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvNodeGUI_GetDialog(swigCPtr);
            SWIGTYPE_p_GeDialog   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_GeDialog(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public bool Start(SWIGTYPE_p_GeDialog dlg, int mode, int start_x, int start_y, int start_button, int sx1)
        {
            bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_3(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg), mode, start_x, start_y, start_button, sx1);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
        public bool CreateDefaultWindow(SWIGTYPE_p_GeDialog dlg)
        {
            bool ret = C4dApiPINVOKE.ColorProfile_CreateDefaultWindow(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg));

            return(ret);
        }
Beispiel #4
0
        public bool Attach(SWIGTYPE_p_GeDialog dialog, GvNodeMaster master)
        {
            bool ret = C4dApiPINVOKE.GvNodeGUI_Attach(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dialog), GvNodeMaster.getCPtr(master));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_GeDialog obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }