示例#1
0
 public void getContent(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getContent__SWIG_1(swigCPtr, MgStringCallback.getCPtr(c));
 }
示例#2
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);
        }
示例#3
0
 public void getCommand(MgStringCallback c)
 {
     touchvgPINVOKE.MgCoreView_getCommand(swigCPtr, MgStringCallback.getCPtr(c));
 }
示例#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);
        }