Esempio n. 1
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;
 }
Esempio n. 2
0
 public bool Start(SWIGTYPE_p_GeDialog dlg, int mode) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_7(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg), mode);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 3
0
 public bool CreateDefaultWindow(SWIGTYPE_p_GeDialog dlg) {
   bool ret = C4dApiPINVOKE.ColorProfile_CreateDefaultWindow(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg));
   return ret;
 }
Esempio n. 4
0
 public bool Start(SWIGTYPE_p_GeDialog dlg, int mode, int start_x, int start_y, int start_button, int sx1, int sy1) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_2(swigCPtr, SWIGTYPE_p_GeDialog.getCPtr(dlg), mode, start_x, start_y, start_button, sx1, sy1);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Esempio n. 5
0
 internal static HandleRef getCPtr(SWIGTYPE_p_GeDialog obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }