Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxDocumentManagerReactor.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 PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public CFxDocumentManagerReactor(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxDocumentManagerReactor_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxDocumentManagerReactor obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
31 protected override void Dispose(bool disposing) {
32 lock(this) {
33 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
34 if (swigCMemOwn) {
35 swigCMemOwn = false;
37 }
38 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
39 }
40 base.Dispose(disposing);
41 }
42 }
43
45 : this(PCADGlobalsPINVOKE.new_CFxDocumentManagerReactor(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
46 {
47 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
48 if (null != mTr)
49 {
50 mTr.AddObject(new CFxDocumentManagerReactor(swigCPtr.Handle, true));
51 }
53 SwigDirectorConnect();
54 DelegateHolder.OnHoldSwigDirectorDelegates(this);
55 }
56
62
63 public new static OdRxClass desc() {
64 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxDocumentManagerReactor_desc(),false); /*createInt 3_2*/
65
67 return ret;
68}
69
70 public override OdRxClass isA() {
71 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? PCADGlobalsPINVOKE.CFxDocumentManagerReactor_isASwigExplicitCFxDocumentManagerReactor(swigCPtr) : PCADGlobalsPINVOKE.CFxDocumentManagerReactor_isA(swigCPtr)),false); /*createInt 3_2*/
72
74 return ret;
75}
76
77 public override OdRxObject queryX(OdRxClass protocolClass) {
78 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? PCADGlobalsPINVOKE.CFxDocumentManagerReactor_queryXSwigExplicitCFxDocumentManagerReactor(swigCPtr, OdRxClass.getCPtr(protocolClass)) : PCADGlobalsPINVOKE.CFxDocumentManagerReactor_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
79
81 return ret;
82}
83
89
94
99
104
105 public virtual void DocumentDestroyed(CFxDocument pDocToDestroyed, CFxString strFileName) {
106 if (SwigDerivedClassHasMethod("DocumentDestroyed", swigMethodTypes6)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentDestroyedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocToDestroyed), CFxString.getCPtr(strFileName)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentDestroyed(swigCPtr, CFxDocument.getCPtr(pDocToDestroyed), CFxString.getCPtr(strFileName));
108 }
109
114
119
124
125 public virtual void DocumentToBeDeactivated(CFxDocument pDeActivatedDoc) {
126 if (SwigDerivedClassHasMethod("DocumentToBeDeactivated", swigMethodTypes10)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDeactivatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDeActivatedDoc)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDeactivated(swigCPtr, CFxDocument.getCPtr(pDeActivatedDoc));
128 }
129
130 public virtual void DocumentActivated(CFxDocument pActivatedDoc) {
131 if (SwigDerivedClassHasMethod("DocumentActivated", swigMethodTypes11)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pActivatedDoc)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivated(swigCPtr, CFxDocument.getCPtr(pActivatedDoc));
133 }
134
135 public virtual void DocumentCreateCanceled(CFxDocument pDocCreateCancelled) {
136 if (SwigDerivedClassHasMethod("DocumentCreateCanceled", swigMethodTypes12)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateCanceledSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocCreateCancelled)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateCanceled(swigCPtr, CFxDocument.getCPtr(pDocCreateCancelled));
138 }
139
144
145 public virtual void DocumentActivationModified(bool bActivation) {
146 if (SwigDerivedClassHasMethod("DocumentActivationModified", swigMethodTypes14)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivationModifiedSwigExplicitCFxDocumentManagerReactor(swigCPtr, bActivation); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivationModified(swigCPtr, bActivation);
148 }
149
150 public virtual void DocumentPreOpen(CFxDocument pDoc, CFxString strFileName, int codePage, int openFlags) {
151 if (SwigDerivedClassHasMethod("DocumentPreOpen", swigMethodTypes15)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentPreOpenSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDoc), CFxString.getCPtr(strFileName), codePage, openFlags); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentPreOpen(swigCPtr, CFxDocument.getCPtr(pDoc), CFxString.getCPtr(strFileName), codePage, openFlags);
153 }
154
155 private void SwigDirectorConnect() {
156 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
157 swigDelegate0 = new SwigDelegateCFxDocumentManagerReactor_0(SwigDirectorMethodqueryX);
158 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
159 swigDelegate1 = new SwigDelegateCFxDocumentManagerReactor_1(SwigDirectorMethodisA);
160 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
161 swigDelegate2 = new SwigDelegateCFxDocumentManagerReactor_2(SwigDirectorMethodcopyFrom);
162 if (SwigDerivedClassHasMethod("DocumentCreateStarted", swigMethodTypes3))
163 swigDelegate3 = new SwigDelegateCFxDocumentManagerReactor_3(SwigDirectorMethodDocumentCreateStarted);
164 if (SwigDerivedClassHasMethod("DocumentCreated", swigMethodTypes4))
165 swigDelegate4 = new SwigDelegateCFxDocumentManagerReactor_4(SwigDirectorMethodDocumentCreated);
166 if (SwigDerivedClassHasMethod("DocumentToBeDestroyed", swigMethodTypes5))
167 swigDelegate5 = new SwigDelegateCFxDocumentManagerReactor_5(SwigDirectorMethodDocumentToBeDestroyed);
168 if (SwigDerivedClassHasMethod("DocumentDestroyed", swigMethodTypes6))
169 swigDelegate6 = new SwigDelegateCFxDocumentManagerReactor_6(SwigDirectorMethodDocumentDestroyed);
170 if (SwigDerivedClassHasMethod("DatabaseAttached", swigMethodTypes7))
171 swigDelegate7 = new SwigDelegateCFxDocumentManagerReactor_7(SwigDirectorMethodDatabaseAttached);
172 if (SwigDerivedClassHasMethod("DatabaseDetached", swigMethodTypes8))
173 swigDelegate8 = new SwigDelegateCFxDocumentManagerReactor_8(SwigDirectorMethodDatabaseDetached);
174 if (SwigDerivedClassHasMethod("DocumentToBeActivated", swigMethodTypes9))
175 swigDelegate9 = new SwigDelegateCFxDocumentManagerReactor_9(SwigDirectorMethodDocumentToBeActivated);
176 if (SwigDerivedClassHasMethod("DocumentToBeDeactivated", swigMethodTypes10))
177 swigDelegate10 = new SwigDelegateCFxDocumentManagerReactor_10(SwigDirectorMethodDocumentToBeDeactivated);
178 if (SwigDerivedClassHasMethod("DocumentActivated", swigMethodTypes11))
179 swigDelegate11 = new SwigDelegateCFxDocumentManagerReactor_11(SwigDirectorMethodDocumentActivated);
180 if (SwigDerivedClassHasMethod("DocumentCreateCanceled", swigMethodTypes12))
181 swigDelegate12 = new SwigDelegateCFxDocumentManagerReactor_12(SwigDirectorMethodDocumentCreateCanceled);
182 if (SwigDerivedClassHasMethod("DocumentBecameCurrent", swigMethodTypes13))
183 swigDelegate13 = new SwigDelegateCFxDocumentManagerReactor_13(SwigDirectorMethodDocumentBecameCurrent);
184 if (SwigDerivedClassHasMethod("DocumentActivationModified", swigMethodTypes14))
185 swigDelegate14 = new SwigDelegateCFxDocumentManagerReactor_14(SwigDirectorMethodDocumentActivationModified);
186 if (SwigDerivedClassHasMethod("DocumentPreOpen", swigMethodTypes15))
187 swigDelegate15 = new SwigDelegateCFxDocumentManagerReactor_15(SwigDirectorMethodDocumentPreOpen);
188 PCADGlobalsPINVOKE.CFxDocumentManagerReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15);
189 }
190
191 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
192 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);
193 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxDocumentManagerReactor));
194 return hasDerivedMethod;
195 }
196
197 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
198 return
199 // csdirectorout for OdRxObject*, OdRxObject&
201 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
202)).Handle
203;
204 }
205
206 private IntPtr SwigDirectorMethodisA() {
207 return
208 // csdirectorout for OdRxClass*, OdRxClass&
209 OdRxClass.getCPtr(isA()).Handle
210;
211 }
212
213 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
214 copyFrom(
215 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
216);
217 }
218
219 private void SwigDirectorMethodDocumentCreateStarted(global::System.IntPtr pDocCreating) {
220 DocumentCreateStarted((pDocCreating == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreating, false));
221 }
222
223 private void SwigDirectorMethodDocumentCreated(global::System.IntPtr pDocCreating) {
224 DocumentCreated((pDocCreating == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreating, false));
225 }
226
227 private void SwigDirectorMethodDocumentToBeDestroyed(global::System.IntPtr pDocToDestroy) {
228 DocumentToBeDestroyed((pDocToDestroy == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocToDestroy, false));
229 }
230
231 private void SwigDirectorMethodDocumentDestroyed(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName) {
232 DocumentDestroyed((pDocToDestroyed == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocToDestroyed, false), new CFxString(strFileName, false));
233 }
234
235 private void SwigDirectorMethodDatabaseAttached(global::System.IntPtr pDoc) {
236 DatabaseAttached((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
237 }
238
239 private void SwigDirectorMethodDatabaseDetached(global::System.IntPtr pDoc) {
240 DatabaseDetached((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
241 }
242
243 private void SwigDirectorMethodDocumentToBeActivated(global::System.IntPtr pActivatingDoc) {
244 DocumentToBeActivated((pActivatingDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pActivatingDoc, false));
245 }
246
247 private void SwigDirectorMethodDocumentToBeDeactivated(global::System.IntPtr pDeActivatedDoc) {
248 DocumentToBeDeactivated((pDeActivatedDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDeActivatedDoc, false));
249 }
250
251 private void SwigDirectorMethodDocumentActivated(global::System.IntPtr pActivatedDoc) {
252 DocumentActivated((pActivatedDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pActivatedDoc, false));
253 }
254
255 private void SwigDirectorMethodDocumentCreateCanceled(global::System.IntPtr pDocCreateCancelled) {
256 DocumentCreateCanceled((pDocCreateCancelled == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreateCancelled, false));
257 }
258
259 private void SwigDirectorMethodDocumentBecameCurrent(global::System.IntPtr pDoc) {
260 DocumentBecameCurrent((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
261 }
262
263 private void SwigDirectorMethodDocumentActivationModified(bool bActivation) {
264 DocumentActivationModified(bActivation);
265 }
266
267 private void SwigDirectorMethodDocumentPreOpen(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags) {
268 DocumentPreOpen((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false), new CFxString(strFileName, false), codePage, openFlags);
269 }
270
271 public delegate IntPtr SwigDelegateCFxDocumentManagerReactor_0(IntPtr protocolClass);
273 public delegate void SwigDelegateCFxDocumentManagerReactor_2(IntPtr pSource);
274 public delegate void SwigDelegateCFxDocumentManagerReactor_3(global::System.IntPtr pDocCreating);
275 public delegate void SwigDelegateCFxDocumentManagerReactor_4(global::System.IntPtr pDocCreating);
276 public delegate void SwigDelegateCFxDocumentManagerReactor_5(global::System.IntPtr pDocToDestroy);
277 public delegate void SwigDelegateCFxDocumentManagerReactor_6(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName);
278 public delegate void SwigDelegateCFxDocumentManagerReactor_7(global::System.IntPtr pDoc);
279 public delegate void SwigDelegateCFxDocumentManagerReactor_8(global::System.IntPtr pDoc);
280 public delegate void SwigDelegateCFxDocumentManagerReactor_9(global::System.IntPtr pActivatingDoc);
281 public delegate void SwigDelegateCFxDocumentManagerReactor_10(global::System.IntPtr pDeActivatedDoc);
282 public delegate void SwigDelegateCFxDocumentManagerReactor_11(global::System.IntPtr pActivatedDoc);
283 public delegate void SwigDelegateCFxDocumentManagerReactor_12(global::System.IntPtr pDocCreateCancelled);
284 public delegate void SwigDelegateCFxDocumentManagerReactor_13(global::System.IntPtr pDoc);
285 public delegate void SwigDelegateCFxDocumentManagerReactor_14(bool bActivation);
286 public delegate void SwigDelegateCFxDocumentManagerReactor_15(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags);
287
288 private SwigDelegateCFxDocumentManagerReactor_0 swigDelegate0;
289 private SwigDelegateCFxDocumentManagerReactor_1 swigDelegate1;
290 private SwigDelegateCFxDocumentManagerReactor_2 swigDelegate2;
291 private SwigDelegateCFxDocumentManagerReactor_3 swigDelegate3;
292 private SwigDelegateCFxDocumentManagerReactor_4 swigDelegate4;
293 private SwigDelegateCFxDocumentManagerReactor_5 swigDelegate5;
294 private SwigDelegateCFxDocumentManagerReactor_6 swigDelegate6;
295 private SwigDelegateCFxDocumentManagerReactor_7 swigDelegate7;
296 private SwigDelegateCFxDocumentManagerReactor_8 swigDelegate8;
297 private SwigDelegateCFxDocumentManagerReactor_9 swigDelegate9;
298 private SwigDelegateCFxDocumentManagerReactor_10 swigDelegate10;
299 private SwigDelegateCFxDocumentManagerReactor_11 swigDelegate11;
300 private SwigDelegateCFxDocumentManagerReactor_12 swigDelegate12;
301 private SwigDelegateCFxDocumentManagerReactor_13 swigDelegate13;
302 private SwigDelegateCFxDocumentManagerReactor_14 swigDelegate14;
303 private SwigDelegateCFxDocumentManagerReactor_15 swigDelegate15;
304
305 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
306 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
307 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
308 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(CFxDocument) };
309 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(CFxDocument) };
310 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxDocument) };
311 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(CFxDocument), typeof(CFxString) };
312 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxDocument) };
313 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(CFxDocument) };
314 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(CFxDocument) };
315 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(CFxDocument) };
316 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(CFxDocument) };
317 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(CFxDocument) };
318 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(CFxDocument) };
319 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(bool) };
320 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(CFxDocument), typeof(CFxString), typeof(int), typeof(int) };
321}
322
323}
static HandleRef getCPtr(CFxDocument obj)
virtual void DocumentToBeActivated(CFxDocument pActivatingDoc)
virtual void DocumentCreateStarted(CFxDocument pDocCreating)
virtual void DocumentBecameCurrent(CFxDocument pDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_5(global::System.IntPtr pDocToDestroy)
delegate void SwigDelegateCFxDocumentManagerReactor_10(global::System.IntPtr pDeActivatedDoc)
virtual void DocumentToBeDeactivated(CFxDocument pDeActivatedDoc)
virtual void DocumentCreateCanceled(CFxDocument pDocCreateCancelled)
virtual void DocumentActivated(CFxDocument pActivatedDoc)
static HandleRef getCPtr(CFxDocumentManagerReactor obj)
delegate void SwigDelegateCFxDocumentManagerReactor_15(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags)
static SWIGTYPE_p_OdSmartPtrT_CFxDocumentManagerReactor_t createObject()
CFxDocumentManagerReactor(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateCFxDocumentManagerReactor_11(global::System.IntPtr pActivatedDoc)
virtual void DocumentPreOpen(CFxDocument pDoc, CFxString strFileName, int codePage, int openFlags)
delegate void SwigDelegateCFxDocumentManagerReactor_2(IntPtr pSource)
delegate void SwigDelegateCFxDocumentManagerReactor_12(global::System.IntPtr pDocCreateCancelled)
virtual void DatabaseAttached(CFxDocument pDoc)
virtual void DocumentActivationModified(bool bActivation)
delegate IntPtr SwigDelegateCFxDocumentManagerReactor_0(IntPtr protocolClass)
virtual void DatabaseDetached(CFxDocument pDoc)
static SWIGTYPE_p_OdSmartPtrT_CFxDocumentManagerReactor_t cast(OdRxObject pObj)
override OdRxObject queryX(OdRxClass protocolClass)
delegate void SwigDelegateCFxDocumentManagerReactor_6(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName)
virtual void DocumentDestroyed(CFxDocument pDocToDestroyed, CFxString strFileName)
delegate void SwigDelegateCFxDocumentManagerReactor_14(bool bActivation)
delegate void SwigDelegateCFxDocumentManagerReactor_3(global::System.IntPtr pDocCreating)
delegate void SwigDelegateCFxDocumentManagerReactor_13(global::System.IntPtr pDoc)
virtual void DocumentToBeDestroyed(CFxDocument pDocToDestroy)
virtual void DocumentCreated(CFxDocument pDocCreating)
delegate void SwigDelegateCFxDocumentManagerReactor_7(global::System.IntPtr pDoc)
delegate IntPtr SwigDelegateCFxDocumentManagerReactor_1()
delegate void SwigDelegateCFxDocumentManagerReactor_9(global::System.IntPtr pActivatingDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_4(global::System.IntPtr pDocCreating)
delegate void SwigDelegateCFxDocumentManagerReactor_8(global::System.IntPtr pDoc)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static IntPtr CFxDocumentManagerReactor_isA(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxDocumentManagerReactor_cast(HandleRef jarg1)
static void delete_CFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxDocumentManagerReactor_DatabaseAttachedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_0 delegate0, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_1 delegate1, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_2 delegate2, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_3 delegate3, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_4 delegate4, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_5 delegate5, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_6 delegate6, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_7 delegate7, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_8 delegate8, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_9 delegate9, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_10 delegate10, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_11 delegate11, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_12 delegate12, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_13 delegate13, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_14 delegate14, CFxDocumentManagerReactor.SwigDelegateCFxDocumentManagerReactor_15 delegate15)
static void CFxDocumentManagerReactor_DocumentToBeDestroyedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DatabaseDetached(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxDocumentManagerReactor_createObject()
static void CFxDocumentManagerReactor_DocumentActivated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentActivationModifiedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxDocumentManagerReactor_DocumentToBeActivated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentToBeDestroyed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentToBeDeactivated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreateStarted(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentBecameCurrent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreateCanceledSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentToBeDeactivatedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentActivationModified(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static IntPtr CFxDocumentManagerReactor_desc()
static void CFxDocumentManagerReactor_DocumentActivatedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DatabaseAttached(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreateCanceled(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentDestroyedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxDocumentManagerReactor_queryX(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreatedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr CFxDocumentManagerReactor_isASwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxDocumentManagerReactor_DatabaseDetachedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentDestroyed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxDocumentManagerReactor_queryXSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentPreOpenSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, int jarg5)
static void CFxDocumentManagerReactor_DocumentBecameCurrentSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentToBeActivatedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentCreateStartedSwigExplicitCFxDocumentManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxDocumentManagerReactor_DocumentPreOpen(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, int jarg5)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
virtual void copyFrom(OdRxObject pSource)
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26