コード例 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_EditorWindow obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: LassoSelection.cs プロジェクト: pr1m3c0d3/Fusee
 public bool Start(SWIGTYPE_p_EditorWindow win, int mode, int start_x, int start_y, int start_button) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_20(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(win), mode, start_x, start_y, start_button);
   return ret;
 }
コード例 #3
0
ファイル: LassoSelection.cs プロジェクト: pr1m3c0d3/Fusee
 public bool Start(SWIGTYPE_p_EditorWindow win, int mode) {
   bool ret = C4dApiPINVOKE.LassoSelection_Start__SWIG_23(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(win), mode);
   return ret;
 }
コード例 #4
0
ファイル: BrushBase.cs プロジェクト: KilledChicken/Fusee
 public bool MouseInput(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg) {
   bool ret = C4dApiPINVOKE.BrushBase_MouseInput(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #5
0
ファイル: BrushToolData.cs プロジェクト: KilledChicken/Fusee
 public virtual bool MouseInputEnd(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg) {
   bool ret = (SwigDerivedClassHasMethod("MouseInputEnd", swigMethodTypes11) ? C4dApiPINVOKE.BrushToolData_MouseInputEndSwigExplicitBrushToolData(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg)) : C4dApiPINVOKE.BrushToolData_MouseInputEnd(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg)));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #6
0
ファイル: BrushToolData.cs プロジェクト: KilledChicken/Fusee
 public virtual bool MouseInputDrag(BaseDocument doc, BaseContainer data, BaseDraw bd, SWIGTYPE_p_EditorWindow win, BaseContainer msg, BrushVertexData vdata, int vcnt, double x, double y, SWIGTYPE_p_LONG flags) {
   bool ret = (SwigDerivedClassHasMethod("MouseInputDrag", swigMethodTypes10) ? C4dApiPINVOKE.BrushToolData_MouseInputDragSwigExplicitBrushToolData(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg), BrushVertexData.getCPtr(vdata), vcnt, x, y, SWIGTYPE_p_LONG.getCPtr(flags)) : C4dApiPINVOKE.BrushToolData_MouseInputDrag(swigCPtr, BaseDocument.getCPtr(doc), BaseContainer.getCPtr(data), BaseDraw.getCPtr(bd), SWIGTYPE_p_EditorWindow.getCPtr(win), BaseContainer.getCPtr(msg), BrushVertexData.getCPtr(vdata), vcnt, x, y, SWIGTYPE_p_LONG.getCPtr(flags)));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #7
0
ファイル: ViewportSelect.cs プロジェクト: pr1m3c0d3/Fusee
 public static void ShowHotspot(SWIGTYPE_p_EditorWindow bw, int x, int y, int rad, bool bRemove) {
   C4dApiPINVOKE.ViewportSelect_ShowHotspot__SWIG_1(SWIGTYPE_p_EditorWindow.getCPtr(bw), x, y, rad, bRemove);
 }
コード例 #8
0
ファイル: ViewportSelect.cs プロジェクト: pr1m3c0d3/Fusee
 public void ShowHotspot(SWIGTYPE_p_EditorWindow bw, int x, int y) {
   C4dApiPINVOKE.ViewportSelect_ShowHotspot__SWIG_0(swigCPtr, SWIGTYPE_p_EditorWindow.getCPtr(bw), x, y);
 }