Esempio n. 1
0
 public static extern void MgStringCallback_director_connect(HandleRef jarg1, MgStringCallback.SwigDelegateMgStringCallback_0 delegate0);
Esempio n. 2
0
 internal static HandleRef getCPtr(MgStringCallback obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Esempio n. 4
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Esempio n. 5
0
 public bool recordShapes(bool forUndo, int tick, int doc, int shapes, Ints exts, MgStringCallback c)
 {
     bool ret = touchvgPINVOKE.GiCoreView_recordShapes__SWIG_1(swigCPtr, forUndo, tick, doc, shapes, Ints.getCPtr(exts), MgStringCallback.getCPtr(c));
     return ret;
 }
Esempio n. 6
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;
 }
Esempio n. 7
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Esempio n. 8
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Esempio n. 9
0
        public bool recordShapes(bool forUndo, int tick, int doc, int shapes, Ints exts, MgStringCallback c)
        {
            bool ret = touchvgPINVOKE.GiCoreView_recordShapes__SWIG_1(swigCPtr, forUndo, tick, doc, shapes, Ints.getCPtr(exts), MgStringCallback.getCPtr(c));

            return(ret);
        }
Esempio n. 10
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);
        }
Esempio n. 11
0
 public override void getLocalizedString(string name, MgStringCallback result)
 {
     result.onGetString(WPFImageSourceHelper.Instance.GetLocalizedString(name));
 }