Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdExDgnHostAppServices.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdExDgnHostAppServices(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdExDgnHostAppServices_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdExDgnHostAppServices obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
44 : this(TG_DbPINVOKE.new_OdExDgnHostAppServices(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
45 {
46 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
47 if (null != mTr)
48 {
49 mTr.AddObject(new OdExDgnHostAppServices(swigCPtr.Handle, true));
50 }
52 SwigDirectorConnect();
53 }
54
55 public override bool ttfFileNameByDescriptor(OdTtfDescriptor description, ref string filename) {
56IntPtr tmp_filename = Marshal.StringToCoTaskMemUni(filename);
57 IntPtr saved_filename = tmp_filename;
58 try {
59 bool ret = (SwigDerivedClassHasMethod("ttfFileNameByDescriptor", swigMethodTypes23) ? TG_DbPINVOKE.OdExDgnHostAppServices_ttfFileNameByDescriptorSwigExplicitOdExDgnHostAppServices(swigCPtr, OdTtfDescriptor.getCPtr(description), ref tmp_filename) : TG_DbPINVOKE.OdExDgnHostAppServices_ttfFileNameByDescriptor(swigCPtr, OdTtfDescriptor.getCPtr(description), ref tmp_filename));
61 return ret;
62 } finally {
63if (tmp_filename != saved_filename) filename = Marshal.PtrToStringUni(tmp_filename);
64 }
65 }
66
68 global::System.IntPtr cPtr = (SwigDerivedClassHasMethod("newProgressMeter", swigMethodTypes5) ? TG_DbPINVOKE.OdExDgnHostAppServices_newProgressMeterSwigExplicitOdExDgnHostAppServices(swigCPtr) : TG_DbPINVOKE.OdExDgnHostAppServices_newProgressMeter(swigCPtr));
69 OdDbHostAppProgressMeter ret = (cPtr == global::System.IntPtr.Zero) ? null : new OdDbHostAppProgressMeter(cPtr, false);
71 return ret;
72 }
73
74 public override void releaseProgressMeter(OdDbHostAppProgressMeter pProgressMeter) {
75 if (SwigDerivedClassHasMethod("releaseProgressMeter", swigMethodTypes6)) TG_DbPINVOKE.OdExDgnHostAppServices_releaseProgressMeterSwigExplicitOdExDgnHostAppServices(swigCPtr, OdDbHostAppProgressMeter.getCPtr(pProgressMeter)); else TG_DbPINVOKE.OdExDgnHostAppServices_releaseProgressMeter(swigCPtr, OdDbHostAppProgressMeter.getCPtr(pProgressMeter));
77 }
78
79 public virtual bool getMtMode(MultiThreadedMode uMode) {
80 bool ret = TG_DbPINVOKE.OdExDgnHostAppServices_getMtMode(swigCPtr, (int)uMode);
82 return ret;
83 }
84
85 public virtual void setMtMode(MultiThreadedMode newMode, bool bSet) {
86 if (SwigDerivedClassHasMethod("setMtMode", swigMethodTypes57)) TG_DbPINVOKE.OdExDgnHostAppServices_setMtModeSwigExplicitOdExDgnHostAppServices(swigCPtr, (int)newMode, bSet); else TG_DbPINVOKE.OdExDgnHostAppServices_setMtMode(swigCPtr, (int)newMode, bSet);
88 }
89
90 public virtual void setNumThreads(MultiThreadedMode mtMode, int numThreads) {
91 if (SwigDerivedClassHasMethod("setNumThreads", swigMethodTypes58)) TG_DbPINVOKE.OdExDgnHostAppServices_setNumThreadsSwigExplicitOdExDgnHostAppServices(swigCPtr, (int)mtMode, numThreads); else TG_DbPINVOKE.OdExDgnHostAppServices_setNumThreads(swigCPtr, (int)mtMode, numThreads);
93 }
94
95 public override int numThreads(MultiThreadedMode mtMode) {
96 int ret = (SwigDerivedClassHasMethod("numThreads", swigMethodTypes42) ? TG_DbPINVOKE.OdExDgnHostAppServices_numThreadsSwigExplicitOdExDgnHostAppServices(swigCPtr, (int)mtMode) : TG_DbPINVOKE.OdExDgnHostAppServices_numThreads(swigCPtr, (int)mtMode));
98 return ret;
99 }
100
101 public void disableProgressMeterOutput(bool disable) {
104 }
105
106 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
107 string ret = TG_DbPINVOKE.OdExDgnHostAppServices_getRealClassName(ptr /*SIMPLETYPE*/);
109 return ret;
110 }
111
112 private void SwigDirectorConnect() {
113 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
114 swigDelegate0 = new SwigDelegateOdExDgnHostAppServices_0(SwigDirectorMethodqueryX);
115 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
116 swigDelegate1 = new SwigDelegateOdExDgnHostAppServices_1(SwigDirectorMethodisA);
117 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes2))
118 swigDelegate2 = new SwigDelegateOdExDgnHostAppServices_2(SwigDirectorMethodfindFile__SWIG_0);
119 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes3))
120 swigDelegate3 = new SwigDelegateOdExDgnHostAppServices_3(SwigDirectorMethodfindFile__SWIG_1);
121 if (SwigDerivedClassHasMethod("findFile", swigMethodTypes4))
122 swigDelegate4 = new SwigDelegateOdExDgnHostAppServices_4(SwigDirectorMethodfindFile__SWIG_2);
123 if (SwigDerivedClassHasMethod("newProgressMeter", swigMethodTypes5))
124 swigDelegate5 = new SwigDelegateOdExDgnHostAppServices_5(SwigDirectorMethodnewProgressMeter);
125 if (SwigDerivedClassHasMethod("releaseProgressMeter", swigMethodTypes6))
126 swigDelegate6 = new SwigDelegateOdExDgnHostAppServices_6(SwigDirectorMethodreleaseProgressMeter);
127 if (SwigDerivedClassHasMethod("program", swigMethodTypes7))
128 swigDelegate7 = new SwigDelegateOdExDgnHostAppServices_7(SwigDirectorMethodprogram);
129 if (SwigDerivedClassHasMethod("product", swigMethodTypes8))
130 swigDelegate8 = new SwigDelegateOdExDgnHostAppServices_8(SwigDirectorMethodproduct);
131 if (SwigDerivedClassHasMethod("companyName", swigMethodTypes9))
132 swigDelegate9 = new SwigDelegateOdExDgnHostAppServices_9(SwigDirectorMethodcompanyName);
133 if (SwigDerivedClassHasMethod("prodcode", swigMethodTypes10))
134 swigDelegate10 = new SwigDelegateOdExDgnHostAppServices_10(SwigDirectorMethodprodcode);
135 if (SwigDerivedClassHasMethod("releaseMajorMinorString", swigMethodTypes11))
136 swigDelegate11 = new SwigDelegateOdExDgnHostAppServices_11(SwigDirectorMethodreleaseMajorMinorString);
137 if (SwigDerivedClassHasMethod("releaseMajorVersion", swigMethodTypes12))
138 swigDelegate12 = new SwigDelegateOdExDgnHostAppServices_12(SwigDirectorMethodreleaseMajorVersion);
139 if (SwigDerivedClassHasMethod("releaseMinorVersion", swigMethodTypes13))
140 swigDelegate13 = new SwigDelegateOdExDgnHostAppServices_13(SwigDirectorMethodreleaseMinorVersion);
141 if (SwigDerivedClassHasMethod("versionString", swigMethodTypes14))
142 swigDelegate14 = new SwigDelegateOdExDgnHostAppServices_14(SwigDirectorMethodversionString);
143 if (SwigDerivedClassHasMethod("warning", swigMethodTypes15))
144 swigDelegate15 = new SwigDelegateOdExDgnHostAppServices_15(SwigDirectorMethodwarning__SWIG_0);
145 if (SwigDerivedClassHasMethod("warning", swigMethodTypes16))
146 swigDelegate16 = new SwigDelegateOdExDgnHostAppServices_16(SwigDirectorMethodwarning__SWIG_1);
147 if (SwigDerivedClassHasMethod("warning", swigMethodTypes17))
148 swigDelegate17 = new SwigDelegateOdExDgnHostAppServices_17(SwigDirectorMethodwarning__SWIG_2);
149 if (SwigDerivedClassHasMethod("warning", swigMethodTypes18))
150 swigDelegate18 = new SwigDelegateOdExDgnHostAppServices_18(SwigDirectorMethodwarning__SWIG_3);
151 if (SwigDerivedClassHasMethod("getErrorDescription", swigMethodTypes19))
152 swigDelegate19 = new SwigDelegateOdExDgnHostAppServices_19(SwigDirectorMethodgetErrorDescription);
153 if (SwigDerivedClassHasMethod("newUndoController", swigMethodTypes20))
154 swigDelegate20 = new SwigDelegateOdExDgnHostAppServices_20(SwigDirectorMethodnewUndoController);
155 if (SwigDerivedClassHasMethod("newUndoStream", swigMethodTypes21))
156 swigDelegate21 = new SwigDelegateOdExDgnHostAppServices_21(SwigDirectorMethodnewUndoStream);
157 if (SwigDerivedClassHasMethod("auditPrintReport", swigMethodTypes22))
158 swigDelegate22 = new SwigDelegateOdExDgnHostAppServices_22(SwigDirectorMethodauditPrintReport);
159 if (SwigDerivedClassHasMethod("ttfFileNameByDescriptor", swigMethodTypes23))
160 swigDelegate23 = new SwigDelegateOdExDgnHostAppServices_23(SwigDirectorMethodttfFileNameByDescriptor);
161 if (SwigDerivedClassHasMethod("getAlternateFontName", swigMethodTypes24))
162 swigDelegate24 = new SwigDelegateOdExDgnHostAppServices_24(SwigDirectorMethodgetAlternateFontName);
163 if (SwigDerivedClassHasMethod("getFontMapFileName", swigMethodTypes25))
164 swigDelegate25 = new SwigDelegateOdExDgnHostAppServices_25(SwigDirectorMethodgetFontMapFileName);
165 if (SwigDerivedClassHasMethod("getPreferableFont", swigMethodTypes26))
166 swigDelegate26 = new SwigDelegateOdExDgnHostAppServices_26(SwigDirectorMethodgetPreferableFont);
167 if (SwigDerivedClassHasMethod("getSubstituteFont", swigMethodTypes27))
168 swigDelegate27 = new SwigDelegateOdExDgnHostAppServices_27(SwigDirectorMethodgetSubstituteFont);
169 if (SwigDerivedClassHasMethod("getSubstituteFontByChar", swigMethodTypes28))
170 swigDelegate28 = new SwigDelegateOdExDgnHostAppServices_28(SwigDirectorMethodgetSubstituteFontByChar);
171 if (SwigDerivedClassHasMethod("getSystemFontFolders", swigMethodTypes29))
172 swigDelegate29 = new SwigDelegateOdExDgnHostAppServices_29(SwigDirectorMethodgetSystemFontFolders);
173 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes30))
174 swigDelegate30 = new SwigDelegateOdExDgnHostAppServices_30(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0);
175 if (SwigDerivedClassHasMethod("collectFilePathsInDirectory", swigMethodTypes31))
176 swigDelegate31 = new SwigDelegateOdExDgnHostAppServices_31(SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1);
177 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes32))
178 swigDelegate32 = new SwigDelegateOdExDgnHostAppServices_32(SwigDirectorMethodfileDialog__SWIG_0);
179 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes33))
180 swigDelegate33 = new SwigDelegateOdExDgnHostAppServices_33(SwigDirectorMethodfileDialog__SWIG_1);
181 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes34))
182 swigDelegate34 = new SwigDelegateOdExDgnHostAppServices_34(SwigDirectorMethodfileDialog__SWIG_2);
183 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes35))
184 swigDelegate35 = new SwigDelegateOdExDgnHostAppServices_35(SwigDirectorMethodfileDialog__SWIG_3);
185 if (SwigDerivedClassHasMethod("fileDialog", swigMethodTypes36))
186 swigDelegate36 = new SwigDelegateOdExDgnHostAppServices_36(SwigDirectorMethodfileDialog__SWIG_4);
187 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes37))
188 swigDelegate37 = new SwigDelegateOdExDgnHostAppServices_37(SwigDirectorMethodgsBitmapDevice__SWIG_0);
189 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes38))
190 swigDelegate38 = new SwigDelegateOdExDgnHostAppServices_38(SwigDirectorMethodgsBitmapDevice__SWIG_1);
191 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes39))
192 swigDelegate39 = new SwigDelegateOdExDgnHostAppServices_39(SwigDirectorMethodgsBitmapDevice__SWIG_2);
193 if (SwigDerivedClassHasMethod("gsBitmapDevice", swigMethodTypes40))
194 swigDelegate40 = new SwigDelegateOdExDgnHostAppServices_40(SwigDirectorMethodgsBitmapDevice__SWIG_3);
195 if (SwigDerivedClassHasMethod("getTempPath", swigMethodTypes41))
196 swigDelegate41 = new SwigDelegateOdExDgnHostAppServices_41(SwigDirectorMethodgetTempPath);
197 if (SwigDerivedClassHasMethod("numThreads", swigMethodTypes42))
198 swigDelegate42 = new SwigDelegateOdExDgnHostAppServices_42(SwigDirectorMethodnumThreads);
199 if (SwigDerivedClassHasMethod("getEnv", swigMethodTypes43))
200 swigDelegate43 = new SwigDelegateOdExDgnHostAppServices_43(SwigDirectorMethodgetEnv);
201 if (SwigDerivedClassHasMethod("setEnv", swigMethodTypes44))
202 swigDelegate44 = new SwigDelegateOdExDgnHostAppServices_44(SwigDirectorMethodsetEnv);
203 if (SwigDerivedClassHasMethod("getAppUserName", swigMethodTypes45))
204 swigDelegate45 = new SwigDelegateOdExDgnHostAppServices_45(SwigDirectorMethodgetAppUserName__SWIG_0);
205 if (SwigDerivedClassHasMethod("getAppUserName", swigMethodTypes46))
206 swigDelegate46 = new SwigDelegateOdExDgnHostAppServices_46(SwigDirectorMethodgetAppUserName__SWIG_1);
207 if (SwigDerivedClassHasMethod("databaseClass", swigMethodTypes47))
208 swigDelegate47 = new SwigDelegateOdExDgnHostAppServices_47(SwigDirectorMethoddatabaseClass);
209 if (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes48))
210 swigDelegate48 = new SwigDelegateOdExDgnHostAppServices_48(SwigDirectorMethodcreateDatabase__SWIG_0);
211 if (SwigDerivedClassHasMethod("createDatabase", swigMethodTypes49))
212 swigDelegate49 = new SwigDelegateOdExDgnHostAppServices_49(SwigDirectorMethodcreateDatabase__SWIG_1);
213 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes50))
214 swigDelegate50 = new SwigDelegateOdExDgnHostAppServices_50(SwigDirectorMethodreadFile__SWIG_0);
215 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes51))
216 swigDelegate51 = new SwigDelegateOdExDgnHostAppServices_51(SwigDirectorMethodreadFile__SWIG_1);
217 if (SwigDerivedClassHasMethod("readFile", swigMethodTypes52))
218 swigDelegate52 = new SwigDelegateOdExDgnHostAppServices_52(SwigDirectorMethodreadFile__SWIG_2);
219 if (SwigDerivedClassHasMethod("getThumbnail", swigMethodTypes53))
220 swigDelegate53 = new SwigDelegateOdExDgnHostAppServices_53(SwigDirectorMethodgetThumbnail);
221 if (SwigDerivedClassHasMethod("setThumbnail", swigMethodTypes54))
222 swigDelegate54 = new SwigDelegateOdExDgnHostAppServices_54(SwigDirectorMethodsetThumbnail);
223 if (SwigDerivedClassHasMethod("createThumbnail", swigMethodTypes55))
224 swigDelegate55 = new SwigDelegateOdExDgnHostAppServices_55(SwigDirectorMethodcreateThumbnail);
225 if (SwigDerivedClassHasMethod("getDbHostAppServices", swigMethodTypes56))
226 swigDelegate56 = new SwigDelegateOdExDgnHostAppServices_56(SwigDirectorMethodgetDbHostAppServices);
227 if (SwigDerivedClassHasMethod("setMtMode", swigMethodTypes57))
228 swigDelegate57 = new SwigDelegateOdExDgnHostAppServices_57(SwigDirectorMethodsetMtMode);
229 if (SwigDerivedClassHasMethod("setNumThreads", swigMethodTypes58))
230 swigDelegate58 = new SwigDelegateOdExDgnHostAppServices_58(SwigDirectorMethodsetNumThreads);
231 TG_DbPINVOKE.OdExDgnHostAppServices_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16, swigDelegate17, swigDelegate18, swigDelegate19, swigDelegate20, swigDelegate21, swigDelegate22, swigDelegate23, swigDelegate24, swigDelegate25, swigDelegate26, swigDelegate27, swigDelegate28, swigDelegate29, swigDelegate30, swigDelegate31, swigDelegate32, swigDelegate33, swigDelegate34, swigDelegate35, swigDelegate36, swigDelegate37, swigDelegate38, swigDelegate39, swigDelegate40, swigDelegate41, swigDelegate42, swigDelegate43, swigDelegate44, swigDelegate45, swigDelegate46, swigDelegate47, swigDelegate48, swigDelegate49, swigDelegate50, swigDelegate51, swigDelegate52, swigDelegate53, swigDelegate54, swigDelegate55, swigDelegate56, swigDelegate57, swigDelegate58);
232 }
233
234 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
235 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
236 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(OdExDgnHostAppServices));
237 return hasDerivedMethod;
238 }
239
240 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
241 return
242 // csdirectorout for OdRxObject*, OdRxObject&
244 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
245)).Handle
246;
247 }
248
249 private IntPtr SwigDirectorMethodisA() {
250 return
251 // csdirectorout for OdRxClass*, OdRxClass&
252 OdRxClass.getCPtr(isA()).Handle
253;
254 }
255
256 [return: MarshalAs(UnmanagedType.LPWStr)]
257 private String SwigDirectorMethodfindFile__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint) {
258 return findFile(filename,
259 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
261 }
262
263 [return: MarshalAs(UnmanagedType.LPWStr)]
264 private String SwigDirectorMethodfindFile__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb) {
265 return findFile(filename,
266 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
267);
268 }
269
270 [return: MarshalAs(UnmanagedType.LPWStr)]
271 private String SwigDirectorMethodfindFile__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String filename) {
272 return findFile(filename);
273 }
274
275 private global::System.IntPtr SwigDirectorMethodnewProgressMeter() {
277 }
278
279 private void SwigDirectorMethodreleaseProgressMeter(global::System.IntPtr pProgressMeter) {
280 releaseProgressMeter((pProgressMeter == global::System.IntPtr.Zero) ? null : new OdDbHostAppProgressMeter(pProgressMeter, false));
281 }
282
283 [return: MarshalAs(UnmanagedType.LPWStr)]
284 private String SwigDirectorMethodprogram() {
285 return program();
286 }
287
288 [return: MarshalAs(UnmanagedType.LPWStr)]
289 private String SwigDirectorMethodproduct() {
290 return product();
291 }
292
293 [return: MarshalAs(UnmanagedType.LPWStr)]
294 private String SwigDirectorMethodcompanyName() {
295 return companyName();
296 }
297
298 private int SwigDirectorMethodprodcode() {
299 return (int)prodcode();
300 }
301
302 [return: MarshalAs(UnmanagedType.LPWStr)]
303 private String SwigDirectorMethodreleaseMajorMinorString() {
305 }
306
307 private int SwigDirectorMethodreleaseMajorVersion() {
308 return releaseMajorVersion();
309 }
310
311 private int SwigDirectorMethodreleaseMinorVersion() {
312 return releaseMinorVersion();
313 }
314
315 [return: MarshalAs(UnmanagedType.LPWStr)]
316 private String SwigDirectorMethodversionString() {
317 return versionString();
318 }
319
320 private void SwigDirectorMethodwarning__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String message) {
321 warning(message);
322 }
323
324 private void SwigDirectorMethodwarning__SWIG_1(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message) {
325 warning(warnVisGroup, message);
326 }
327
328 private void SwigDirectorMethodwarning__SWIG_2(int warningOb) {
329 warning((OdResult)warningOb);
330 }
331
332 private void SwigDirectorMethodwarning__SWIG_3(string warnVisGroup, int warningOb) {
333 warning(warnVisGroup, (OdResult)warningOb);
334 }
335
336 [return: MarshalAs(UnmanagedType.LPWStr)]
337 private String SwigDirectorMethodgetErrorDescription(uint errorCode) {
338 return getErrorDescription(errorCode);
339 }
340
341 private IntPtr SwigDirectorMethodnewUndoController() {
343 }
344
345 private IntPtr SwigDirectorMethodnewUndoStream() {
346 return OdStreamBuf.getCPtr(newUndoStream()).Handle;
347 }
348
349 private void SwigDirectorMethodauditPrintReport(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest) {
350 auditPrintReport((pAuditInfo == global::System.IntPtr.Zero) ? null : new OdAuditInfo(pAuditInfo, false), strLine, printDest);
351 }
352
353 private bool SwigDirectorMethodttfFileNameByDescriptor(global::System.IntPtr description, IntPtr filename) {
354 string tmp_filename = Marshal.PtrToStringUni(filename);
355 string saved_filename = tmp_filename;
356 try {
357 return ttfFileNameByDescriptor(new OdTtfDescriptor(description, false), ref tmp_filename);
358 } finally {
359 if (tmp_filename != saved_filename) filename = Marshal.StringToCoTaskMemUni(tmp_filename);
360 }
361 }
362
363 [return: MarshalAs(UnmanagedType.LPWStr)]
364 private String SwigDirectorMethodgetAlternateFontName() {
365 return getAlternateFontName();
366 }
367
368 [return: MarshalAs(UnmanagedType.LPWStr)]
369 private String SwigDirectorMethodgetFontMapFileName() {
370 return getFontMapFileName();
371 }
372
373 [return: MarshalAs(UnmanagedType.LPWStr)]
374 private String SwigDirectorMethodgetPreferableFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
375 return getPreferableFont(fontName, (OdFontType)fontType);
376 }
377
378 [return: MarshalAs(UnmanagedType.LPWStr)]
379 private String SwigDirectorMethodgetSubstituteFont([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType) {
380 return getSubstituteFont(fontName, (OdFontType)fontType);
381 }
382
383 [return: MarshalAs(UnmanagedType.LPWStr)]
384 private String SwigDirectorMethodgetSubstituteFontByChar(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb) {
386 (OdFont)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdFont),pFont,false) /*createInt 6_3*/ // csdirectorin for smart pointer
387, unicodeChar /*SIMPLETYPE*/,
388 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
389);
390 }
391
392 private bool SwigDirectorMethodgetSystemFontFolders(global::System.IntPtr aDirs) {
393 return getSystemFontFolders(new OdStringArray(aDirs, false));
394 }
395
396 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_0(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter) {
397 collectFilePathsInDirectory(new OdStringArray(res, false), sPath, sFilter);
398 }
399
400 private void SwigDirectorMethodcollectFilePathsInDirectory__SWIG_1(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath) {
401 collectFilePathsInDirectory(new OdStringArray(res, false), sPath);
402 }
403
404 [return: MarshalAs(UnmanagedType.LPWStr)]
405 private String SwigDirectorMethodfileDialog__SWIG_0(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter) {
406 return fileDialog(flags, dialogCaption, defExt, defFilename, filter);
407 }
408
409 [return: MarshalAs(UnmanagedType.LPWStr)]
410 private String SwigDirectorMethodfileDialog__SWIG_1(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename) {
411 return fileDialog(flags, dialogCaption, defExt, defFilename);
412 }
413
414 [return: MarshalAs(UnmanagedType.LPWStr)]
415 private String SwigDirectorMethodfileDialog__SWIG_2(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt) {
416 return fileDialog(flags, dialogCaption, defExt);
417 }
418
419 [return: MarshalAs(UnmanagedType.LPWStr)]
420 private String SwigDirectorMethodfileDialog__SWIG_3(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption) {
421 return fileDialog(flags, dialogCaption);
422 }
423
424 [return: MarshalAs(UnmanagedType.LPWStr)]
425 private String SwigDirectorMethodfileDialog__SWIG_4(int flags) {
426 return fileDialog(flags);
427 }
428
429 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_0(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags) {
431 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
432,
433 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
434, flags /*SIMPLETYPE*/)).Handle;
435 }
436
437 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_1(IntPtr pViewObj, IntPtr pDb) {
439 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
440,
441 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
442)).Handle;
443 }
444
445 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_2(IntPtr pViewObj) {
447 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pViewObj,false) /*createInt 6_1*/ // csdirectorin for smart pointer
448)).Handle;
449 }
450
451 private IntPtr SwigDirectorMethodgsBitmapDevice__SWIG_3() {
452 return OdGsDevice.getCPtr(gsBitmapDevice()).Handle;
453 }
454
455 [return: MarshalAs(UnmanagedType.LPWStr)]
456 private String SwigDirectorMethodgetTempPath() {
457 return getTempPath();
458 }
459
460 private int SwigDirectorMethodnumThreads(int mtMode) {
461 return numThreads((MultiThreadedMode)mtMode);
462 }
463
464 private int SwigDirectorMethodgetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value) {
465 string tmp_value = Marshal.PtrToStringUni(value);
466 string saved_value = tmp_value;
467 try {
468 return (int)getEnv(varName, ref tmp_value);
469 } finally {
470 if (tmp_value != saved_value) value = Marshal.StringToCoTaskMemUni(tmp_value);
471 }
472 }
473
474 private int SwigDirectorMethodsetEnv([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue) {
475 return (int)setEnv(varName, newValue);
476 }
477
478 [return: MarshalAs(UnmanagedType.LPWStr)]
479 private String SwigDirectorMethodgetAppUserName__SWIG_0(int unFormat) {
480 return getAppUserName((UserNameFormat)unFormat);
481 }
482
483 [return: MarshalAs(UnmanagedType.LPWStr)]
484 private String SwigDirectorMethodgetAppUserName__SWIG_1() {
485 return getAppUserName();
486 }
487
488 private IntPtr SwigDirectorMethoddatabaseClass() {
489 return
490 // csdirectorout for OdRxClass*, OdRxClass&
492;
493 }
494
495 private IntPtr SwigDirectorMethodcreateDatabase__SWIG_0(int defaultContent) {
496 return OdDgDatabase.getCPtr(createDatabase((OdDgHostAppServices.DatabaseDefaultContent)defaultContent)).Handle;
497 }
498
499 private IntPtr SwigDirectorMethodcreateDatabase__SWIG_1() {
500 return OdDgDatabase.getCPtr(createDatabase()).Handle;
501 }
502
503 private IntPtr SwigDirectorMethodreadFile__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad) {
504 return OdDgDatabase.getCPtr(readFile(fileName, (FileShareMode)shareMode, partialLoad)).Handle;
505 }
506
507 private IntPtr SwigDirectorMethodreadFile__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode) {
508 return OdDgDatabase.getCPtr(readFile(fileName, (FileShareMode)shareMode)).Handle;
509 }
510
511 private IntPtr SwigDirectorMethodreadFile__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String fileName) {
512 return OdDgDatabase.getCPtr(readFile(fileName)).Handle;
513 }
514
515 private bool SwigDirectorMethodgetThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
516 return getThumbnail(filename,
517 //csdirectorin of INOUT_PARAM_OBJ
518 new OdBinaryData(dibData,true)
519);
520 }
521
522 private bool SwigDirectorMethodsetThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
523 return setThumbnail(filename,
524 //csdirectorin of INOUT_PARAM_OBJ
525 new OdBinaryData(dibData,true)
526);
527 }
528
529 private bool SwigDirectorMethodcreateThumbnail([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData) {
530 return createThumbnail(filename,
531 //csdirectorin of INOUT_PARAM_OBJ
532 new OdBinaryData(dibData,true)
533);
534 }
535
536 private IntPtr SwigDirectorMethodgetDbHostAppServices() {
537 return
538 // csdirectorout for OdDbBaseHostAppServices*, OdDbBaseHostAppServices&
540;
541 }
542
543 private void SwigDirectorMethodsetMtMode(int newMode, bool bSet) {
544 setMtMode((MultiThreadedMode)newMode, bSet);
545 }
546
547 private void SwigDirectorMethodsetNumThreads(int mtMode, int numThreads) {
549 }
550
551 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_0(IntPtr protocolClass);
552 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_1();
553 [return: MarshalAs(UnmanagedType.LPWStr)]
554 public delegate String SwigDelegateOdExDgnHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint);
555 [return: MarshalAs(UnmanagedType.LPWStr)]
556 public delegate String SwigDelegateOdExDgnHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb);
557 [return: MarshalAs(UnmanagedType.LPWStr)]
558 public delegate String SwigDelegateOdExDgnHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename);
559 public delegate global::System.IntPtr SwigDelegateOdExDgnHostAppServices_5();
560 public delegate void SwigDelegateOdExDgnHostAppServices_6(global::System.IntPtr pProgressMeter);
561 [return: MarshalAs(UnmanagedType.LPWStr)]
563 [return: MarshalAs(UnmanagedType.LPWStr)]
565 [return: MarshalAs(UnmanagedType.LPWStr)]
568 [return: MarshalAs(UnmanagedType.LPWStr)]
572 [return: MarshalAs(UnmanagedType.LPWStr)]
574 public delegate void SwigDelegateOdExDgnHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message);
575 public delegate void SwigDelegateOdExDgnHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message);
576 public delegate void SwigDelegateOdExDgnHostAppServices_17(int warningOb);
577 public delegate void SwigDelegateOdExDgnHostAppServices_18(string warnVisGroup, int warningOb);
578 [return: MarshalAs(UnmanagedType.LPWStr)]
579 public delegate String SwigDelegateOdExDgnHostAppServices_19(uint errorCode);
582 public delegate void SwigDelegateOdExDgnHostAppServices_22(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest);
583 public delegate bool SwigDelegateOdExDgnHostAppServices_23(global::System.IntPtr description, IntPtr filename);
584 [return: MarshalAs(UnmanagedType.LPWStr)]
586 [return: MarshalAs(UnmanagedType.LPWStr)]
588 [return: MarshalAs(UnmanagedType.LPWStr)]
589 public delegate String SwigDelegateOdExDgnHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
590 [return: MarshalAs(UnmanagedType.LPWStr)]
591 public delegate String SwigDelegateOdExDgnHostAppServices_27([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType);
592 [return: MarshalAs(UnmanagedType.LPWStr)]
593 public delegate String SwigDelegateOdExDgnHostAppServices_28(IntPtr pFont, char /*SIMPLETYPE*/ unicodeChar, IntPtr pDb);
594 public delegate bool SwigDelegateOdExDgnHostAppServices_29(global::System.IntPtr aDirs);
595 public delegate void SwigDelegateOdExDgnHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter);
596 public delegate void SwigDelegateOdExDgnHostAppServices_31(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath);
597 [return: MarshalAs(UnmanagedType.LPWStr)]
598 public delegate String SwigDelegateOdExDgnHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter);
599 [return: MarshalAs(UnmanagedType.LPWStr)]
600 public delegate String SwigDelegateOdExDgnHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename);
601 [return: MarshalAs(UnmanagedType.LPWStr)]
602 public delegate String SwigDelegateOdExDgnHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt);
603 [return: MarshalAs(UnmanagedType.LPWStr)]
604 public delegate String SwigDelegateOdExDgnHostAppServices_35(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption);
605 [return: MarshalAs(UnmanagedType.LPWStr)]
607 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_37(IntPtr pViewObj, IntPtr pDb, UInt32 /*SIMPLETYPE*/ flags);
608 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_38(IntPtr pViewObj, IntPtr pDb);
609 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_39(IntPtr pViewObj);
611 [return: MarshalAs(UnmanagedType.LPWStr)]
613 public delegate int SwigDelegateOdExDgnHostAppServices_42(int mtMode);
614 public delegate int SwigDelegateOdExDgnHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value);
615 public delegate int SwigDelegateOdExDgnHostAppServices_44([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue);
616 [return: MarshalAs(UnmanagedType.LPWStr)]
617 public delegate String SwigDelegateOdExDgnHostAppServices_45(int unFormat);
618 [return: MarshalAs(UnmanagedType.LPWStr)]
621 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_48(int defaultContent);
623 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_50([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad);
624 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_51([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode);
625 public delegate IntPtr SwigDelegateOdExDgnHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String fileName);
626 public delegate bool SwigDelegateOdExDgnHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
627 public delegate bool SwigDelegateOdExDgnHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
628 public delegate bool SwigDelegateOdExDgnHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData);
630 public delegate void SwigDelegateOdExDgnHostAppServices_57(int newMode, bool bSet);
631 public delegate void SwigDelegateOdExDgnHostAppServices_58(int mtMode, int numThreads);
632
633 private SwigDelegateOdExDgnHostAppServices_0 swigDelegate0;
634 private SwigDelegateOdExDgnHostAppServices_1 swigDelegate1;
635 private SwigDelegateOdExDgnHostAppServices_2 swigDelegate2;
636 private SwigDelegateOdExDgnHostAppServices_3 swigDelegate3;
637 private SwigDelegateOdExDgnHostAppServices_4 swigDelegate4;
638 private SwigDelegateOdExDgnHostAppServices_5 swigDelegate5;
639 private SwigDelegateOdExDgnHostAppServices_6 swigDelegate6;
640 private SwigDelegateOdExDgnHostAppServices_7 swigDelegate7;
641 private SwigDelegateOdExDgnHostAppServices_8 swigDelegate8;
642 private SwigDelegateOdExDgnHostAppServices_9 swigDelegate9;
643 private SwigDelegateOdExDgnHostAppServices_10 swigDelegate10;
644 private SwigDelegateOdExDgnHostAppServices_11 swigDelegate11;
645 private SwigDelegateOdExDgnHostAppServices_12 swigDelegate12;
646 private SwigDelegateOdExDgnHostAppServices_13 swigDelegate13;
647 private SwigDelegateOdExDgnHostAppServices_14 swigDelegate14;
648 private SwigDelegateOdExDgnHostAppServices_15 swigDelegate15;
649 private SwigDelegateOdExDgnHostAppServices_16 swigDelegate16;
650 private SwigDelegateOdExDgnHostAppServices_17 swigDelegate17;
651 private SwigDelegateOdExDgnHostAppServices_18 swigDelegate18;
652 private SwigDelegateOdExDgnHostAppServices_19 swigDelegate19;
653 private SwigDelegateOdExDgnHostAppServices_20 swigDelegate20;
654 private SwigDelegateOdExDgnHostAppServices_21 swigDelegate21;
655 private SwigDelegateOdExDgnHostAppServices_22 swigDelegate22;
656 private SwigDelegateOdExDgnHostAppServices_23 swigDelegate23;
657 private SwigDelegateOdExDgnHostAppServices_24 swigDelegate24;
658 private SwigDelegateOdExDgnHostAppServices_25 swigDelegate25;
659 private SwigDelegateOdExDgnHostAppServices_26 swigDelegate26;
660 private SwigDelegateOdExDgnHostAppServices_27 swigDelegate27;
661 private SwigDelegateOdExDgnHostAppServices_28 swigDelegate28;
662 private SwigDelegateOdExDgnHostAppServices_29 swigDelegate29;
663 private SwigDelegateOdExDgnHostAppServices_30 swigDelegate30;
664 private SwigDelegateOdExDgnHostAppServices_31 swigDelegate31;
665 private SwigDelegateOdExDgnHostAppServices_32 swigDelegate32;
666 private SwigDelegateOdExDgnHostAppServices_33 swigDelegate33;
667 private SwigDelegateOdExDgnHostAppServices_34 swigDelegate34;
668 private SwigDelegateOdExDgnHostAppServices_35 swigDelegate35;
669 private SwigDelegateOdExDgnHostAppServices_36 swigDelegate36;
670 private SwigDelegateOdExDgnHostAppServices_37 swigDelegate37;
671 private SwigDelegateOdExDgnHostAppServices_38 swigDelegate38;
672 private SwigDelegateOdExDgnHostAppServices_39 swigDelegate39;
673 private SwigDelegateOdExDgnHostAppServices_40 swigDelegate40;
674 private SwigDelegateOdExDgnHostAppServices_41 swigDelegate41;
675 private SwigDelegateOdExDgnHostAppServices_42 swigDelegate42;
676 private SwigDelegateOdExDgnHostAppServices_43 swigDelegate43;
677 private SwigDelegateOdExDgnHostAppServices_44 swigDelegate44;
678 private SwigDelegateOdExDgnHostAppServices_45 swigDelegate45;
679 private SwigDelegateOdExDgnHostAppServices_46 swigDelegate46;
680 private SwigDelegateOdExDgnHostAppServices_47 swigDelegate47;
681 private SwigDelegateOdExDgnHostAppServices_48 swigDelegate48;
682 private SwigDelegateOdExDgnHostAppServices_49 swigDelegate49;
683 private SwigDelegateOdExDgnHostAppServices_50 swigDelegate50;
684 private SwigDelegateOdExDgnHostAppServices_51 swigDelegate51;
685 private SwigDelegateOdExDgnHostAppServices_52 swigDelegate52;
686 private SwigDelegateOdExDgnHostAppServices_53 swigDelegate53;
687 private SwigDelegateOdExDgnHostAppServices_54 swigDelegate54;
688 private SwigDelegateOdExDgnHostAppServices_55 swigDelegate55;
689 private SwigDelegateOdExDgnHostAppServices_56 swigDelegate56;
690 private SwigDelegateOdExDgnHostAppServices_57 swigDelegate57;
691 private SwigDelegateOdExDgnHostAppServices_58 swigDelegate58;
692
693 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
694 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
695 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(String), typeof(OdRxObject), typeof(OdDbBaseHostAppServices.FindFileHint) };
696 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(String), typeof(OdRxObject) };
697 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(String) };
698 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { };
699 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDbHostAppProgressMeter) };
700 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { };
701 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { };
702 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
703 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { };
704 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { };
705 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { };
706 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { };
707 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { };
708 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(String) };
709 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(string), typeof(String) };
710 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdResult) };
711 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(string), typeof(OdResult) };
712 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(uint) };
713 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { };
714 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { };
715 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdAuditInfo), typeof(String), typeof(int) };
716 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdTtfDescriptor), typeof(string).MakeByRefType() };
717 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { };
718 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { };
719 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
720 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(String), typeof(OdFontType) };
721 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(OdFont), typeof(char /*SIMPLETYPE*/), typeof(OdRxObject) };
722 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(OdStringArray) };
723 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(OdStringArray), typeof(String), typeof(String) };
724 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdStringArray), typeof(String) };
725 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String), typeof(String) };
726 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(int), typeof(String), typeof(String), typeof(String) };
727 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(int), typeof(String), typeof(String) };
728 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(int), typeof(String) };
729 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(int) };
730 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject), typeof(UInt32 /*SIMPLETYPE*/) };
731 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdRxObject), typeof(OdRxObject) };
732 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdRxObject) };
733 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { };
734 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { };
735 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(MultiThreadedMode) };
736 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(String), typeof(string).MakeByRefType() };
737 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(String), typeof(String) };
738 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(UserNameFormat) };
739 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { };
740 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { };
741 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(OdDgHostAppServices.DatabaseDefaultContent) };
742 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { };
743 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(String), typeof(FileShareMode), typeof(bool) };
744 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(String), typeof(FileShareMode) };
745 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(String) };
746 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
747 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
748 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(String), typeof(OdBinaryData) };
749 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { };
750 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(MultiThreadedMode), typeof(bool) };
751 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(MultiThreadedMode), typeof(int) };
752}
753
754}
virtual void collectFilePathsInDirectory(OdStringArray res, String sPath, String sFilter)
virtual String getErrorDescription(uint errorCode)
virtual bool getSystemFontFolders(OdStringArray aDirs)
virtual void auditPrintReport(OdAuditInfo pAuditInfo, String strLine, int printDest)
virtual OdResult getEnv(String varName, ref string value)
virtual String fileDialog(int flags, String dialogCaption, String defExt, String defFilename, String filter)
static HandleRef getCPtr(OdDbBaseHostAppServices obj)
virtual String getSubstituteFontByChar(OdFont pFont, char unicodeChar, OdRxObject pDb)
virtual OdResult setEnv(String varName, String newValue)
static HandleRef getCPtr(OdDbHostAppProgressMeter obj)
static HandleRef getCPtr(OdDbUndoController obj)
static HandleRef getCPtr(OdGsDevice obj)
Definition: OdGsDevice.cs:25
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdStreamBuf obj)
Definition: OdStreamBuf.cs:25
static HandleRef getCPtr(OdTtfDescriptor obj)
virtual OdDgDatabase readFile(String fileName, FileShareMode shareMode, bool partialLoad)
virtual bool setThumbnail(String filename, OdBinaryData dibData)
virtual bool getThumbnail(String filename, OdBinaryData dibData)
override String findFile(String filename, OdRxObject pDb, OdDbBaseHostAppServices.FindFileHint hint)
override String getPreferableFont(String fontName, OdFontType fontType)
override OdStreamBuf newUndoStream()
override String releaseMajorMinorString()
override OdGsDevice gsBitmapDevice()
virtual bool createThumbnail(String filename, OdBinaryData dibData)
override OdDbUndoController newUndoController()
override String getSubstituteFont(String fontName, OdFontType fontType)
override OdRxObject queryX(OdRxClass protocolClass)
virtual OdDbBaseHostAppServices getDbHostAppServices()
virtual OdDgDatabase createDatabase()
delegate void SwigDelegateOdExDgnHostAppServices_6(global::System.IntPtr pProgressMeter)
delegate String SwigDelegateOdExDgnHostAppServices_14()
delegate String SwigDelegateOdExDgnHostAppServices_19(uint errorCode)
delegate String SwigDelegateOdExDgnHostAppServices_33(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename)
delegate String SwigDelegateOdExDgnHostAppServices_26([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
delegate String SwigDelegateOdExDgnHostAppServices_4([MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate void SwigDelegateOdExDgnHostAppServices_17(int warningOb)
delegate String SwigDelegateOdExDgnHostAppServices_11()
override bool ttfFileNameByDescriptor(OdTtfDescriptor description, ref string filename)
delegate global::System.IntPtr SwigDelegateOdExDgnHostAppServices_5()
delegate int SwigDelegateOdExDgnHostAppServices_42(int mtMode)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_50([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode, bool partialLoad)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_56()
delegate String SwigDelegateOdExDgnHostAppServices_41()
delegate IntPtr SwigDelegateOdExDgnHostAppServices_48(int defaultContent)
delegate void SwigDelegateOdExDgnHostAppServices_57(int newMode, bool bSet)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_38(IntPtr pViewObj, IntPtr pDb)
delegate String SwigDelegateOdExDgnHostAppServices_34(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt)
delegate String SwigDelegateOdExDgnHostAppServices_25()
delegate String SwigDelegateOdExDgnHostAppServices_46()
delegate String SwigDelegateOdExDgnHostAppServices_28(IntPtr pFont, char unicodeChar, IntPtr pDb)
delegate void SwigDelegateOdExDgnHostAppServices_22(global::System.IntPtr pAuditInfo, [MarshalAs(UnmanagedType.LPWStr)]String strLine, int printDest)
delegate void SwigDelegateOdExDgnHostAppServices_18(string warnVisGroup, int warningOb)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_40()
delegate int SwigDelegateOdExDgnHostAppServices_10()
virtual void setNumThreads(MultiThreadedMode mtMode, int numThreads)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_0(IntPtr protocolClass)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_52([MarshalAs(UnmanagedType.LPWStr)]String fileName)
delegate String SwigDelegateOdExDgnHostAppServices_9()
delegate bool SwigDelegateOdExDgnHostAppServices_54([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate void SwigDelegateOdExDgnHostAppServices_30(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath, [MarshalAs(UnmanagedType.LPWStr)]String sFilter)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_37(IntPtr pViewObj, IntPtr pDb, UInt32 flags)
delegate String SwigDelegateOdExDgnHostAppServices_3([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_47()
delegate IntPtr SwigDelegateOdExDgnHostAppServices_39(IntPtr pViewObj)
delegate void SwigDelegateOdExDgnHostAppServices_31(global::System.IntPtr res, [MarshalAs(UnmanagedType.LPWStr)]String sPath)
virtual bool getMtMode(MultiThreadedMode uMode)
delegate String SwigDelegateOdExDgnHostAppServices_7()
delegate bool SwigDelegateOdExDgnHostAppServices_29(global::System.IntPtr aDirs)
delegate int SwigDelegateOdExDgnHostAppServices_44([MarshalAs(UnmanagedType.LPWStr)]String varName, [MarshalAs(UnmanagedType.LPWStr)]String newValue)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdExDgnHostAppServices obj)
delegate int SwigDelegateOdExDgnHostAppServices_12()
delegate String SwigDelegateOdExDgnHostAppServices_45(int unFormat)
delegate int SwigDelegateOdExDgnHostAppServices_13()
delegate String SwigDelegateOdExDgnHostAppServices_35(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_49()
delegate String SwigDelegateOdExDgnHostAppServices_32(int flags, [MarshalAs(UnmanagedType.LPWStr)]String dialogCaption, [MarshalAs(UnmanagedType.LPWStr)]String defExt, [MarshalAs(UnmanagedType.LPWStr)]String defFilename, [MarshalAs(UnmanagedType.LPWStr)]String filter)
delegate bool SwigDelegateOdExDgnHostAppServices_53([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate void SwigDelegateOdExDgnHostAppServices_15([MarshalAs(UnmanagedType.LPWStr)]String message)
delegate String SwigDelegateOdExDgnHostAppServices_2([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pDb, int hint)
override void releaseProgressMeter(OdDbHostAppProgressMeter pProgressMeter)
override OdDbHostAppProgressMeter newProgressMeter()
delegate String SwigDelegateOdExDgnHostAppServices_8()
delegate bool SwigDelegateOdExDgnHostAppServices_23(global::System.IntPtr description, IntPtr filename)
OdExDgnHostAppServices(IntPtr cPtr, bool cMemoryOwn)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_1()
virtual void setMtMode(MultiThreadedMode newMode, bool bSet)
delegate String SwigDelegateOdExDgnHostAppServices_27([MarshalAs(UnmanagedType.LPWStr)]String fontName, int fontType)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_21()
delegate String SwigDelegateOdExDgnHostAppServices_36(int flags)
delegate void SwigDelegateOdExDgnHostAppServices_58(int mtMode, int numThreads)
delegate String SwigDelegateOdExDgnHostAppServices_24()
delegate IntPtr SwigDelegateOdExDgnHostAppServices_51([MarshalAs(UnmanagedType.LPWStr)]String fileName, int shareMode)
delegate IntPtr SwigDelegateOdExDgnHostAppServices_20()
delegate bool SwigDelegateOdExDgnHostAppServices_55([MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr dibData)
delegate int SwigDelegateOdExDgnHostAppServices_43([MarshalAs(UnmanagedType.LPWStr)]String varName, IntPtr value)
static string getRealClassName(IntPtr ptr)
delegate void SwigDelegateOdExDgnHostAppServices_16(string warnVisGroup, [MarshalAs(UnmanagedType.LPWStr)]String message)
override int numThreads(MultiThreadedMode mtMode)
static global::System.Exception Retrieve()
static void delete_OdExDgnHostAppServices(HandleRef jarg1)
static string OdExDgnHostAppServices_getRealClassName(IntPtr jarg1)
static int OdExDgnHostAppServices_numThreads(HandleRef jarg1, int jarg2)
static void OdExDgnHostAppServices_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_0 delegate0, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_1 delegate1, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_2 delegate2, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_3 delegate3, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_4 delegate4, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_5 delegate5, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_6 delegate6, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_7 delegate7, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_8 delegate8, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_9 delegate9, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_10 delegate10, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_11 delegate11, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_12 delegate12, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_13 delegate13, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_14 delegate14, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_15 delegate15, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_16 delegate16, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_17 delegate17, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_18 delegate18, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_19 delegate19, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_20 delegate20, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_21 delegate21, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_22 delegate22, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_23 delegate23, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_24 delegate24, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_25 delegate25, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_26 delegate26, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_27 delegate27, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_28 delegate28, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_29 delegate29, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_30 delegate30, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_31 delegate31, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_32 delegate32, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_33 delegate33, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_34 delegate34, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_35 delegate35, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_36 delegate36, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_37 delegate37, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_38 delegate38, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_39 delegate39, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_40 delegate40, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_41 delegate41, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_42 delegate42, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_43 delegate43, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_44 delegate44, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_45 delegate45, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_46 delegate46, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_47 delegate47, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_48 delegate48, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_49 delegate49, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_50 delegate50, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_51 delegate51, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_52 delegate52, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_53 delegate53, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_54 delegate54, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_55 delegate55, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_56 delegate56, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_57 delegate57, OdExDgnHostAppServices.SwigDelegateOdExDgnHostAppServices_58 delegate58)
static bool OdExDgnHostAppServices_ttfFileNameByDescriptor(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static void OdExDgnHostAppServices_setNumThreads(HandleRef jarg1, int jarg2, int jarg3)
static bool OdExDgnHostAppServices_ttfFileNameByDescriptorSwigExplicitOdExDgnHostAppServices(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, ref IntPtr jarg3)
static void OdExDgnHostAppServices_setNumThreadsSwigExplicitOdExDgnHostAppServices(HandleRef jarg1, int jarg2, int jarg3)
static int OdExDgnHostAppServices_numThreadsSwigExplicitOdExDgnHostAppServices(HandleRef jarg1, int jarg2)
static bool OdExDgnHostAppServices_getMtMode(HandleRef jarg1, int jarg2)
static global::System.IntPtr OdExDgnHostAppServices_newProgressMeterSwigExplicitOdExDgnHostAppServices(HandleRef jarg1)
static void OdExDgnHostAppServices_setMtModeSwigExplicitOdExDgnHostAppServices(HandleRef jarg1, int jarg2, bool jarg3)
static void OdExDgnHostAppServices_setMtMode(HandleRef jarg1, int jarg2, bool jarg3)
static void OdExDgnHostAppServices_releaseProgressMeter(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdExDgnHostAppServices_newProgressMeter(HandleRef jarg1)
static void OdExDgnHostAppServices_disableProgressMeterOutput(HandleRef jarg1, bool jarg2)
static void OdExDgnHostAppServices_releaseProgressMeterSwigExplicitOdExDgnHostAppServices(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)