示例#1
0
 internal static HandleRef getCPtr(GvNodeMaster obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
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;
 }
示例#3
0
 public GvNodeGUI GetMasterGUI(GvNodeMaster master) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetMasterGUI__SWIG_1(swigCPtr, GvNodeMaster.getCPtr(master));
   GvNodeGUI ret = (cPtr == IntPtr.Zero) ? null : new GvNodeGUI(cPtr, false);
   return ret;
 }
示例#4
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;
 }
示例#5
0
 public GvNodeGUI GetMasterGUI(GvNodeMaster master, SWIGTYPE_p_ULONG nr) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_GetMasterGUI__SWIG_0(swigCPtr, GvNodeMaster.getCPtr(master), SWIGTYPE_p_ULONG.getCPtr(nr));
   GvNodeGUI ret = (cPtr == IntPtr.Zero) ? null : new GvNodeGUI(cPtr, false);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#6
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;
 }
示例#7
0
 public void RedrawMaster(GvNodeMaster master) {
   C4dApiPINVOKE.GvWorld_RedrawMaster(swigCPtr, GvNodeMaster.getCPtr(master));
 }
示例#8
0
 public bool OpenDialog(int id, GvNodeMaster master) {
   bool ret = C4dApiPINVOKE.GvWorld_OpenDialog(swigCPtr, id, GvNodeMaster.getCPtr(master));
   return ret;
 }
示例#9
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;
 }