public virtual MgCommand findCommand(string name) { global::System.IntPtr cPtr = touchvgPINVOKE.MgCmdManager_findCommand(swigCPtr, name); MgCommand ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgCommand(cPtr, false); return(ret); }
public override MgCommand createCommand(MgMotion sender, string name) { global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("createCommand", swigMethodTypes23) ? touchvgPINVOKE.CmdObserverDefault_createCommandSwigExplicitCmdObserverDefault(swigCPtr, MgMotion.getCPtr(sender), name) : touchvgPINVOKE.CmdObserverDefault_createCommand(swigCPtr, MgMotion.getCPtr(sender), name)); MgCommand ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgCommand(cPtr, false); return(ret); }
public virtual MgCommand getCommand() { global::System.IntPtr cPtr = touchvgPINVOKE.MgView_getCommand(swigCPtr); MgCommand ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgCommand(cPtr, false); return(ret); }
public virtual MgCommand createCommand(MgMotion sender, string name) { global::System.IntPtr cPtr = touchvgPINVOKE.CmdObserver_createCommand(swigCPtr, MgMotion.getCPtr(sender), name); MgCommand ret = (cPtr == global::System.IntPtr.Zero) ? null : new MgCommand(cPtr, false); return(ret); }
public override void drawInShapeCommand(MgMotion sender, MgCommand cmd, GiGraphics gs) { if (SwigDerivedClassHasMethod("drawInShapeCommand", swigMethodTypes7)) { touchvgPINVOKE.CmdObserverDefault_drawInShapeCommandSwigExplicitCmdObserverDefault(swigCPtr, MgMotion.getCPtr(sender), MgCommand.getCPtr(cmd), GiGraphics.getCPtr(gs)); } else { touchvgPINVOKE.CmdObserverDefault_drawInShapeCommand(swigCPtr, MgMotion.getCPtr(sender), MgCommand.getCPtr(cmd), GiGraphics.getCPtr(gs)); } }
private global::System.IntPtr SwigDirectorcreateCommand(global::System.IntPtr sender, string name) { return(MgCommand.getCPtr(createCommand((sender == global::System.IntPtr.Zero) ? null : new MgMotion(sender, false), name)).Handle); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgCommand obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public virtual void drawInShapeCommand(MgMotion sender, MgCommand cmd, GiGraphics gs) { touchvgPINVOKE.CmdObserver_drawInShapeCommand(swigCPtr, MgMotion.getCPtr(sender), MgCommand.getCPtr(cmd), GiGraphics.getCPtr(gs)); }
public override void drawInShapeCommand(MgMotion sender, MgCommand cmd, GiGraphics gs) { if (SwigDerivedClassHasMethod("drawInShapeCommand", swigMethodTypes7)) touchvgPINVOKE.CmdObserverDefault_drawInShapeCommandSwigExplicitCmdObserverDefault(swigCPtr, MgMotion.getCPtr(sender), MgCommand.getCPtr(cmd), GiGraphics.getCPtr(gs)); else touchvgPINVOKE.CmdObserverDefault_drawInShapeCommand(swigCPtr, MgMotion.getCPtr(sender), MgCommand.getCPtr(cmd), GiGraphics.getCPtr(gs)); }
public static extern void MgCommand_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MgCommand.SwigDelegateMgCommand_0 delegate0, MgCommand.SwigDelegateMgCommand_1 delegate1, MgCommand.SwigDelegateMgCommand_2 delegate2, MgCommand.SwigDelegateMgCommand_3 delegate3, MgCommand.SwigDelegateMgCommand_4 delegate4, MgCommand.SwigDelegateMgCommand_5 delegate5, MgCommand.SwigDelegateMgCommand_6 delegate6, MgCommand.SwigDelegateMgCommand_7 delegate7, MgCommand.SwigDelegateMgCommand_8 delegate8, MgCommand.SwigDelegateMgCommand_9 delegate9, MgCommand.SwigDelegateMgCommand_10 delegate10, MgCommand.SwigDelegateMgCommand_11 delegate11, MgCommand.SwigDelegateMgCommand_12 delegate12, MgCommand.SwigDelegateMgCommand_13 delegate13, MgCommand.SwigDelegateMgCommand_14 delegate14, MgCommand.SwigDelegateMgCommand_15 delegate15, MgCommand.SwigDelegateMgCommand_16 delegate16);
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgCommand obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }