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

            return(ret);
        }
Beispiel #2
0
        public GvNodeMaster AllocNodeMaster(BaseList2D arg0, bool add_to_list, bool send_messages)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvWorld_AllocNodeMaster__SWIG_0(swigCPtr, BaseList2D.getCPtr(arg0), add_to_list, send_messages);
            GvNodeMaster          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvNodeMaster(cPtr, false);

            return(ret);
        }
Beispiel #3
0
        public GvNodeMaster AllocNodeMaster(BaseList2D arg0)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvWorld_AllocNodeMaster__SWIG_2(swigCPtr, BaseList2D.getCPtr(arg0));
            GvNodeMaster          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvNodeMaster(cPtr, false);

            return(ret);
        }
Beispiel #4
0
        public GvNodeGUI GetMasterGUI(GvNodeMaster master)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetMasterGUI__SWIG_1(swigCPtr, GvNodeMaster.getCPtr(master));
            GvNodeGUI             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvNodeGUI(cPtr, false);

            return(ret);
        }
Beispiel #5
0
        public bool SendHookMessage(BaseDocument doc, GvNodeMaster master, GvMessHook data, int owner_id)
        {
            bool ret = C4dApiPINVOKE.GvWorld_SendHookMessage(swigCPtr, BaseDocument.getCPtr(doc), GvNodeMaster.getCPtr(master), GvMessHook.getCPtr(data), owner_id);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #6
0
        public GvError Recalculate(GvNodeMaster master, GvNode node, int cpu_id)
        {
            GvError ret = (GvError)C4dApiPINVOKE.GvNodeMaster_Recalculate(swigCPtr, GvNodeMaster.getCPtr(master), GvNode.getCPtr(node), cpu_id);

            return(ret);
        }
Beispiel #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvNodeMaster obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #8
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);
        }
Beispiel #9
0
        public bool AttachNode(GvNodeMaster master, GvNode node, int x, int y)
        {
            bool ret = C4dApiPINVOKE.GvWorld_AttachNode(swigCPtr, GvNodeMaster.getCPtr(master), GvNode.getCPtr(node), x, y);

            return(ret);
        }
Beispiel #10
0
 public void RedrawMaster(GvNodeMaster master)
 {
     C4dApiPINVOKE.GvWorld_RedrawMaster(swigCPtr, GvNodeMaster.getCPtr(master));
 }
Beispiel #11
0
        public bool OpenDialog(int id, GvNodeMaster master)
        {
            bool ret = C4dApiPINVOKE.GvWorld_OpenDialog(swigCPtr, id, GvNodeMaster.getCPtr(master));

            return(ret);
        }