Exemplo n.º 1
0
 public uint GetRangeLocation(string criteria, SWIGTYPE_p_HFilter filter, string text, uint start, bool forward) {
   uint ret = ScidPINVOKE.scidBaseT_GetRangeLocation__SWIG_1(swigCPtr, criteria, SWIGTYPE_p_HFilter.getCPtr(filter), text, start, forward);
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 2
0
 public ushort GetRange(string criteria, uint idx, uint count, SWIGTYPE_p_HFilter filter, SWIGTYPE_p_unsigned_int result) {
   ushort ret = ScidPINVOKE.scidBaseT_GetRange(swigCPtr, criteria, idx, count, SWIGTYPE_p_HFilter.getCPtr(filter), SWIGTYPE_p_unsigned_int.getCPtr(result));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 3
0
 public uint GetRangeLocation(string criteria, SWIGTYPE_p_HFilter filter, uint gnumber) {
   uint ret = ScidPINVOKE.scidBaseT_GetRangeLocation__SWIG_0(swigCPtr, criteria, SWIGTYPE_p_HFilter.getCPtr(filter), gnumber);
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 4
0
 public SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t getTreeStat(SWIGTYPE_p_HFilter filter) {
   SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t ret = new SWIGTYPE_p_std__vectorT_scidBaseT__TreeStat_t(ScidPINVOKE.scidBaseT_getTreeStat(swigCPtr, SWIGTYPE_p_HFilter.getCPtr(filter)), true);
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 5
0
 public ushort invertFlag(uint flag, SWIGTYPE_p_HFilter filter) {
   ushort ret = ScidPINVOKE.scidBaseT_invertFlag__SWIG_1(swigCPtr, flag, SWIGTYPE_p_HFilter.getCPtr(filter));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 6
0
 public ushort importGames(scidBaseT sourceBase, SWIGTYPE_p_HFilter filter, Progress progress) {
   ushort ret = ScidPINVOKE.scidBaseT_importGames(swigCPtr, scidBaseT.getCPtr(sourceBase), SWIGTYPE_p_HFilter.getCPtr(filter), Progress.getCPtr(progress));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 7
0
 public SWIGTYPE_p_HFilter getFilter(string filterName) {
   SWIGTYPE_p_HFilter ret = new SWIGTYPE_p_HFilter(ScidPINVOKE.scidBaseT_getFilter(swigCPtr, filterName), true);
   return ret;
 }
Exemplo n.º 8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_HFilter obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }