Ejemplo n.º 1
0
 public virtual void getLocalizedString(string name, MgStringCallback c)
 {
     if (SwigDerivedClassHasMethod("getLocalizedString", swigMethodTypes18))
     {
         touchvgPINVOKE.GiView_getLocalizedStringSwigExplicitGiView(swigCPtr, name, MgStringCallback.getCPtr(c));
     }
     else
     {
         touchvgPINVOKE.GiView_getLocalizedString(swigCPtr, name, MgStringCallback.getCPtr(c));
     }
 }
Ejemplo n.º 2
0
 public bool exportSVGPath2(MgStringCallback c, int shapes, int sid)
 {
     bool ret = touchvgPINVOKE.MgCoreView_exportSVGPath2(swigCPtr, MgStringCallback.getCPtr(c), shapes, sid);
     return ret;
 }
Ejemplo n.º 3
0
 public virtual void getLocalizedString(string name, MgStringCallback result)
 {
     touchvgPINVOKE.MgView_getLocalizedString(swigCPtr, name, MgStringCallback.getCPtr(result));
 }
Ejemplo n.º 4
0
 public bool startRecord(string path, int doc, bool forUndo, int curTick, MgStringCallback c)
 {
     bool ret = touchvgPINVOKE.GiCoreView_startRecord__SWIG_0(swigCPtr, path, doc, forUndo, curTick, MgStringCallback.getCPtr(c));
     return ret;
 }
Ejemplo n.º 5
0
 public bool recordShapes(bool forUndo, int tick, int changeCount, int doc, int shapes, Longs exts, MgStringCallback c)
 {
     bool ret = touchvgPINVOKE.GiCoreView_recordShapes__SWIG_1(swigCPtr, forUndo, tick, changeCount, doc, shapes, Longs.getCPtr(exts), MgStringCallback.getCPtr(c));
     return ret;
 }
Ejemplo n.º 6
0
 public virtual void getLocalizedString(string name, MgStringCallback c)
 {
     if (SwigDerivedClassHasMethod("getLocalizedString", swigMethodTypes18)) touchvgPINVOKE.GiView_getLocalizedStringSwigExplicitGiView(swigCPtr, name, MgStringCallback.getCPtr(c)); else touchvgPINVOKE.GiView_getLocalizedString(swigCPtr, name, MgStringCallback.getCPtr(c));
 }
Ejemplo n.º 7
0
        public bool recordShapes(bool forUndo, int tick, int changeCount, int doc, int shapes, Longs exts, MgStringCallback c)
        {
            bool ret = touchvgPINVOKE.GiCoreView_recordShapes__SWIG_1(swigCPtr, forUndo, tick, changeCount, doc, shapes, Longs.getCPtr(exts), MgStringCallback.getCPtr(c));

            return(ret);
        }
Ejemplo n.º 8
0
        public bool exportSVGPath2(MgStringCallback c, int shapes, int sid)
        {
            bool ret = touchvgPINVOKE.MgCoreView_exportSVGPath2(swigCPtr, MgStringCallback.getCPtr(c), shapes, sid);

            return(ret);
        }
Ejemplo n.º 9
0
 public override void getLocalizedString(string name, MgStringCallback result)
 {
     result.onGetString(WPFImageSourceHelper.Instance.GetLocalizedString(name));
 }
Ejemplo n.º 10
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Ejemplo n.º 11
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Ejemplo n.º 12
0
 public static extern void MgStringCallback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MgStringCallback.SwigDelegateMgStringCallback_0 delegate0);
Ejemplo n.º 13
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgStringCallback obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 14
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MgStringCallback obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 15
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Ejemplo n.º 16
0
        public bool startRecord(string path, int doc, bool forUndo, int curTick, MgStringCallback c)
        {
            bool ret = touchvgPINVOKE.GiCoreView_startRecord__SWIG_0(swigCPtr, path, doc, forUndo, curTick, MgStringCallback.getCPtr(c));

            return(ret);
        }
Ejemplo n.º 17
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Ejemplo n.º 18
0
 public virtual void getLocalizedString(string name, MgStringCallback c)
 {
     touchvgPINVOKE.MgView_getLocalizedString(swigCPtr, name, MgStringCallback.getCPtr(c));
 }