Extended .NET SDK Documentation 2024 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
44 public CFxDocumentManagerReactor() : this(PCADGlobalsPINVOKE.new_CFxDocumentManagerReactor(), true) {
46 SwigDirectorConnect();
47 }
48
52 return ret;
53 }
54
55 public new static OdRxClass desc() {
56 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxDocumentManagerReactor_desc(),false); /*createInt 3_2*/
57
59 return ret;
60}
61
62 public override OdRxClass isA() {
63 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? PCADGlobalsPINVOKE.CFxDocumentManagerReactor_isASwigExplicitCFxDocumentManagerReactor(swigCPtr) : PCADGlobalsPINVOKE.CFxDocumentManagerReactor_isA(swigCPtr)),false); /*createInt 3_2*/
64
66 return ret;
67}
68
69 public override OdRxObject queryX(OdRxClass protocolClass) {
70 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*/
71
73 return ret;
74}
75
79 return ret;
80 }
81
82 public virtual void DocumentCreateStarted(CFxDocument pDocCreating) {
83 if (SwigDerivedClassHasMethod("DocumentCreateStarted", swigMethodTypes2)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateStartedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocCreating)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateStarted(swigCPtr, CFxDocument.getCPtr(pDocCreating));
85 }
86
87 public virtual void DocumentCreated(CFxDocument pDocCreating) {
88 if (SwigDerivedClassHasMethod("DocumentCreated", swigMethodTypes3)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocCreating)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreated(swigCPtr, CFxDocument.getCPtr(pDocCreating));
90 }
91
92 public virtual void DocumentToBeDestroyed(CFxDocument pDocToDestroy) {
93 if (SwigDerivedClassHasMethod("DocumentToBeDestroyed", swigMethodTypes4)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDestroyedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocToDestroy)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDestroyed(swigCPtr, CFxDocument.getCPtr(pDocToDestroy));
95 }
96
97 public virtual void DocumentDestroyed(CFxDocument pDocToDestroyed, CFxString strFileName) {
98 if (SwigDerivedClassHasMethod("DocumentDestroyed", swigMethodTypes5)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentDestroyedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocToDestroyed), CFxString.getCPtr(strFileName)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentDestroyed(swigCPtr, CFxDocument.getCPtr(pDocToDestroyed), CFxString.getCPtr(strFileName));
100 }
101
102 public virtual void DatabaseAttached(CFxDocument pDoc) {
105 }
106
107 public virtual void DatabaseDetached(CFxDocument pDoc) {
110 }
111
112 public virtual void DocumentToBeActivated(CFxDocument pActivatingDoc) {
113 if (SwigDerivedClassHasMethod("DocumentToBeActivated", swigMethodTypes8)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeActivatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pActivatingDoc)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeActivated(swigCPtr, CFxDocument.getCPtr(pActivatingDoc));
115 }
116
117 public virtual void DocumentToBeDeactivated(CFxDocument pDeActivatedDoc) {
118 if (SwigDerivedClassHasMethod("DocumentToBeDeactivated", swigMethodTypes9)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDeactivatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDeActivatedDoc)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentToBeDeactivated(swigCPtr, CFxDocument.getCPtr(pDeActivatedDoc));
120 }
121
122 public virtual void DocumentActivated(CFxDocument pActivatedDoc) {
123 if (SwigDerivedClassHasMethod("DocumentActivated", swigMethodTypes10)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivatedSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pActivatedDoc)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivated(swigCPtr, CFxDocument.getCPtr(pActivatedDoc));
125 }
126
127 public virtual void DocumentCreateCanceled(CFxDocument pDocCreateCancelled) {
128 if (SwigDerivedClassHasMethod("DocumentCreateCanceled", swigMethodTypes11)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateCanceledSwigExplicitCFxDocumentManagerReactor(swigCPtr, CFxDocument.getCPtr(pDocCreateCancelled)); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentCreateCanceled(swigCPtr, CFxDocument.getCPtr(pDocCreateCancelled));
130 }
131
132 public virtual void DocumentBecameCurrent(CFxDocument pDoc) {
135 }
136
137 public virtual void DocumentActivationModified(bool bActivation) {
138 if (SwigDerivedClassHasMethod("DocumentActivationModified", swigMethodTypes13)) PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivationModifiedSwigExplicitCFxDocumentManagerReactor(swigCPtr, bActivation); else PCADGlobalsPINVOKE.CFxDocumentManagerReactor_DocumentActivationModified(swigCPtr, bActivation);
140 }
141
142 public virtual void DocumentPreOpen(CFxDocument pDoc, CFxString strFileName, int codePage, int openFlags) {
143 if (SwigDerivedClassHasMethod("DocumentPreOpen", swigMethodTypes14)) 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);
145 }
146
147 private void SwigDirectorConnect() {
148 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
149 swigDelegate0 = new SwigDelegateCFxDocumentManagerReactor_0(SwigDirectorMethodqueryX);
150 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
151 swigDelegate1 = new SwigDelegateCFxDocumentManagerReactor_1(SwigDirectorMethodisA);
152 if (SwigDerivedClassHasMethod("DocumentCreateStarted", swigMethodTypes2))
153 swigDelegate2 = new SwigDelegateCFxDocumentManagerReactor_2(SwigDirectorMethodDocumentCreateStarted);
154 if (SwigDerivedClassHasMethod("DocumentCreated", swigMethodTypes3))
155 swigDelegate3 = new SwigDelegateCFxDocumentManagerReactor_3(SwigDirectorMethodDocumentCreated);
156 if (SwigDerivedClassHasMethod("DocumentToBeDestroyed", swigMethodTypes4))
157 swigDelegate4 = new SwigDelegateCFxDocumentManagerReactor_4(SwigDirectorMethodDocumentToBeDestroyed);
158 if (SwigDerivedClassHasMethod("DocumentDestroyed", swigMethodTypes5))
159 swigDelegate5 = new SwigDelegateCFxDocumentManagerReactor_5(SwigDirectorMethodDocumentDestroyed);
160 if (SwigDerivedClassHasMethod("DatabaseAttached", swigMethodTypes6))
161 swigDelegate6 = new SwigDelegateCFxDocumentManagerReactor_6(SwigDirectorMethodDatabaseAttached);
162 if (SwigDerivedClassHasMethod("DatabaseDetached", swigMethodTypes7))
163 swigDelegate7 = new SwigDelegateCFxDocumentManagerReactor_7(SwigDirectorMethodDatabaseDetached);
164 if (SwigDerivedClassHasMethod("DocumentToBeActivated", swigMethodTypes8))
165 swigDelegate8 = new SwigDelegateCFxDocumentManagerReactor_8(SwigDirectorMethodDocumentToBeActivated);
166 if (SwigDerivedClassHasMethod("DocumentToBeDeactivated", swigMethodTypes9))
167 swigDelegate9 = new SwigDelegateCFxDocumentManagerReactor_9(SwigDirectorMethodDocumentToBeDeactivated);
168 if (SwigDerivedClassHasMethod("DocumentActivated", swigMethodTypes10))
169 swigDelegate10 = new SwigDelegateCFxDocumentManagerReactor_10(SwigDirectorMethodDocumentActivated);
170 if (SwigDerivedClassHasMethod("DocumentCreateCanceled", swigMethodTypes11))
171 swigDelegate11 = new SwigDelegateCFxDocumentManagerReactor_11(SwigDirectorMethodDocumentCreateCanceled);
172 if (SwigDerivedClassHasMethod("DocumentBecameCurrent", swigMethodTypes12))
173 swigDelegate12 = new SwigDelegateCFxDocumentManagerReactor_12(SwigDirectorMethodDocumentBecameCurrent);
174 if (SwigDerivedClassHasMethod("DocumentActivationModified", swigMethodTypes13))
175 swigDelegate13 = new SwigDelegateCFxDocumentManagerReactor_13(SwigDirectorMethodDocumentActivationModified);
176 if (SwigDerivedClassHasMethod("DocumentPreOpen", swigMethodTypes14))
177 swigDelegate14 = new SwigDelegateCFxDocumentManagerReactor_14(SwigDirectorMethodDocumentPreOpen);
178 PCADGlobalsPINVOKE.CFxDocumentManagerReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14);
179 }
180
181 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
182 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);
183 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxDocumentManagerReactor));
184 return hasDerivedMethod;
185 }
186
187 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
188 return
189 // csdirectorout for OdRxObject*, OdRxObject&
191 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
192)).Handle
193;
194 }
195
196 private IntPtr SwigDirectorMethodisA() {
197 return
198 // csdirectorout for OdRxClass*, OdRxClass&
199 OdRxClass.getCPtr(isA()).Handle
200;
201 }
202
203 private void SwigDirectorMethodDocumentCreateStarted(global::System.IntPtr pDocCreating) {
204 DocumentCreateStarted((pDocCreating == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreating, false));
205 }
206
207 private void SwigDirectorMethodDocumentCreated(global::System.IntPtr pDocCreating) {
208 DocumentCreated((pDocCreating == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreating, false));
209 }
210
211 private void SwigDirectorMethodDocumentToBeDestroyed(global::System.IntPtr pDocToDestroy) {
212 DocumentToBeDestroyed((pDocToDestroy == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocToDestroy, false));
213 }
214
215 private void SwigDirectorMethodDocumentDestroyed(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName) {
216 DocumentDestroyed((pDocToDestroyed == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocToDestroyed, false), new CFxString(strFileName, false));
217 }
218
219 private void SwigDirectorMethodDatabaseAttached(global::System.IntPtr pDoc) {
220 DatabaseAttached((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
221 }
222
223 private void SwigDirectorMethodDatabaseDetached(global::System.IntPtr pDoc) {
224 DatabaseDetached((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
225 }
226
227 private void SwigDirectorMethodDocumentToBeActivated(global::System.IntPtr pActivatingDoc) {
228 DocumentToBeActivated((pActivatingDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pActivatingDoc, false));
229 }
230
231 private void SwigDirectorMethodDocumentToBeDeactivated(global::System.IntPtr pDeActivatedDoc) {
232 DocumentToBeDeactivated((pDeActivatedDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDeActivatedDoc, false));
233 }
234
235 private void SwigDirectorMethodDocumentActivated(global::System.IntPtr pActivatedDoc) {
236 DocumentActivated((pActivatedDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pActivatedDoc, false));
237 }
238
239 private void SwigDirectorMethodDocumentCreateCanceled(global::System.IntPtr pDocCreateCancelled) {
240 DocumentCreateCanceled((pDocCreateCancelled == global::System.IntPtr.Zero) ? null : new CFxDocument(pDocCreateCancelled, false));
241 }
242
243 private void SwigDirectorMethodDocumentBecameCurrent(global::System.IntPtr pDoc) {
244 DocumentBecameCurrent((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false));
245 }
246
247 private void SwigDirectorMethodDocumentActivationModified(bool bActivation) {
248 DocumentActivationModified(bActivation);
249 }
250
251 private void SwigDirectorMethodDocumentPreOpen(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags) {
252 DocumentPreOpen((pDoc == global::System.IntPtr.Zero) ? null : new CFxDocument(pDoc, false), new CFxString(strFileName, false), codePage, openFlags);
253 }
254
255 public delegate IntPtr SwigDelegateCFxDocumentManagerReactor_0(IntPtr protocolClass);
257 public delegate void SwigDelegateCFxDocumentManagerReactor_2(global::System.IntPtr pDocCreating);
258 public delegate void SwigDelegateCFxDocumentManagerReactor_3(global::System.IntPtr pDocCreating);
259 public delegate void SwigDelegateCFxDocumentManagerReactor_4(global::System.IntPtr pDocToDestroy);
260 public delegate void SwigDelegateCFxDocumentManagerReactor_5(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName);
261 public delegate void SwigDelegateCFxDocumentManagerReactor_6(global::System.IntPtr pDoc);
262 public delegate void SwigDelegateCFxDocumentManagerReactor_7(global::System.IntPtr pDoc);
263 public delegate void SwigDelegateCFxDocumentManagerReactor_8(global::System.IntPtr pActivatingDoc);
264 public delegate void SwigDelegateCFxDocumentManagerReactor_9(global::System.IntPtr pDeActivatedDoc);
265 public delegate void SwigDelegateCFxDocumentManagerReactor_10(global::System.IntPtr pActivatedDoc);
266 public delegate void SwigDelegateCFxDocumentManagerReactor_11(global::System.IntPtr pDocCreateCancelled);
267 public delegate void SwigDelegateCFxDocumentManagerReactor_12(global::System.IntPtr pDoc);
268 public delegate void SwigDelegateCFxDocumentManagerReactor_13(bool bActivation);
269 public delegate void SwigDelegateCFxDocumentManagerReactor_14(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags);
270
271 private SwigDelegateCFxDocumentManagerReactor_0 swigDelegate0;
272 private SwigDelegateCFxDocumentManagerReactor_1 swigDelegate1;
273 private SwigDelegateCFxDocumentManagerReactor_2 swigDelegate2;
274 private SwigDelegateCFxDocumentManagerReactor_3 swigDelegate3;
275 private SwigDelegateCFxDocumentManagerReactor_4 swigDelegate4;
276 private SwigDelegateCFxDocumentManagerReactor_5 swigDelegate5;
277 private SwigDelegateCFxDocumentManagerReactor_6 swigDelegate6;
278 private SwigDelegateCFxDocumentManagerReactor_7 swigDelegate7;
279 private SwigDelegateCFxDocumentManagerReactor_8 swigDelegate8;
280 private SwigDelegateCFxDocumentManagerReactor_9 swigDelegate9;
281 private SwigDelegateCFxDocumentManagerReactor_10 swigDelegate10;
282 private SwigDelegateCFxDocumentManagerReactor_11 swigDelegate11;
283 private SwigDelegateCFxDocumentManagerReactor_12 swigDelegate12;
284 private SwigDelegateCFxDocumentManagerReactor_13 swigDelegate13;
285 private SwigDelegateCFxDocumentManagerReactor_14 swigDelegate14;
286
287 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
288 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
289 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(CFxDocument) };
290 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(CFxDocument) };
291 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(CFxDocument) };
292 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxDocument), typeof(CFxString) };
293 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(CFxDocument) };
294 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxDocument) };
295 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(CFxDocument) };
296 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(CFxDocument) };
297 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(CFxDocument) };
298 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(CFxDocument) };
299 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(CFxDocument) };
300 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(bool) };
301 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(CFxDocument), typeof(CFxString), typeof(int), typeof(int) };
302}
303
304}
static HandleRef getCPtr(CFxDocument obj)
Definition: CFxDocument.cs:27
virtual void DocumentToBeActivated(CFxDocument pActivatingDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_13(bool bActivation)
virtual void DocumentCreateStarted(CFxDocument pDocCreating)
virtual void DocumentBecameCurrent(CFxDocument pDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_2(global::System.IntPtr pDocCreating)
delegate void SwigDelegateCFxDocumentManagerReactor_11(global::System.IntPtr pDocCreateCancelled)
virtual void DocumentToBeDeactivated(CFxDocument pDeActivatedDoc)
virtual void DocumentCreateCanceled(CFxDocument pDocCreateCancelled)
virtual void DocumentActivated(CFxDocument pActivatedDoc)
static HandleRef getCPtr(CFxDocumentManagerReactor obj)
static SWIGTYPE_p_OdSmartPtrT_CFxDocumentManagerReactor_t createObject()
CFxDocumentManagerReactor(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateCFxDocumentManagerReactor_8(global::System.IntPtr pActivatingDoc)
virtual void DocumentPreOpen(CFxDocument pDoc, CFxString strFileName, int codePage, int openFlags)
delegate void SwigDelegateCFxDocumentManagerReactor_4(global::System.IntPtr pDocToDestroy)
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)
virtual void DocumentDestroyed(CFxDocument pDocToDestroyed, CFxString strFileName)
delegate void SwigDelegateCFxDocumentManagerReactor_12(global::System.IntPtr pDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_9(global::System.IntPtr pDeActivatedDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_3(global::System.IntPtr pDocCreating)
virtual void DocumentToBeDestroyed(CFxDocument pDocToDestroy)
virtual void DocumentCreated(CFxDocument pDocCreating)
delegate void SwigDelegateCFxDocumentManagerReactor_5(global::System.IntPtr pDocToDestroyed, global::System.IntPtr strFileName)
delegate void SwigDelegateCFxDocumentManagerReactor_7(global::System.IntPtr pDoc)
delegate IntPtr SwigDelegateCFxDocumentManagerReactor_1()
delegate void SwigDelegateCFxDocumentManagerReactor_10(global::System.IntPtr pActivatedDoc)
delegate void SwigDelegateCFxDocumentManagerReactor_14(global::System.IntPtr pDoc, global::System.IntPtr strFileName, int codePage, int openFlags)
delegate void SwigDelegateCFxDocumentManagerReactor_6(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_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_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)
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
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26