Пример #1
0
 public static extern void MgStringCallback_director_connect(HandleRef jarg1, MgStringCallback.SwigDelegateMgStringCallback_0 delegate0);
Пример #2
0
 internal static HandleRef getCPtr(MgStringCallback obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Пример #4
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Пример #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;
 }
Пример #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;
 }
Пример #7
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
Пример #8
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
Пример #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);
        }
Пример #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);
        }
Пример #11
0
 public override void getLocalizedString(string name, MgStringCallback result)
 {
     result.onGetString(WPFImageSourceHelper.Instance.GetLocalizedString(name));
 }