Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxEditorReactor.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 CFxEditorReactor(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxEditorReactor_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxEditorReactor 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_CFxEditorReactor(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
46 {
47 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
48 if (null != mTr)
49 {
50 mTr.AddObject(new CFxEditorReactor(swigCPtr.Handle, true));
51 }
53 SwigDirectorConnect();
54 }
55
56 public new static OdRxClass desc() {
57 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxEditorReactor_desc(),false); /*createInt 3_2*/
58
60 return ret;
61}
62
63 public override OdRxClass isA() {
64 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? PCADGlobalsPINVOKE.CFxEditorReactor_isASwigExplicitCFxEditorReactor(swigCPtr) : PCADGlobalsPINVOKE.CFxEditorReactor_isA(swigCPtr)),false); /*createInt 3_2*/
65
67 return ret;
68}
69
70 public override OdRxObject queryX(OdRxClass protocolClass) {
71 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? PCADGlobalsPINVOKE.CFxEditorReactor_queryXSwigExplicitCFxEditorReactor(swigCPtr, OdRxClass.getCPtr(protocolClass)) : PCADGlobalsPINVOKE.CFxEditorReactor_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
72
74 return ret;
75}
76
77 public virtual void mainFrameCreated(SWIGTYPE_p_QWidget pWidget) {
78 if (SwigDerivedClassHasMethod("mainFrameCreated", swigMethodTypes79)) PCADGlobalsPINVOKE.CFxEditorReactor_mainFrameCreatedSwigExplicitCFxEditorReactor(swigCPtr, SWIGTYPE_p_QWidget.getCPtr(pWidget)); else PCADGlobalsPINVOKE.CFxEditorReactor_mainFrameCreated(swigCPtr, SWIGTYPE_p_QWidget.getCPtr(pWidget));
80 }
81
82 public virtual void mainFrameDestroyed(SWIGTYPE_p_QWidget pWidget) {
83 if (SwigDerivedClassHasMethod("mainFrameDestroyed", swigMethodTypes80)) PCADGlobalsPINVOKE.CFxEditorReactor_mainFrameDestroyedSwigExplicitCFxEditorReactor(swigCPtr, SWIGTYPE_p_QWidget.getCPtr(pWidget)); else PCADGlobalsPINVOKE.CFxEditorReactor_mainFrameDestroyed(swigCPtr, SWIGTYPE_p_QWidget.getCPtr(pWidget));
85 }
86
87 public virtual void appActivated() {
88 if (SwigDerivedClassHasMethod("appActivated", swigMethodTypes81)) PCADGlobalsPINVOKE.CFxEditorReactor_appActivatedSwigExplicitCFxEditorReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxEditorReactor_appActivated(swigCPtr);
90 }
91
92 public virtual void appDeactivated() {
93 if (SwigDerivedClassHasMethod("appDeactivated", swigMethodTypes82)) PCADGlobalsPINVOKE.CFxEditorReactor_appDeactivatedSwigExplicitCFxEditorReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxEditorReactor_appDeactivated(swigCPtr);
95 }
96
98 if (SwigDerivedClassHasMethod("windowStateChanged", swigMethodTypes83)) PCADGlobalsPINVOKE.CFxEditorReactor_windowStateChangedSwigExplicitCFxEditorReactor(swigCPtr, (int)type, (int)state); else PCADGlobalsPINVOKE.CFxEditorReactor_windowStateChanged(swigCPtr, (int)type, (int)state);
100 }
101
102 public virtual void selectionSetCreated(CFxSelectionSet pSS) {
103 if (SwigDerivedClassHasMethod("selectionSetCreated", swigMethodTypes84)) PCADGlobalsPINVOKE.CFxEditorReactor_selectionSetCreatedSwigExplicitCFxEditorReactor(swigCPtr, CFxSelectionSet.getCPtr(pSS)); else PCADGlobalsPINVOKE.CFxEditorReactor_selectionSetCreated(swigCPtr, CFxSelectionSet.getCPtr(pSS));
105 }
106
107 public virtual void selectionSetDestroyed(CFxSelectionSet pSS) {
108 if (SwigDerivedClassHasMethod("selectionSetDestroyed", swigMethodTypes85)) PCADGlobalsPINVOKE.CFxEditorReactor_selectionSetDestroyedSwigExplicitCFxEditorReactor(swigCPtr, CFxSelectionSet.getCPtr(pSS)); else PCADGlobalsPINVOKE.CFxEditorReactor_selectionSetDestroyed(swigCPtr, CFxSelectionSet.getCPtr(pSS));
110 }
111
112 public virtual void gripEditCustomOp(OdRxObject pEnt, SWIGTYPE_p_std__string action, OdGeMatrix3d matrix) {
113 if (SwigDerivedClassHasMethod("gripEditCustomOp", swigMethodTypes86)) PCADGlobalsPINVOKE.CFxEditorReactor_gripEditCustomOpSwigExplicitCFxEditorReactor(swigCPtr, OdRxObject.getCPtr(pEnt), SWIGTYPE_p_std__string.getCPtr(action), OdGeMatrix3d.getCPtr(matrix).Handle); else PCADGlobalsPINVOKE.CFxEditorReactor_gripEditCustomOp(swigCPtr, OdRxObject.getCPtr(pEnt), SWIGTYPE_p_std__string.getCPtr(action), OdGeMatrix3d.getCPtr(matrix).Handle);
115 }
116
117 public virtual void beginSaveEx(CFxDatabase pDb, CFxString sFileName, CFxFileData.FileType iFileType, int iFileVersion) {
118 if (SwigDerivedClassHasMethod("beginSaveEx", swigMethodTypes87)) PCADGlobalsPINVOKE.CFxEditorReactor_beginSaveExSwigExplicitCFxEditorReactor(swigCPtr, CFxDatabase.getCPtr(pDb), CFxString.getCPtr(sFileName), (int)iFileType, iFileVersion); else PCADGlobalsPINVOKE.CFxEditorReactor_beginSaveEx(swigCPtr, CFxDatabase.getCPtr(pDb), CFxString.getCPtr(sFileName), (int)iFileType, iFileVersion);
120 }
121
122 public virtual void cancelDwgOpen(CFxString sFileName) {
123 if (SwigDerivedClassHasMethod("cancelDwgOpen", swigMethodTypes88)) PCADGlobalsPINVOKE.CFxEditorReactor_cancelDwgOpenSwigExplicitCFxEditorReactor(swigCPtr, CFxString.getCPtr(sFileName)); else PCADGlobalsPINVOKE.CFxEditorReactor_cancelDwgOpen(swigCPtr, CFxString.getCPtr(sFileName));
125 }
126
127 public virtual void closeAborted(OdDbDatabase pDb) {
128 if (SwigDerivedClassHasMethod("closeAborted", swigMethodTypes89)) PCADGlobalsPINVOKE.CFxEditorReactor_closeAbortedSwigExplicitCFxEditorReactor(swigCPtr, OdDbDatabase.getCPtr(pDb)); else PCADGlobalsPINVOKE.CFxEditorReactor_closeAborted(swigCPtr, OdDbDatabase.getCPtr(pDb));
130 }
131
132 public virtual void beginModalState() {
133 if (SwigDerivedClassHasMethod("beginModalState", swigMethodTypes90)) PCADGlobalsPINVOKE.CFxEditorReactor_beginModalStateSwigExplicitCFxEditorReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxEditorReactor_beginModalState(swigCPtr);
135 }
136
137 public virtual void endModalState() {
138 if (SwigDerivedClassHasMethod("endModalState", swigMethodTypes91)) PCADGlobalsPINVOKE.CFxEditorReactor_endModalStateSwigExplicitCFxEditorReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxEditorReactor_endModalState(swigCPtr);
140 }
141
142 private void SwigDirectorConnect() {
143 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
144 swigDelegate0 = new SwigDelegateCFxEditorReactor_0(SwigDirectorMethodqueryX);
145 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
146 swigDelegate1 = new SwigDelegateCFxEditorReactor_1(SwigDirectorMethodisA);
147 if (SwigDerivedClassHasMethod("dwgFileOpened", swigMethodTypes2))
148 swigDelegate2 = new SwigDelegateCFxEditorReactor_2(SwigDirectorMethoddwgFileOpened);
149 if (SwigDerivedClassHasMethod("initialDwgFileOpenComplete", swigMethodTypes3))
150 swigDelegate3 = new SwigDelegateCFxEditorReactor_3(SwigDirectorMethodinitialDwgFileOpenComplete);
151 if (SwigDerivedClassHasMethod("databaseConstructed", swigMethodTypes4))
152 swigDelegate4 = new SwigDelegateCFxEditorReactor_4(SwigDirectorMethoddatabaseConstructed);
153 if (SwigDerivedClassHasMethod("databaseToBeDestroyed", swigMethodTypes5))
154 swigDelegate5 = new SwigDelegateCFxEditorReactor_5(SwigDirectorMethoddatabaseToBeDestroyed);
155 if (SwigDerivedClassHasMethod("beginSave", swigMethodTypes6))
156 swigDelegate6 = new SwigDelegateCFxEditorReactor_6(SwigDirectorMethodbeginSave);
157 if (SwigDerivedClassHasMethod("saveComplete", swigMethodTypes7))
158 swigDelegate7 = new SwigDelegateCFxEditorReactor_7(SwigDirectorMethodsaveComplete);
159 if (SwigDerivedClassHasMethod("abortSave", swigMethodTypes8))
160 swigDelegate8 = new SwigDelegateCFxEditorReactor_8(SwigDirectorMethodabortSave);
161 if (SwigDerivedClassHasMethod("beginDxfIn", swigMethodTypes9))
162 swigDelegate9 = new SwigDelegateCFxEditorReactor_9(SwigDirectorMethodbeginDxfIn);
163 if (SwigDerivedClassHasMethod("abortDxfIn", swigMethodTypes10))
164 swigDelegate10 = new SwigDelegateCFxEditorReactor_10(SwigDirectorMethodabortDxfIn);
165 if (SwigDerivedClassHasMethod("dxfInComplete", swigMethodTypes11))
166 swigDelegate11 = new SwigDelegateCFxEditorReactor_11(SwigDirectorMethoddxfInComplete);
167 if (SwigDerivedClassHasMethod("beginDxfOut", swigMethodTypes12))
168 swigDelegate12 = new SwigDelegateCFxEditorReactor_12(SwigDirectorMethodbeginDxfOut);
169 if (SwigDerivedClassHasMethod("abortDxfOut", swigMethodTypes13))
170 swigDelegate13 = new SwigDelegateCFxEditorReactor_13(SwigDirectorMethodabortDxfOut);
171 if (SwigDerivedClassHasMethod("dxfOutComplete", swigMethodTypes14))
172 swigDelegate14 = new SwigDelegateCFxEditorReactor_14(SwigDirectorMethoddxfOutComplete);
173 if (SwigDerivedClassHasMethod("beginInsert", swigMethodTypes15))
174 swigDelegate15 = new SwigDelegateCFxEditorReactor_15(SwigDirectorMethodbeginInsert__SWIG_0);
175 if (SwigDerivedClassHasMethod("beginInsert", swigMethodTypes16))
176 swigDelegate16 = new SwigDelegateCFxEditorReactor_16(SwigDirectorMethodbeginInsert__SWIG_1);
177 if (SwigDerivedClassHasMethod("otherInsert", swigMethodTypes17))
178 swigDelegate17 = new SwigDelegateCFxEditorReactor_17(SwigDirectorMethodotherInsert);
179 if (SwigDerivedClassHasMethod("abortInsert", swigMethodTypes18))
180 swigDelegate18 = new SwigDelegateCFxEditorReactor_18(SwigDirectorMethodabortInsert);
181 if (SwigDerivedClassHasMethod("endInsert", swigMethodTypes19))
182 swigDelegate19 = new SwigDelegateCFxEditorReactor_19(SwigDirectorMethodendInsert);
183 if (SwigDerivedClassHasMethod("wblockNotice", swigMethodTypes20))
184 swigDelegate20 = new SwigDelegateCFxEditorReactor_20(SwigDirectorMethodwblockNotice);
185 if (SwigDerivedClassHasMethod("beginWblock", swigMethodTypes21))
186 swigDelegate21 = new SwigDelegateCFxEditorReactor_21(SwigDirectorMethodbeginWblock__SWIG_0);
187 if (SwigDerivedClassHasMethod("beginWblock", swigMethodTypes22))
188 swigDelegate22 = new SwigDelegateCFxEditorReactor_22(SwigDirectorMethodbeginWblock__SWIG_1);
189 if (SwigDerivedClassHasMethod("beginWblock", swigMethodTypes23))
190 swigDelegate23 = new SwigDelegateCFxEditorReactor_23(SwigDirectorMethodbeginWblock__SWIG_2);
191 if (SwigDerivedClassHasMethod("otherWblock", swigMethodTypes24))
192 swigDelegate24 = new SwigDelegateCFxEditorReactor_24(SwigDirectorMethodotherWblock);
193 if (SwigDerivedClassHasMethod("abortWblock", swigMethodTypes25))
194 swigDelegate25 = new SwigDelegateCFxEditorReactor_25(SwigDirectorMethodabortWblock);
195 if (SwigDerivedClassHasMethod("endWblock", swigMethodTypes26))
196 swigDelegate26 = new SwigDelegateCFxEditorReactor_26(SwigDirectorMethodendWblock);
197 if (SwigDerivedClassHasMethod("beginWblockObjects", swigMethodTypes27))
198 swigDelegate27 = new SwigDelegateCFxEditorReactor_27(SwigDirectorMethodbeginWblockObjects);
199 if (SwigDerivedClassHasMethod("beginDeepClone", swigMethodTypes28))
200 swigDelegate28 = new SwigDelegateCFxEditorReactor_28(SwigDirectorMethodbeginDeepClone);
201 if (SwigDerivedClassHasMethod("beginDeepCloneXlation", swigMethodTypes29))
202 swigDelegate29 = new SwigDelegateCFxEditorReactor_29(SwigDirectorMethodbeginDeepCloneXlation);
203 if (SwigDerivedClassHasMethod("abortDeepClone", swigMethodTypes30))
204 swigDelegate30 = new SwigDelegateCFxEditorReactor_30(SwigDirectorMethodabortDeepClone);
205 if (SwigDerivedClassHasMethod("endDeepClone", swigMethodTypes31))
206 swigDelegate31 = new SwigDelegateCFxEditorReactor_31(SwigDirectorMethodendDeepClone);
207 if (SwigDerivedClassHasMethod("partialOpenNotice", swigMethodTypes32))
208 swigDelegate32 = new SwigDelegateCFxEditorReactor_32(SwigDirectorMethodpartialOpenNotice);
209 if (SwigDerivedClassHasMethod("xrefSubCommandStart", swigMethodTypes33))
210 swigDelegate33 = new SwigDelegateCFxEditorReactor_33(SwigDirectorMethodxrefSubCommandStart__SWIG_1);
211 if (SwigDerivedClassHasMethod("xrefSubCommandEnd", swigMethodTypes34))
212 swigDelegate34 = new SwigDelegateCFxEditorReactor_34(SwigDirectorMethodxrefSubCommandEnd);
213 if (SwigDerivedClassHasMethod("xrefSubCommandAborted", swigMethodTypes35))
214 swigDelegate35 = new SwigDelegateCFxEditorReactor_35(SwigDirectorMethodxrefSubCommandAborted);
215 if (SwigDerivedClassHasMethod("beginDwgOpen", swigMethodTypes36))
216 swigDelegate36 = new SwigDelegateCFxEditorReactor_36(SwigDirectorMethodbeginDwgOpen);
217 if (SwigDerivedClassHasMethod("endDwgOpen", swigMethodTypes37))
218 swigDelegate37 = new SwigDelegateCFxEditorReactor_37(SwigDirectorMethodendDwgOpen);
219 if (SwigDerivedClassHasMethod("beginClose", swigMethodTypes38))
220 swigDelegate38 = new SwigDelegateCFxEditorReactor_38(SwigDirectorMethodbeginClose);
221 if (SwigDerivedClassHasMethod("beginAttach", swigMethodTypes39))
222 swigDelegate39 = new SwigDelegateCFxEditorReactor_39(SwigDirectorMethodbeginAttach);
223 if (SwigDerivedClassHasMethod("otherAttach", swigMethodTypes40))
224 swigDelegate40 = new SwigDelegateCFxEditorReactor_40(SwigDirectorMethodotherAttach);
225 if (SwigDerivedClassHasMethod("abortAttach", swigMethodTypes41))
226 swigDelegate41 = new SwigDelegateCFxEditorReactor_41(SwigDirectorMethodabortAttach);
227 if (SwigDerivedClassHasMethod("endAttach", swigMethodTypes42))
228 swigDelegate42 = new SwigDelegateCFxEditorReactor_42(SwigDirectorMethodendAttach);
229 if (SwigDerivedClassHasMethod("redirected", swigMethodTypes43))
230 swigDelegate43 = new SwigDelegateCFxEditorReactor_43(SwigDirectorMethodredirected);
231 if (SwigDerivedClassHasMethod("comandeered", swigMethodTypes44))
232 swigDelegate44 = new SwigDelegateCFxEditorReactor_44(SwigDirectorMethodcomandeered);
233 if (SwigDerivedClassHasMethod("beginRestore", swigMethodTypes45))
234 swigDelegate45 = new SwigDelegateCFxEditorReactor_45(SwigDirectorMethodbeginRestore);
235 if (SwigDerivedClassHasMethod("abortRestore", swigMethodTypes46))
236 swigDelegate46 = new SwigDelegateCFxEditorReactor_46(SwigDirectorMethodabortRestore);
237 if (SwigDerivedClassHasMethod("endRestore", swigMethodTypes47))
238 swigDelegate47 = new SwigDelegateCFxEditorReactor_47(SwigDirectorMethodendRestore);
239 if (SwigDerivedClassHasMethod("xrefSubcommandBindItem", swigMethodTypes48))
240 swigDelegate48 = new SwigDelegateCFxEditorReactor_48(SwigDirectorMethodxrefSubcommandBindItem);
241 if (SwigDerivedClassHasMethod("xrefSubcommandAttachItem", swigMethodTypes49))
242 swigDelegate49 = new SwigDelegateCFxEditorReactor_49(SwigDirectorMethodxrefSubcommandAttachItem);
243 if (SwigDerivedClassHasMethod("xrefSubcommandOverlayItem", swigMethodTypes50))
244 swigDelegate50 = new SwigDelegateCFxEditorReactor_50(SwigDirectorMethodxrefSubcommandOverlayItem);
245 if (SwigDerivedClassHasMethod("xrefSubcommandDetachItem", swigMethodTypes51))
246 swigDelegate51 = new SwigDelegateCFxEditorReactor_51(SwigDirectorMethodxrefSubcommandDetachItem);
247 if (SwigDerivedClassHasMethod("xrefSubcommandPathItem", swigMethodTypes52))
248 swigDelegate52 = new SwigDelegateCFxEditorReactor_52(SwigDirectorMethodxrefSubcommandPathItem);
249 if (SwigDerivedClassHasMethod("xrefSubcommandReloadItem", swigMethodTypes53))
250 swigDelegate53 = new SwigDelegateCFxEditorReactor_53(SwigDirectorMethodxrefSubcommandReloadItem);
251 if (SwigDerivedClassHasMethod("xrefSubcommandUnloadItem", swigMethodTypes54))
252 swigDelegate54 = new SwigDelegateCFxEditorReactor_54(SwigDirectorMethodxrefSubcommandUnloadItem);
253 if (SwigDerivedClassHasMethod("undoSubcommandAuto", swigMethodTypes55))
254 swigDelegate55 = new SwigDelegateCFxEditorReactor_55(SwigDirectorMethodundoSubcommandAuto);
255 if (SwigDerivedClassHasMethod("undoSubcommandControl", swigMethodTypes56))
256 swigDelegate56 = new SwigDelegateCFxEditorReactor_56(SwigDirectorMethodundoSubcommandControl);
257 if (SwigDerivedClassHasMethod("undoSubcommandBegin", swigMethodTypes57))
258 swigDelegate57 = new SwigDelegateCFxEditorReactor_57(SwigDirectorMethodundoSubcommandBegin);
259 if (SwigDerivedClassHasMethod("undoSubcommandEnd", swigMethodTypes58))
260 swigDelegate58 = new SwigDelegateCFxEditorReactor_58(SwigDirectorMethodundoSubcommandEnd);
261 if (SwigDerivedClassHasMethod("undoSubcommandMark", swigMethodTypes59))
262 swigDelegate59 = new SwigDelegateCFxEditorReactor_59(SwigDirectorMethodundoSubcommandMark);
263 if (SwigDerivedClassHasMethod("undoSubcommandBack", swigMethodTypes60))
264 swigDelegate60 = new SwigDelegateCFxEditorReactor_60(SwigDirectorMethodundoSubcommandBack);
265 if (SwigDerivedClassHasMethod("undoSubcommandNumber", swigMethodTypes61))
266 swigDelegate61 = new SwigDelegateCFxEditorReactor_61(SwigDirectorMethodundoSubcommandNumber);
267 if (SwigDerivedClassHasMethod("pickfirstModified", swigMethodTypes62))
268 swigDelegate62 = new SwigDelegateCFxEditorReactor_62(SwigDirectorMethodpickfirstModified);
269 if (SwigDerivedClassHasMethod("layoutSwitched", swigMethodTypes63))
270 swigDelegate63 = new SwigDelegateCFxEditorReactor_63(SwigDirectorMethodlayoutSwitched);
271 if (SwigDerivedClassHasMethod("docFrameMovedOrResized", swigMethodTypes64))
272 swigDelegate64 = new SwigDelegateCFxEditorReactor_64(SwigDirectorMethoddocFrameMovedOrResized);
273 if (SwigDerivedClassHasMethod("mainFrameMovedOrResized", swigMethodTypes65))
274 swigDelegate65 = new SwigDelegateCFxEditorReactor_65(SwigDirectorMethodmainFrameMovedOrResized);
275 if (SwigDerivedClassHasMethod("beginDoubleClick", swigMethodTypes66))
276 swigDelegate66 = new SwigDelegateCFxEditorReactor_66(SwigDirectorMethodbeginDoubleClick);
277 if (SwigDerivedClassHasMethod("beginRightClick", swigMethodTypes67))
278 swigDelegate67 = new SwigDelegateCFxEditorReactor_67(SwigDirectorMethodbeginRightClick);
279 if (SwigDerivedClassHasMethod("toolbarBitmapSizeWillChange", swigMethodTypes68))
280 swigDelegate68 = new SwigDelegateCFxEditorReactor_68(SwigDirectorMethodtoolbarBitmapSizeWillChange);
281 if (SwigDerivedClassHasMethod("toolbarBitmapSizeChanged", swigMethodTypes69))
282 swigDelegate69 = new SwigDelegateCFxEditorReactor_69(SwigDirectorMethodtoolbarBitmapSizeChanged);
283 if (SwigDerivedClassHasMethod("objectsLazyLoaded", swigMethodTypes70))
284 swigDelegate70 = new SwigDelegateCFxEditorReactor_70(SwigDirectorMethodobjectsLazyLoaded);
285 if (SwigDerivedClassHasMethod("beginQuit", swigMethodTypes71))
286 swigDelegate71 = new SwigDelegateCFxEditorReactor_71(SwigDirectorMethodbeginQuit);
287 if (SwigDerivedClassHasMethod("quitAborted", swigMethodTypes72))
288 swigDelegate72 = new SwigDelegateCFxEditorReactor_72(SwigDirectorMethodquitAborted);
289 if (SwigDerivedClassHasMethod("quitWillStart", swigMethodTypes73))
290 swigDelegate73 = new SwigDelegateCFxEditorReactor_73(SwigDirectorMethodquitWillStart);
291 if (SwigDerivedClassHasMethod("modelessOperationWillStart", swigMethodTypes74))
292 swigDelegate74 = new SwigDelegateCFxEditorReactor_74(SwigDirectorMethodmodelessOperationWillStart);
293 if (SwigDerivedClassHasMethod("modelessOperationEnded", swigMethodTypes75))
294 swigDelegate75 = new SwigDelegateCFxEditorReactor_75(SwigDirectorMethodmodelessOperationEnded);
295 if (SwigDerivedClassHasMethod("sysVarChanged", swigMethodTypes76))
296 swigDelegate76 = new SwigDelegateCFxEditorReactor_76(SwigDirectorMethodsysVarChanged);
297 if (SwigDerivedClassHasMethod("sysVarWillChange", swigMethodTypes77))
298 swigDelegate77 = new SwigDelegateCFxEditorReactor_77(SwigDirectorMethodsysVarWillChange);
299 if (SwigDerivedClassHasMethod("xrefSubCommandStart", swigMethodTypes78))
300 swigDelegate78 = new SwigDelegateCFxEditorReactor_78(SwigDirectorMethodxrefSubCommandStart__SWIG_0);
301 if (SwigDerivedClassHasMethod("mainFrameCreated", swigMethodTypes79))
302 swigDelegate79 = new SwigDelegateCFxEditorReactor_79(SwigDirectorMethodmainFrameCreated);
303 if (SwigDerivedClassHasMethod("mainFrameDestroyed", swigMethodTypes80))
304 swigDelegate80 = new SwigDelegateCFxEditorReactor_80(SwigDirectorMethodmainFrameDestroyed);
305 if (SwigDerivedClassHasMethod("appActivated", swigMethodTypes81))
306 swigDelegate81 = new SwigDelegateCFxEditorReactor_81(SwigDirectorMethodappActivated);
307 if (SwigDerivedClassHasMethod("appDeactivated", swigMethodTypes82))
308 swigDelegate82 = new SwigDelegateCFxEditorReactor_82(SwigDirectorMethodappDeactivated);
309 if (SwigDerivedClassHasMethod("windowStateChanged", swigMethodTypes83))
310 swigDelegate83 = new SwigDelegateCFxEditorReactor_83(SwigDirectorMethodwindowStateChanged);
311 if (SwigDerivedClassHasMethod("selectionSetCreated", swigMethodTypes84))
312 swigDelegate84 = new SwigDelegateCFxEditorReactor_84(SwigDirectorMethodselectionSetCreated);
313 if (SwigDerivedClassHasMethod("selectionSetDestroyed", swigMethodTypes85))
314 swigDelegate85 = new SwigDelegateCFxEditorReactor_85(SwigDirectorMethodselectionSetDestroyed);
315 if (SwigDerivedClassHasMethod("gripEditCustomOp", swigMethodTypes86))
316 swigDelegate86 = new SwigDelegateCFxEditorReactor_86(SwigDirectorMethodgripEditCustomOp);
317 if (SwigDerivedClassHasMethod("beginSaveEx", swigMethodTypes87))
318 swigDelegate87 = new SwigDelegateCFxEditorReactor_87(SwigDirectorMethodbeginSaveEx);
319 if (SwigDerivedClassHasMethod("cancelDwgOpen", swigMethodTypes88))
320 swigDelegate88 = new SwigDelegateCFxEditorReactor_88(SwigDirectorMethodcancelDwgOpen);
321 if (SwigDerivedClassHasMethod("closeAborted", swigMethodTypes89))
322 swigDelegate89 = new SwigDelegateCFxEditorReactor_89(SwigDirectorMethodcloseAborted);
323 if (SwigDerivedClassHasMethod("beginModalState", swigMethodTypes90))
324 swigDelegate90 = new SwigDelegateCFxEditorReactor_90(SwigDirectorMethodbeginModalState);
325 if (SwigDerivedClassHasMethod("endModalState", swigMethodTypes91))
326 swigDelegate91 = new SwigDelegateCFxEditorReactor_91(SwigDirectorMethodendModalState);
327 PCADGlobalsPINVOKE.CFxEditorReactor_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, swigDelegate59, swigDelegate60, swigDelegate61, swigDelegate62, swigDelegate63, swigDelegate64, swigDelegate65, swigDelegate66, swigDelegate67, swigDelegate68, swigDelegate69, swigDelegate70, swigDelegate71, swigDelegate72, swigDelegate73, swigDelegate74, swigDelegate75, swigDelegate76, swigDelegate77, swigDelegate78, swigDelegate79, swigDelegate80, swigDelegate81, swigDelegate82, swigDelegate83, swigDelegate84, swigDelegate85, swigDelegate86, swigDelegate87, swigDelegate88, swigDelegate89, swigDelegate90, swigDelegate91);
328 }
329
330 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
331 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);
332 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxEditorReactor));
333 return hasDerivedMethod;
334 }
335
336 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
337 return
338 // csdirectorout for OdRxObject*, OdRxObject&
340 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
341)).Handle
342;
343 }
344
345 private IntPtr SwigDirectorMethodisA() {
346 return
347 // csdirectorout for OdRxClass*, OdRxClass&
348 OdRxClass.getCPtr(isA()).Handle
349;
350 }
351
352 private void SwigDirectorMethoddwgFileOpened(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String filename) {
354 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
355, filename);
356 }
357
358 private void SwigDirectorMethodinitialDwgFileOpenComplete(IntPtr pDb) {
360 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
361);
362 }
363
364 private void SwigDirectorMethoddatabaseConstructed(IntPtr pDb) {
366 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
367);
368 }
369
370 private void SwigDirectorMethoddatabaseToBeDestroyed(IntPtr pDb) {
372 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
373);
374 }
375
376 private void SwigDirectorMethodbeginSave(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String intendedName) {
377 beginSave(
378 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
379, intendedName);
380 }
381
382 private void SwigDirectorMethodsaveComplete(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String actualName) {
384 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
385, actualName);
386 }
387
388 private void SwigDirectorMethodabortSave(IntPtr pDb) {
389 abortSave(
390 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
391);
392 }
393
394 private void SwigDirectorMethodbeginDxfIn(IntPtr pDb) {
396 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
397);
398 }
399
400 private void SwigDirectorMethodabortDxfIn(IntPtr pDb) {
402 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
403);
404 }
405
406 private void SwigDirectorMethoddxfInComplete(IntPtr pDb) {
408 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
409);
410 }
411
412 private void SwigDirectorMethodbeginDxfOut(IntPtr pDb) {
414 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
415);
416 }
417
418 private void SwigDirectorMethodabortDxfOut(IntPtr pDb) {
420 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
421);
422 }
423
424 private void SwigDirectorMethoddxfOutComplete(IntPtr pDb) {
426 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
427);
428 }
429
430 private void SwigDirectorMethodbeginInsert__SWIG_0(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String blockName, IntPtr pFromDb) {
432 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
433, blockName,
434 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
435);
436 }
437
438 private void SwigDirectorMethodbeginInsert__SWIG_1(IntPtr pToDb, global::System.IntPtr xfm, IntPtr pFromDb) {
440 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
441, new OdGeMatrix3d(xfm, false),
442 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
443);
444 }
445
446 private void SwigDirectorMethodotherInsert(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb) {
448 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
449,
450 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
451,
452 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
453);
454 }
455
456 private void SwigDirectorMethodabortInsert(IntPtr pToDb) {
458 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
459);
460 }
461
462 private void SwigDirectorMethodendInsert(IntPtr pToDb) {
463 endInsert(
464 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
465);
466 }
467
468 private void SwigDirectorMethodwblockNotice(IntPtr pFromDb) {
470 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
471);
472 }
473
474 private void SwigDirectorMethodbeginWblock__SWIG_0(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr insertionPoint) {
476 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
477,
478 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
479, new OdGePoint3d(insertionPoint, false));
480 }
481
482 private void SwigDirectorMethodbeginWblock__SWIG_1(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr blockId) {
484 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
485,
486 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
487, new OdDbObjectId(blockId, true));
488 }
489
490 private void SwigDirectorMethodbeginWblock__SWIG_2(IntPtr pToDb, IntPtr pFromDb) {
492 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
493,
494 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
495);
496 }
497
498 private void SwigDirectorMethodotherWblock(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb) {
500 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
501,
502 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
503,
504 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
505);
506 }
507
508 private void SwigDirectorMethodabortWblock(IntPtr pToDb) {
510 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
511);
512 }
513
514 private void SwigDirectorMethodendWblock(IntPtr pToDb) {
515 endWblock(
516 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
517);
518 }
519
520 private void SwigDirectorMethodbeginWblockObjects(IntPtr pFromDb, IntPtr idMap) {
522 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
523,
524 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
525);
526 }
527
528 private void SwigDirectorMethodbeginDeepClone(IntPtr pToDb, IntPtr idMap) {
530 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
531,
532 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
533);
534 }
535
536 private void SwigDirectorMethodbeginDeepCloneXlation(IntPtr idMap) {
538 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
539);
540 }
541
542 private void SwigDirectorMethodabortDeepClone(IntPtr idMap) {
544 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
545);
546 }
547
548 private void SwigDirectorMethodendDeepClone(IntPtr idMap) {
550 (OdDbIdMapping)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbIdMapping),idMap,false) /*createInt 6_3*/ // csdirectorin for smart pointer
551);
552 }
553
554 private void SwigDirectorMethodpartialOpenNotice(IntPtr pDb) {
556 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
557);
558 }
559
560 private void SwigDirectorMethodxrefSubCommandStart__SWIG_1(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths, bool veto) {
562 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pHostDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
563, (OdXrefSubCommand)subCmd, new OdDbObjectIdArray(btrIds, false), new OdStringArray(btrNames, false), new OdStringArray(paths, false), out veto);
564 }
565
566 private void SwigDirectorMethodxrefSubCommandEnd(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths) {
568 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pHostDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
569, (OdXrefSubCommand)subCmd, new OdDbObjectIdArray(btrIds, false), new OdStringArray(btrNames, false), new OdStringArray(paths, false));
570 }
571
572 private void SwigDirectorMethodxrefSubCommandAborted(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths) {
574 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pHostDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
575, (OdXrefSubCommand)subCmd, new OdDbObjectIdArray(btrIds, false), new OdStringArray(btrNames, false), new OdStringArray(paths, false));
576 }
577
578 private void SwigDirectorMethodbeginDwgOpen([MarshalAs(UnmanagedType.LPWStr)]String filename) {
579 beginDwgOpen(filename);
580 }
581
582 private void SwigDirectorMethodendDwgOpen([MarshalAs(UnmanagedType.LPWStr)]String filename) {
583 endDwgOpen(filename);
584 }
585
586 private void SwigDirectorMethodbeginClose(IntPtr pDb) {
588 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
589);
590 }
591
592 private void SwigDirectorMethodbeginAttach(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb) {
594 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
595, filename,
596 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
597);
598 }
599
600 private void SwigDirectorMethodotherAttach(IntPtr pToDb, IntPtr pFromDb) {
602 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
603,
604 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
605);
606 }
607
608 private void SwigDirectorMethodabortAttach(IntPtr pFromDb) {
610 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
611);
612 }
613
614 private void SwigDirectorMethodendAttach(IntPtr pToDb) {
615 endAttach(
616 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
617);
618 }
619
620 private void SwigDirectorMethodredirected(global::System.IntPtr newId, global::System.IntPtr oldId) {
621 redirected(new OdDbObjectId(newId, true), new OdDbObjectId(oldId, true));
622 }
623
624 private void SwigDirectorMethodcomandeered(IntPtr pToDb, global::System.IntPtr id, IntPtr pFromDb) {
626 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
627, new OdDbObjectId(id, true),
628 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
629);
630 }
631
632 private void SwigDirectorMethodbeginRestore(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb) {
634 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
635, filename,
636 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pFromDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
637);
638 }
639
640 private void SwigDirectorMethodabortRestore(IntPtr pToDb) {
642 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
643);
644 }
645
646 private void SwigDirectorMethodendRestore(IntPtr pToDb) {
648 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pToDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
649);
650 }
651
652 private void SwigDirectorMethodxrefSubcommandBindItem(int activity, global::System.IntPtr blockId) {
653 xrefSubcommandBindItem(activity, new OdDbObjectId(blockId, true));
654 }
655
656 private void SwigDirectorMethodxrefSubcommandAttachItem(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath) {
657 xrefSubcommandAttachItem(activity, xrefPath);
658 }
659
660 private void SwigDirectorMethodxrefSubcommandOverlayItem(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath) {
661 xrefSubcommandOverlayItem(activity, xrefPath);
662 }
663
664 private void SwigDirectorMethodxrefSubcommandDetachItem(int activity, global::System.IntPtr blockId) {
665 xrefSubcommandDetachItem(activity, new OdDbObjectId(blockId, true));
666 }
667
668 private void SwigDirectorMethodxrefSubcommandPathItem(int activity, global::System.IntPtr blockId, [MarshalAs(UnmanagedType.LPWStr)]String newPath) {
669 xrefSubcommandPathItem(activity, new OdDbObjectId(blockId, true), newPath);
670 }
671
672 private void SwigDirectorMethodxrefSubcommandReloadItem(int activity, global::System.IntPtr blockId) {
673 xrefSubcommandReloadItem(activity, new OdDbObjectId(blockId, true));
674 }
675
676 private void SwigDirectorMethodxrefSubcommandUnloadItem(int activity, global::System.IntPtr blockId) {
677 xrefSubcommandUnloadItem(activity, new OdDbObjectId(blockId, true));
678 }
679
680 private void SwigDirectorMethodundoSubcommandAuto(int activity, bool undoAuto) {
681 undoSubcommandAuto(activity, undoAuto);
682 }
683
684 private void SwigDirectorMethodundoSubcommandControl(int activity, int option) {
685 undoSubcommandControl(activity, option);
686 }
687
688 private void SwigDirectorMethodundoSubcommandBegin(int activity) {
689 undoSubcommandBegin(activity);
690 }
691
692 private void SwigDirectorMethodundoSubcommandEnd(int activity) {
693 undoSubcommandEnd(activity);
694 }
695
696 private void SwigDirectorMethodundoSubcommandMark(int activity) {
697 undoSubcommandMark(activity);
698 }
699
700 private void SwigDirectorMethodundoSubcommandBack(int activity) {
701 undoSubcommandBack(activity);
702 }
703
704 private void SwigDirectorMethodundoSubcommandNumber(int activity, int numSteps) {
705 undoSubcommandNumber(activity, numSteps);
706 }
707
708 private void SwigDirectorMethodpickfirstModified() {
710 }
711
712 private void SwigDirectorMethodlayoutSwitched([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName) {
713 layoutSwitched(newLayoutName);
714 }
715
716 private void SwigDirectorMethoddocFrameMovedOrResized(UInt64 /*SIMPLETYPE*/ hwndDocFrame, bool moved) {
717 docFrameMovedOrResized(hwndDocFrame /*SIMPLETYPE*/, moved);
718 }
719
720 private void SwigDirectorMethodmainFrameMovedOrResized(UInt64 /*SIMPLETYPE*/ hwndMainFrame, bool moved) {
721 mainFrameMovedOrResized(hwndMainFrame /*SIMPLETYPE*/, moved);
722 }
723
724 private void SwigDirectorMethodbeginDoubleClick(global::System.IntPtr clickPoint) {
725 beginDoubleClick(new OdGePoint3d(clickPoint, false));
726 }
727
728 private void SwigDirectorMethodbeginRightClick(global::System.IntPtr clickPoint) {
729 beginRightClick(new OdGePoint3d(clickPoint, false));
730 }
731
732 private void SwigDirectorMethodtoolbarBitmapSizeWillChange(bool largeBitmaps) {
733 toolbarBitmapSizeWillChange(largeBitmaps);
734 }
735
736 private void SwigDirectorMethodtoolbarBitmapSizeChanged(bool largeBitmaps) {
737 toolbarBitmapSizeChanged(largeBitmaps);
738 }
739
740 private void SwigDirectorMethodobjectsLazyLoaded(global::System.IntPtr objectIds) {
741 objectsLazyLoaded(new OdDbObjectIdArray(objectIds, false));
742 }
743
744 private void SwigDirectorMethodbeginQuit() {
745 beginQuit();
746 }
747
748 private void SwigDirectorMethodquitAborted() {
749 quitAborted();
750 }
751
752 private void SwigDirectorMethodquitWillStart() {
754 }
755
756 private void SwigDirectorMethodmodelessOperationWillStart([MarshalAs(UnmanagedType.LPWStr)]String contextString) {
757 modelessOperationWillStart(contextString);
758 }
759
760 private void SwigDirectorMethodmodelessOperationEnded([MarshalAs(UnmanagedType.LPWStr)]String contextString) {
761 modelessOperationEnded(contextString);
762 }
763
764 private void SwigDirectorMethodsysVarChanged(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName) {
766 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
767, varName);
768 }
769
770 private void SwigDirectorMethodsysVarWillChange(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName) {
772 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
773, varName);
774 }
775
776 private void SwigDirectorMethodxrefSubCommandStart__SWIG_0(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths) {
778 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pHostDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
779, (OdXrefSubCommand)subCmd, new OdDbObjectIdArray(btrIds, false), new OdStringArray(btrNames, false), new OdStringArray(paths, false));
780 }
781
782 private void SwigDirectorMethodmainFrameCreated(global::System.IntPtr pWidget) {
783 mainFrameCreated((pWidget == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QWidget(pWidget, false));
784 }
785
786 private void SwigDirectorMethodmainFrameDestroyed(global::System.IntPtr pWidget) {
787 mainFrameDestroyed((pWidget == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_QWidget(pWidget, false));
788 }
789
790 private void SwigDirectorMethodappActivated() {
791 appActivated();
792 }
793
794 private void SwigDirectorMethodappDeactivated() {
796 }
797
798 private void SwigDirectorMethodwindowStateChanged(int type, int state) {
799 windowStateChanged((CFxEditorReactor.WindowType)type, (CFxEditorReactor.WindowState)state);
800 }
801
802 private void SwigDirectorMethodselectionSetCreated(global::System.IntPtr pSS) {
803 selectionSetCreated((pSS == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(pSS, false));
804 }
805
806 private void SwigDirectorMethodselectionSetDestroyed(global::System.IntPtr pSS) {
807 selectionSetDestroyed((pSS == global::System.IntPtr.Zero) ? null : new CFxSelectionSet(pSS, false));
808 }
809
810 private void SwigDirectorMethodgripEditCustomOp(IntPtr pEnt, global::System.IntPtr action, IntPtr matrix) {
812 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pEnt,false) /*createInt 6_1*/ // csdirectorin for smart pointer
813, new SWIGTYPE_p_std__string(action, false),
814 //csdirectorin of INOUT_PARAM_OBJ
815 new OdGeMatrix3d(matrix,true)
816);
817 }
818
819 private void SwigDirectorMethodbeginSaveEx(IntPtr pDb, global::System.IntPtr sFileName, int iFileType, int iFileVersion) {
821 (CFxDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
822, new CFxString(sFileName, false), (CFxFileData.FileType)iFileType, iFileVersion);
823 }
824
825 private void SwigDirectorMethodcancelDwgOpen(global::System.IntPtr sFileName) {
826 cancelDwgOpen(new CFxString(sFileName, false));
827 }
828
829 private void SwigDirectorMethodcloseAborted(IntPtr pDb) {
831 (OdDbDatabase)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDbDatabase),pDb,false) /*createInt 6_1*/ // csdirectorin for smart pointer
832);
833 }
834
835 private void SwigDirectorMethodbeginModalState() {
837 }
838
839 private void SwigDirectorMethodendModalState() {
841 }
842
843 public delegate IntPtr SwigDelegateCFxEditorReactor_0(IntPtr protocolClass);
844 public delegate IntPtr SwigDelegateCFxEditorReactor_1();
845 public delegate void SwigDelegateCFxEditorReactor_2(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String filename);
846 public delegate void SwigDelegateCFxEditorReactor_3(IntPtr pDb);
847 public delegate void SwigDelegateCFxEditorReactor_4(IntPtr pDb);
848 public delegate void SwigDelegateCFxEditorReactor_5(IntPtr pDb);
849 public delegate void SwigDelegateCFxEditorReactor_6(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String intendedName);
850 public delegate void SwigDelegateCFxEditorReactor_7(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String actualName);
851 public delegate void SwigDelegateCFxEditorReactor_8(IntPtr pDb);
852 public delegate void SwigDelegateCFxEditorReactor_9(IntPtr pDb);
853 public delegate void SwigDelegateCFxEditorReactor_10(IntPtr pDb);
854 public delegate void SwigDelegateCFxEditorReactor_11(IntPtr pDb);
855 public delegate void SwigDelegateCFxEditorReactor_12(IntPtr pDb);
856 public delegate void SwigDelegateCFxEditorReactor_13(IntPtr pDb);
857 public delegate void SwigDelegateCFxEditorReactor_14(IntPtr pDb);
858 public delegate void SwigDelegateCFxEditorReactor_15(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String blockName, IntPtr pFromDb);
859 public delegate void SwigDelegateCFxEditorReactor_16(IntPtr pToDb, global::System.IntPtr xfm, IntPtr pFromDb);
860 public delegate void SwigDelegateCFxEditorReactor_17(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb);
861 public delegate void SwigDelegateCFxEditorReactor_18(IntPtr pToDb);
862 public delegate void SwigDelegateCFxEditorReactor_19(IntPtr pToDb);
863 public delegate void SwigDelegateCFxEditorReactor_20(IntPtr pFromDb);
864 public delegate void SwigDelegateCFxEditorReactor_21(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr insertionPoint);
865 public delegate void SwigDelegateCFxEditorReactor_22(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr blockId);
866 public delegate void SwigDelegateCFxEditorReactor_23(IntPtr pToDb, IntPtr pFromDb);
867 public delegate void SwigDelegateCFxEditorReactor_24(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb);
868 public delegate void SwigDelegateCFxEditorReactor_25(IntPtr pToDb);
869 public delegate void SwigDelegateCFxEditorReactor_26(IntPtr pToDb);
870 public delegate void SwigDelegateCFxEditorReactor_27(IntPtr pFromDb, IntPtr idMap);
871 public delegate void SwigDelegateCFxEditorReactor_28(IntPtr pToDb, IntPtr idMap);
872 public delegate void SwigDelegateCFxEditorReactor_29(IntPtr idMap);
873 public delegate void SwigDelegateCFxEditorReactor_30(IntPtr idMap);
874 public delegate void SwigDelegateCFxEditorReactor_31(IntPtr idMap);
875 public delegate void SwigDelegateCFxEditorReactor_32(IntPtr pDb);
876 public delegate void SwigDelegateCFxEditorReactor_33(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths, bool veto);
877 public delegate void SwigDelegateCFxEditorReactor_34(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths);
878 public delegate void SwigDelegateCFxEditorReactor_35(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths);
879 public delegate void SwigDelegateCFxEditorReactor_36([MarshalAs(UnmanagedType.LPWStr)]String filename);
880 public delegate void SwigDelegateCFxEditorReactor_37([MarshalAs(UnmanagedType.LPWStr)]String filename);
881 public delegate void SwigDelegateCFxEditorReactor_38(IntPtr pDb);
882 public delegate void SwigDelegateCFxEditorReactor_39(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb);
883 public delegate void SwigDelegateCFxEditorReactor_40(IntPtr pToDb, IntPtr pFromDb);
884 public delegate void SwigDelegateCFxEditorReactor_41(IntPtr pFromDb);
885 public delegate void SwigDelegateCFxEditorReactor_42(IntPtr pToDb);
886 public delegate void SwigDelegateCFxEditorReactor_43(global::System.IntPtr newId, global::System.IntPtr oldId);
887 public delegate void SwigDelegateCFxEditorReactor_44(IntPtr pToDb, global::System.IntPtr id, IntPtr pFromDb);
888 public delegate void SwigDelegateCFxEditorReactor_45(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb);
889 public delegate void SwigDelegateCFxEditorReactor_46(IntPtr pToDb);
890 public delegate void SwigDelegateCFxEditorReactor_47(IntPtr pToDb);
891 public delegate void SwigDelegateCFxEditorReactor_48(int activity, global::System.IntPtr blockId);
892 public delegate void SwigDelegateCFxEditorReactor_49(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath);
893 public delegate void SwigDelegateCFxEditorReactor_50(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath);
894 public delegate void SwigDelegateCFxEditorReactor_51(int activity, global::System.IntPtr blockId);
895 public delegate void SwigDelegateCFxEditorReactor_52(int activity, global::System.IntPtr blockId, [MarshalAs(UnmanagedType.LPWStr)]String newPath);
896 public delegate void SwigDelegateCFxEditorReactor_53(int activity, global::System.IntPtr blockId);
897 public delegate void SwigDelegateCFxEditorReactor_54(int activity, global::System.IntPtr blockId);
898 public delegate void SwigDelegateCFxEditorReactor_55(int activity, bool undoAuto);
899 public delegate void SwigDelegateCFxEditorReactor_56(int activity, int option);
900 public delegate void SwigDelegateCFxEditorReactor_57(int activity);
901 public delegate void SwigDelegateCFxEditorReactor_58(int activity);
902 public delegate void SwigDelegateCFxEditorReactor_59(int activity);
903 public delegate void SwigDelegateCFxEditorReactor_60(int activity);
904 public delegate void SwigDelegateCFxEditorReactor_61(int activity, int numSteps);
905 public delegate void SwigDelegateCFxEditorReactor_62();
906 public delegate void SwigDelegateCFxEditorReactor_63([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName);
907 public delegate void SwigDelegateCFxEditorReactor_64(UInt64 /*SIMPLETYPE*/ hwndDocFrame, bool moved);
908 public delegate void SwigDelegateCFxEditorReactor_65(UInt64 /*SIMPLETYPE*/ hwndMainFrame, bool moved);
909 public delegate void SwigDelegateCFxEditorReactor_66(global::System.IntPtr clickPoint);
910 public delegate void SwigDelegateCFxEditorReactor_67(global::System.IntPtr clickPoint);
911 public delegate void SwigDelegateCFxEditorReactor_68(bool largeBitmaps);
912 public delegate void SwigDelegateCFxEditorReactor_69(bool largeBitmaps);
913 public delegate void SwigDelegateCFxEditorReactor_70(global::System.IntPtr objectIds);
914 public delegate void SwigDelegateCFxEditorReactor_71();
915 public delegate void SwigDelegateCFxEditorReactor_72();
916 public delegate void SwigDelegateCFxEditorReactor_73();
917 public delegate void SwigDelegateCFxEditorReactor_74([MarshalAs(UnmanagedType.LPWStr)]String contextString);
918 public delegate void SwigDelegateCFxEditorReactor_75([MarshalAs(UnmanagedType.LPWStr)]String contextString);
919 public delegate void SwigDelegateCFxEditorReactor_76(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName);
920 public delegate void SwigDelegateCFxEditorReactor_77(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName);
921 public delegate void SwigDelegateCFxEditorReactor_78(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths);
922 public delegate void SwigDelegateCFxEditorReactor_79(global::System.IntPtr pWidget);
923 public delegate void SwigDelegateCFxEditorReactor_80(global::System.IntPtr pWidget);
924 public delegate void SwigDelegateCFxEditorReactor_81();
925 public delegate void SwigDelegateCFxEditorReactor_82();
926 public delegate void SwigDelegateCFxEditorReactor_83(int type, int state);
927 public delegate void SwigDelegateCFxEditorReactor_84(global::System.IntPtr pSS);
928 public delegate void SwigDelegateCFxEditorReactor_85(global::System.IntPtr pSS);
929 public delegate void SwigDelegateCFxEditorReactor_86(IntPtr pEnt, global::System.IntPtr action, IntPtr matrix);
930 public delegate void SwigDelegateCFxEditorReactor_87(IntPtr pDb, global::System.IntPtr sFileName, int iFileType, int iFileVersion);
931 public delegate void SwigDelegateCFxEditorReactor_88(global::System.IntPtr sFileName);
932 public delegate void SwigDelegateCFxEditorReactor_89(IntPtr pDb);
933 public delegate void SwigDelegateCFxEditorReactor_90();
934 public delegate void SwigDelegateCFxEditorReactor_91();
935
936 private SwigDelegateCFxEditorReactor_0 swigDelegate0;
937 private SwigDelegateCFxEditorReactor_1 swigDelegate1;
938 private SwigDelegateCFxEditorReactor_2 swigDelegate2;
939 private SwigDelegateCFxEditorReactor_3 swigDelegate3;
940 private SwigDelegateCFxEditorReactor_4 swigDelegate4;
941 private SwigDelegateCFxEditorReactor_5 swigDelegate5;
942 private SwigDelegateCFxEditorReactor_6 swigDelegate6;
943 private SwigDelegateCFxEditorReactor_7 swigDelegate7;
944 private SwigDelegateCFxEditorReactor_8 swigDelegate8;
945 private SwigDelegateCFxEditorReactor_9 swigDelegate9;
946 private SwigDelegateCFxEditorReactor_10 swigDelegate10;
947 private SwigDelegateCFxEditorReactor_11 swigDelegate11;
948 private SwigDelegateCFxEditorReactor_12 swigDelegate12;
949 private SwigDelegateCFxEditorReactor_13 swigDelegate13;
950 private SwigDelegateCFxEditorReactor_14 swigDelegate14;
951 private SwigDelegateCFxEditorReactor_15 swigDelegate15;
952 private SwigDelegateCFxEditorReactor_16 swigDelegate16;
953 private SwigDelegateCFxEditorReactor_17 swigDelegate17;
954 private SwigDelegateCFxEditorReactor_18 swigDelegate18;
955 private SwigDelegateCFxEditorReactor_19 swigDelegate19;
956 private SwigDelegateCFxEditorReactor_20 swigDelegate20;
957 private SwigDelegateCFxEditorReactor_21 swigDelegate21;
958 private SwigDelegateCFxEditorReactor_22 swigDelegate22;
959 private SwigDelegateCFxEditorReactor_23 swigDelegate23;
960 private SwigDelegateCFxEditorReactor_24 swigDelegate24;
961 private SwigDelegateCFxEditorReactor_25 swigDelegate25;
962 private SwigDelegateCFxEditorReactor_26 swigDelegate26;
963 private SwigDelegateCFxEditorReactor_27 swigDelegate27;
964 private SwigDelegateCFxEditorReactor_28 swigDelegate28;
965 private SwigDelegateCFxEditorReactor_29 swigDelegate29;
966 private SwigDelegateCFxEditorReactor_30 swigDelegate30;
967 private SwigDelegateCFxEditorReactor_31 swigDelegate31;
968 private SwigDelegateCFxEditorReactor_32 swigDelegate32;
969 private SwigDelegateCFxEditorReactor_33 swigDelegate33;
970 private SwigDelegateCFxEditorReactor_34 swigDelegate34;
971 private SwigDelegateCFxEditorReactor_35 swigDelegate35;
972 private SwigDelegateCFxEditorReactor_36 swigDelegate36;
973 private SwigDelegateCFxEditorReactor_37 swigDelegate37;
974 private SwigDelegateCFxEditorReactor_38 swigDelegate38;
975 private SwigDelegateCFxEditorReactor_39 swigDelegate39;
976 private SwigDelegateCFxEditorReactor_40 swigDelegate40;
977 private SwigDelegateCFxEditorReactor_41 swigDelegate41;
978 private SwigDelegateCFxEditorReactor_42 swigDelegate42;
979 private SwigDelegateCFxEditorReactor_43 swigDelegate43;
980 private SwigDelegateCFxEditorReactor_44 swigDelegate44;
981 private SwigDelegateCFxEditorReactor_45 swigDelegate45;
982 private SwigDelegateCFxEditorReactor_46 swigDelegate46;
983 private SwigDelegateCFxEditorReactor_47 swigDelegate47;
984 private SwigDelegateCFxEditorReactor_48 swigDelegate48;
985 private SwigDelegateCFxEditorReactor_49 swigDelegate49;
986 private SwigDelegateCFxEditorReactor_50 swigDelegate50;
987 private SwigDelegateCFxEditorReactor_51 swigDelegate51;
988 private SwigDelegateCFxEditorReactor_52 swigDelegate52;
989 private SwigDelegateCFxEditorReactor_53 swigDelegate53;
990 private SwigDelegateCFxEditorReactor_54 swigDelegate54;
991 private SwigDelegateCFxEditorReactor_55 swigDelegate55;
992 private SwigDelegateCFxEditorReactor_56 swigDelegate56;
993 private SwigDelegateCFxEditorReactor_57 swigDelegate57;
994 private SwigDelegateCFxEditorReactor_58 swigDelegate58;
995 private SwigDelegateCFxEditorReactor_59 swigDelegate59;
996 private SwigDelegateCFxEditorReactor_60 swigDelegate60;
997 private SwigDelegateCFxEditorReactor_61 swigDelegate61;
998 private SwigDelegateCFxEditorReactor_62 swigDelegate62;
999 private SwigDelegateCFxEditorReactor_63 swigDelegate63;
1000 private SwigDelegateCFxEditorReactor_64 swigDelegate64;
1001 private SwigDelegateCFxEditorReactor_65 swigDelegate65;
1002 private SwigDelegateCFxEditorReactor_66 swigDelegate66;
1003 private SwigDelegateCFxEditorReactor_67 swigDelegate67;
1004 private SwigDelegateCFxEditorReactor_68 swigDelegate68;
1005 private SwigDelegateCFxEditorReactor_69 swigDelegate69;
1006 private SwigDelegateCFxEditorReactor_70 swigDelegate70;
1007 private SwigDelegateCFxEditorReactor_71 swigDelegate71;
1008 private SwigDelegateCFxEditorReactor_72 swigDelegate72;
1009 private SwigDelegateCFxEditorReactor_73 swigDelegate73;
1010 private SwigDelegateCFxEditorReactor_74 swigDelegate74;
1011 private SwigDelegateCFxEditorReactor_75 swigDelegate75;
1012 private SwigDelegateCFxEditorReactor_76 swigDelegate76;
1013 private SwigDelegateCFxEditorReactor_77 swigDelegate77;
1014 private SwigDelegateCFxEditorReactor_78 swigDelegate78;
1015 private SwigDelegateCFxEditorReactor_79 swigDelegate79;
1016 private SwigDelegateCFxEditorReactor_80 swigDelegate80;
1017 private SwigDelegateCFxEditorReactor_81 swigDelegate81;
1018 private SwigDelegateCFxEditorReactor_82 swigDelegate82;
1019 private SwigDelegateCFxEditorReactor_83 swigDelegate83;
1020 private SwigDelegateCFxEditorReactor_84 swigDelegate84;
1021 private SwigDelegateCFxEditorReactor_85 swigDelegate85;
1022 private SwigDelegateCFxEditorReactor_86 swigDelegate86;
1023 private SwigDelegateCFxEditorReactor_87 swigDelegate87;
1024 private SwigDelegateCFxEditorReactor_88 swigDelegate88;
1025 private SwigDelegateCFxEditorReactor_89 swigDelegate89;
1026 private SwigDelegateCFxEditorReactor_90 swigDelegate90;
1027 private SwigDelegateCFxEditorReactor_91 swigDelegate91;
1028
1029 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
1030 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
1031 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String) };
1032 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(OdDbDatabase) };
1033 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(OdDbDatabase) };
1034 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(OdDbDatabase) };
1035 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String) };
1036 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String) };
1037 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(OdDbDatabase) };
1038 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(OdDbDatabase) };
1039 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(OdDbDatabase) };
1040 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(OdDbDatabase) };
1041 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(OdDbDatabase) };
1042 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(OdDbDatabase) };
1043 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(OdDbDatabase) };
1044 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String), typeof(OdDbDatabase) };
1045 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdGeMatrix3d), typeof(OdDbDatabase) };
1046 private static global::System.Type[] swigMethodTypes17 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbIdMapping), typeof(OdDbDatabase) };
1047 private static global::System.Type[] swigMethodTypes18 = new global::System.Type[] { typeof(OdDbDatabase) };
1048 private static global::System.Type[] swigMethodTypes19 = new global::System.Type[] { typeof(OdDbDatabase) };
1049 private static global::System.Type[] swigMethodTypes20 = new global::System.Type[] { typeof(OdDbDatabase) };
1050 private static global::System.Type[] swigMethodTypes21 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbDatabase), typeof(OdGePoint3d) };
1051 private static global::System.Type[] swigMethodTypes22 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbDatabase), typeof(OdDbObjectId) };
1052 private static global::System.Type[] swigMethodTypes23 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbDatabase) };
1053 private static global::System.Type[] swigMethodTypes24 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbIdMapping), typeof(OdDbDatabase) };
1054 private static global::System.Type[] swigMethodTypes25 = new global::System.Type[] { typeof(OdDbDatabase) };
1055 private static global::System.Type[] swigMethodTypes26 = new global::System.Type[] { typeof(OdDbDatabase) };
1056 private static global::System.Type[] swigMethodTypes27 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbIdMapping) };
1057 private static global::System.Type[] swigMethodTypes28 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbIdMapping) };
1058 private static global::System.Type[] swigMethodTypes29 = new global::System.Type[] { typeof(OdDbIdMapping) };
1059 private static global::System.Type[] swigMethodTypes30 = new global::System.Type[] { typeof(OdDbIdMapping) };
1060 private static global::System.Type[] swigMethodTypes31 = new global::System.Type[] { typeof(OdDbIdMapping) };
1061 private static global::System.Type[] swigMethodTypes32 = new global::System.Type[] { typeof(OdDbDatabase) };
1062 private static global::System.Type[] swigMethodTypes33 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdXrefSubCommand), typeof(OdDbObjectIdArray), typeof(OdStringArray), typeof(OdStringArray), typeof(bool).MakeByRefType() };
1063 private static global::System.Type[] swigMethodTypes34 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdXrefSubCommand), typeof(OdDbObjectIdArray), typeof(OdStringArray), typeof(OdStringArray) };
1064 private static global::System.Type[] swigMethodTypes35 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdXrefSubCommand), typeof(OdDbObjectIdArray), typeof(OdStringArray), typeof(OdStringArray) };
1065 private static global::System.Type[] swigMethodTypes36 = new global::System.Type[] { typeof(String) };
1066 private static global::System.Type[] swigMethodTypes37 = new global::System.Type[] { typeof(String) };
1067 private static global::System.Type[] swigMethodTypes38 = new global::System.Type[] { typeof(OdDbDatabase) };
1068 private static global::System.Type[] swigMethodTypes39 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String), typeof(OdDbDatabase) };
1069 private static global::System.Type[] swigMethodTypes40 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbDatabase) };
1070 private static global::System.Type[] swigMethodTypes41 = new global::System.Type[] { typeof(OdDbDatabase) };
1071 private static global::System.Type[] swigMethodTypes42 = new global::System.Type[] { typeof(OdDbDatabase) };
1072 private static global::System.Type[] swigMethodTypes43 = new global::System.Type[] { typeof(OdDbObjectId), typeof(OdDbObjectId) };
1073 private static global::System.Type[] swigMethodTypes44 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdDbObjectId), typeof(OdDbDatabase) };
1074 private static global::System.Type[] swigMethodTypes45 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String), typeof(OdDbDatabase) };
1075 private static global::System.Type[] swigMethodTypes46 = new global::System.Type[] { typeof(OdDbDatabase) };
1076 private static global::System.Type[] swigMethodTypes47 = new global::System.Type[] { typeof(OdDbDatabase) };
1077 private static global::System.Type[] swigMethodTypes48 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId) };
1078 private static global::System.Type[] swigMethodTypes49 = new global::System.Type[] { typeof(int), typeof(String) };
1079 private static global::System.Type[] swigMethodTypes50 = new global::System.Type[] { typeof(int), typeof(String) };
1080 private static global::System.Type[] swigMethodTypes51 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId) };
1081 private static global::System.Type[] swigMethodTypes52 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId), typeof(String) };
1082 private static global::System.Type[] swigMethodTypes53 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId) };
1083 private static global::System.Type[] swigMethodTypes54 = new global::System.Type[] { typeof(int), typeof(OdDbObjectId) };
1084 private static global::System.Type[] swigMethodTypes55 = new global::System.Type[] { typeof(int), typeof(bool) };
1085 private static global::System.Type[] swigMethodTypes56 = new global::System.Type[] { typeof(int), typeof(int) };
1086 private static global::System.Type[] swigMethodTypes57 = new global::System.Type[] { typeof(int) };
1087 private static global::System.Type[] swigMethodTypes58 = new global::System.Type[] { typeof(int) };
1088 private static global::System.Type[] swigMethodTypes59 = new global::System.Type[] { typeof(int) };
1089 private static global::System.Type[] swigMethodTypes60 = new global::System.Type[] { typeof(int) };
1090 private static global::System.Type[] swigMethodTypes61 = new global::System.Type[] { typeof(int), typeof(int) };
1091 private static global::System.Type[] swigMethodTypes62 = new global::System.Type[] { };
1092 private static global::System.Type[] swigMethodTypes63 = new global::System.Type[] { typeof(String) };
1093 private static global::System.Type[] swigMethodTypes64 = new global::System.Type[] { typeof(UInt64 /*SIMPLETYPE*/), typeof(bool) };
1094 private static global::System.Type[] swigMethodTypes65 = new global::System.Type[] { typeof(UInt64 /*SIMPLETYPE*/), typeof(bool) };
1095 private static global::System.Type[] swigMethodTypes66 = new global::System.Type[] { typeof(OdGePoint3d) };
1096 private static global::System.Type[] swigMethodTypes67 = new global::System.Type[] { typeof(OdGePoint3d) };
1097 private static global::System.Type[] swigMethodTypes68 = new global::System.Type[] { typeof(bool) };
1098 private static global::System.Type[] swigMethodTypes69 = new global::System.Type[] { typeof(bool) };
1099 private static global::System.Type[] swigMethodTypes70 = new global::System.Type[] { typeof(OdDbObjectIdArray) };
1100 private static global::System.Type[] swigMethodTypes71 = new global::System.Type[] { };
1101 private static global::System.Type[] swigMethodTypes72 = new global::System.Type[] { };
1102 private static global::System.Type[] swigMethodTypes73 = new global::System.Type[] { };
1103 private static global::System.Type[] swigMethodTypes74 = new global::System.Type[] { typeof(String) };
1104 private static global::System.Type[] swigMethodTypes75 = new global::System.Type[] { typeof(String) };
1105 private static global::System.Type[] swigMethodTypes76 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String) };
1106 private static global::System.Type[] swigMethodTypes77 = new global::System.Type[] { typeof(OdDbDatabase), typeof(String) };
1107 private static global::System.Type[] swigMethodTypes78 = new global::System.Type[] { typeof(OdDbDatabase), typeof(OdXrefSubCommand), typeof(OdDbObjectIdArray), typeof(OdStringArray), typeof(OdStringArray) };
1108 private static global::System.Type[] swigMethodTypes79 = new global::System.Type[] { typeof(SWIGTYPE_p_QWidget) };
1109 private static global::System.Type[] swigMethodTypes80 = new global::System.Type[] { typeof(SWIGTYPE_p_QWidget) };
1110 private static global::System.Type[] swigMethodTypes81 = new global::System.Type[] { };
1111 private static global::System.Type[] swigMethodTypes82 = new global::System.Type[] { };
1112 private static global::System.Type[] swigMethodTypes83 = new global::System.Type[] { typeof(CFxEditorReactor.WindowType), typeof(CFxEditorReactor.WindowState) };
1113 private static global::System.Type[] swigMethodTypes84 = new global::System.Type[] { typeof(CFxSelectionSet) };
1114 private static global::System.Type[] swigMethodTypes85 = new global::System.Type[] { typeof(CFxSelectionSet) };
1115 private static global::System.Type[] swigMethodTypes86 = new global::System.Type[] { typeof(OdRxObject), typeof(SWIGTYPE_p_std__string), typeof(OdGeMatrix3d) };
1116 private static global::System.Type[] swigMethodTypes87 = new global::System.Type[] { typeof(CFxDatabase), typeof(CFxString), typeof(CFxFileData.FileType), typeof(int) };
1117 private static global::System.Type[] swigMethodTypes88 = new global::System.Type[] { typeof(CFxString) };
1118 private static global::System.Type[] swigMethodTypes89 = new global::System.Type[] { typeof(OdDbDatabase) };
1119 private static global::System.Type[] swigMethodTypes90 = new global::System.Type[] { };
1120 private static global::System.Type[] swigMethodTypes91 = new global::System.Type[] { };
1121 public enum WindowType {
1122 eDocWindow,
1124 }
1125
1126 public enum WindowState {
1127 eWindowNoState = 0x00000000,
1128 eWindowMinimized = 0x00000001,
1129 eWindowMaximized = 0x00000002,
1130 eWindowFullScreen = 0x00000004,
1131 eWindowActive = 0x00000008
1132 }
1133
1134}
1135
1136}
static HandleRef getCPtr(CFxDatabase obj)
Definition: CFxDatabase.cs:27
delegate void SwigDelegateCFxEditorReactor_61(int activity, int numSteps)
delegate void SwigDelegateCFxEditorReactor_83(int type, int state)
delegate void SwigDelegateCFxEditorReactor_29(IntPtr idMap)
delegate void SwigDelegateCFxEditorReactor_71()
virtual void selectionSetCreated(CFxSelectionSet pSS)
delegate void SwigDelegateCFxEditorReactor_58(int activity)
delegate void SwigDelegateCFxEditorReactor_5(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_60(int activity)
CFxEditorReactor(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateCFxEditorReactor_74([MarshalAs(UnmanagedType.LPWStr)]String contextString)
delegate void SwigDelegateCFxEditorReactor_84(global::System.IntPtr pSS)
delegate void SwigDelegateCFxEditorReactor_42(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_14(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_41(IntPtr pFromDb)
delegate IntPtr SwigDelegateCFxEditorReactor_0(IntPtr protocolClass)
delegate void SwigDelegateCFxEditorReactor_62()
virtual void beginSaveEx(CFxDatabase pDb, CFxString sFileName, CFxFileData.FileType iFileType, int iFileVersion)
delegate void SwigDelegateCFxEditorReactor_36([MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate void SwigDelegateCFxEditorReactor_38(IntPtr pDb)
virtual void closeAborted(OdDbDatabase pDb)
delegate void SwigDelegateCFxEditorReactor_89(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_82()
delegate void SwigDelegateCFxEditorReactor_12(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_65(UInt64 hwndMainFrame, bool moved)
delegate void SwigDelegateCFxEditorReactor_35(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths)
delegate void SwigDelegateCFxEditorReactor_21(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr insertionPoint)
delegate void SwigDelegateCFxEditorReactor_81()
delegate void SwigDelegateCFxEditorReactor_30(IntPtr idMap)
delegate void SwigDelegateCFxEditorReactor_55(int activity, bool undoAuto)
delegate void SwigDelegateCFxEditorReactor_78(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths)
delegate void SwigDelegateCFxEditorReactor_39(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_23(IntPtr pToDb, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_66(global::System.IntPtr clickPoint)
delegate void SwigDelegateCFxEditorReactor_73()
virtual void mainFrameCreated(SWIGTYPE_p_QWidget pWidget)
delegate void SwigDelegateCFxEditorReactor_76(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName)
delegate void SwigDelegateCFxEditorReactor_69(bool largeBitmaps)
delegate void SwigDelegateCFxEditorReactor_28(IntPtr pToDb, IntPtr idMap)
delegate void SwigDelegateCFxEditorReactor_75([MarshalAs(UnmanagedType.LPWStr)]String contextString)
delegate void SwigDelegateCFxEditorReactor_13(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_26(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_25(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_72()
delegate void SwigDelegateCFxEditorReactor_37([MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate void SwigDelegateCFxEditorReactor_2(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String filename)
delegate void SwigDelegateCFxEditorReactor_40(IntPtr pToDb, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_9(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_59(int activity)
delegate void SwigDelegateCFxEditorReactor_19(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_44(IntPtr pToDb, global::System.IntPtr id, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_54(int activity, global::System.IntPtr blockId)
delegate void SwigDelegateCFxEditorReactor_22(IntPtr pToDb, IntPtr pFromDb, global::System.IntPtr blockId)
delegate void SwigDelegateCFxEditorReactor_53(int activity, global::System.IntPtr blockId)
delegate void SwigDelegateCFxEditorReactor_33(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths, bool veto)
override void Dispose(bool disposing)
delegate void SwigDelegateCFxEditorReactor_18(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_80(global::System.IntPtr pWidget)
delegate void SwigDelegateCFxEditorReactor_49(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath)
delegate void SwigDelegateCFxEditorReactor_6(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String intendedName)
delegate void SwigDelegateCFxEditorReactor_24(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_31(IntPtr idMap)
static new OdRxClass desc()
virtual void windowStateChanged(CFxEditorReactor.WindowType type, CFxEditorReactor.WindowState state)
delegate void SwigDelegateCFxEditorReactor_63([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName)
delegate void SwigDelegateCFxEditorReactor_15(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String blockName, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_7(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String actualName)
delegate void SwigDelegateCFxEditorReactor_8(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_79(global::System.IntPtr pWidget)
delegate void SwigDelegateCFxEditorReactor_16(IntPtr pToDb, global::System.IntPtr xfm, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_3(IntPtr pDb)
static HandleRef getCPtr(CFxEditorReactor obj)
delegate void SwigDelegateCFxEditorReactor_56(int activity, int option)
delegate void SwigDelegateCFxEditorReactor_10(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_48(int activity, global::System.IntPtr blockId)
delegate void SwigDelegateCFxEditorReactor_34(IntPtr pHostDb, int subCmd, global::System.IntPtr btrIds, global::System.IntPtr btrNames, global::System.IntPtr paths)
virtual void gripEditCustomOp(OdRxObject pEnt, SWIGTYPE_p_std__string action, OdGeMatrix3d matrix)
delegate void SwigDelegateCFxEditorReactor_57(int activity)
delegate IntPtr SwigDelegateCFxEditorReactor_1()
delegate void SwigDelegateCFxEditorReactor_90()
virtual void cancelDwgOpen(CFxString sFileName)
delegate void SwigDelegateCFxEditorReactor_46(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_50(int activity, [MarshalAs(UnmanagedType.LPWStr)]String xrefPath)
virtual void mainFrameDestroyed(SWIGTYPE_p_QWidget pWidget)
delegate void SwigDelegateCFxEditorReactor_91()
delegate void SwigDelegateCFxEditorReactor_4(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_17(IntPtr pToDb, IntPtr idMap, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_45(IntPtr pToDb, [MarshalAs(UnmanagedType.LPWStr)]String filename, IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_27(IntPtr pFromDb, IntPtr idMap)
delegate void SwigDelegateCFxEditorReactor_86(IntPtr pEnt, global::System.IntPtr action, IntPtr matrix)
delegate void SwigDelegateCFxEditorReactor_88(global::System.IntPtr sFileName)
delegate void SwigDelegateCFxEditorReactor_77(IntPtr pDb, [MarshalAs(UnmanagedType.LPWStr)]String varName)
delegate void SwigDelegateCFxEditorReactor_47(IntPtr pToDb)
delegate void SwigDelegateCFxEditorReactor_32(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_68(bool largeBitmaps)
delegate void SwigDelegateCFxEditorReactor_64(UInt64 hwndDocFrame, bool moved)
delegate void SwigDelegateCFxEditorReactor_70(global::System.IntPtr objectIds)
delegate void SwigDelegateCFxEditorReactor_43(global::System.IntPtr newId, global::System.IntPtr oldId)
delegate void SwigDelegateCFxEditorReactor_67(global::System.IntPtr clickPoint)
override OdRxObject queryX(OdRxClass protocolClass)
delegate void SwigDelegateCFxEditorReactor_87(IntPtr pDb, global::System.IntPtr sFileName, int iFileType, int iFileVersion)
delegate void SwigDelegateCFxEditorReactor_20(IntPtr pFromDb)
delegate void SwigDelegateCFxEditorReactor_11(IntPtr pDb)
delegate void SwigDelegateCFxEditorReactor_85(global::System.IntPtr pSS)
virtual void selectionSetDestroyed(CFxSelectionSet pSS)
delegate void SwigDelegateCFxEditorReactor_51(int activity, global::System.IntPtr blockId)
delegate void SwigDelegateCFxEditorReactor_52(int activity, global::System.IntPtr blockId, [MarshalAs(UnmanagedType.LPWStr)]String newPath)
static HandleRef getCPtr(CFxSelectionSet obj)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static void CFxEditorReactor_appDeactivatedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_closeAborted(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxEditorReactor_selectionSetCreatedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static IntPtr CFxEditorReactor_queryX(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxEditorReactor_selectionSetCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_appActivatedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_mainFrameCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_endModalStateSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxEditorReactor_desc()
static void CFxEditorReactor_windowStateChangedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
static IntPtr CFxEditorReactor_isA(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_selectionSetDestroyed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_beginModalState(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr CFxEditorReactor_queryXSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxEditorReactor_mainFrameDestroyed(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_endModalState(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_gripEditCustomOp(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4)
static void CFxEditorReactor_beginSaveEx(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, int jarg5)
static void CFxEditorReactor_cancelDwgOpen(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_closeAbortedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void CFxEditorReactor_cancelDwgOpenSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_windowStateChanged(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
static void CFxEditorReactor_beginSaveExSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4, int jarg5)
static void CFxEditorReactor_mainFrameDestroyedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_gripEditCustomOpSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, IntPtr jarg4)
static IntPtr CFxEditorReactor_isASwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxEditorReactor.SwigDelegateCFxEditorReactor_0 delegate0, CFxEditorReactor.SwigDelegateCFxEditorReactor_1 delegate1, CFxEditorReactor.SwigDelegateCFxEditorReactor_2 delegate2, CFxEditorReactor.SwigDelegateCFxEditorReactor_3 delegate3, CFxEditorReactor.SwigDelegateCFxEditorReactor_4 delegate4, CFxEditorReactor.SwigDelegateCFxEditorReactor_5 delegate5, CFxEditorReactor.SwigDelegateCFxEditorReactor_6 delegate6, CFxEditorReactor.SwigDelegateCFxEditorReactor_7 delegate7, CFxEditorReactor.SwigDelegateCFxEditorReactor_8 delegate8, CFxEditorReactor.SwigDelegateCFxEditorReactor_9 delegate9, CFxEditorReactor.SwigDelegateCFxEditorReactor_10 delegate10, CFxEditorReactor.SwigDelegateCFxEditorReactor_11 delegate11, CFxEditorReactor.SwigDelegateCFxEditorReactor_12 delegate12, CFxEditorReactor.SwigDelegateCFxEditorReactor_13 delegate13, CFxEditorReactor.SwigDelegateCFxEditorReactor_14 delegate14, CFxEditorReactor.SwigDelegateCFxEditorReactor_15 delegate15, CFxEditorReactor.SwigDelegateCFxEditorReactor_16 delegate16, CFxEditorReactor.SwigDelegateCFxEditorReactor_17 delegate17, CFxEditorReactor.SwigDelegateCFxEditorReactor_18 delegate18, CFxEditorReactor.SwigDelegateCFxEditorReactor_19 delegate19, CFxEditorReactor.SwigDelegateCFxEditorReactor_20 delegate20, CFxEditorReactor.SwigDelegateCFxEditorReactor_21 delegate21, CFxEditorReactor.SwigDelegateCFxEditorReactor_22 delegate22, CFxEditorReactor.SwigDelegateCFxEditorReactor_23 delegate23, CFxEditorReactor.SwigDelegateCFxEditorReactor_24 delegate24, CFxEditorReactor.SwigDelegateCFxEditorReactor_25 delegate25, CFxEditorReactor.SwigDelegateCFxEditorReactor_26 delegate26, CFxEditorReactor.SwigDelegateCFxEditorReactor_27 delegate27, CFxEditorReactor.SwigDelegateCFxEditorReactor_28 delegate28, CFxEditorReactor.SwigDelegateCFxEditorReactor_29 delegate29, CFxEditorReactor.SwigDelegateCFxEditorReactor_30 delegate30, CFxEditorReactor.SwigDelegateCFxEditorReactor_31 delegate31, CFxEditorReactor.SwigDelegateCFxEditorReactor_32 delegate32, CFxEditorReactor.SwigDelegateCFxEditorReactor_33 delegate33, CFxEditorReactor.SwigDelegateCFxEditorReactor_34 delegate34, CFxEditorReactor.SwigDelegateCFxEditorReactor_35 delegate35, CFxEditorReactor.SwigDelegateCFxEditorReactor_36 delegate36, CFxEditorReactor.SwigDelegateCFxEditorReactor_37 delegate37, CFxEditorReactor.SwigDelegateCFxEditorReactor_38 delegate38, CFxEditorReactor.SwigDelegateCFxEditorReactor_39 delegate39, CFxEditorReactor.SwigDelegateCFxEditorReactor_40 delegate40, CFxEditorReactor.SwigDelegateCFxEditorReactor_41 delegate41, CFxEditorReactor.SwigDelegateCFxEditorReactor_42 delegate42, CFxEditorReactor.SwigDelegateCFxEditorReactor_43 delegate43, CFxEditorReactor.SwigDelegateCFxEditorReactor_44 delegate44, CFxEditorReactor.SwigDelegateCFxEditorReactor_45 delegate45, CFxEditorReactor.SwigDelegateCFxEditorReactor_46 delegate46, CFxEditorReactor.SwigDelegateCFxEditorReactor_47 delegate47, CFxEditorReactor.SwigDelegateCFxEditorReactor_48 delegate48, CFxEditorReactor.SwigDelegateCFxEditorReactor_49 delegate49, CFxEditorReactor.SwigDelegateCFxEditorReactor_50 delegate50, CFxEditorReactor.SwigDelegateCFxEditorReactor_51 delegate51, CFxEditorReactor.SwigDelegateCFxEditorReactor_52 delegate52, CFxEditorReactor.SwigDelegateCFxEditorReactor_53 delegate53, CFxEditorReactor.SwigDelegateCFxEditorReactor_54 delegate54, CFxEditorReactor.SwigDelegateCFxEditorReactor_55 delegate55, CFxEditorReactor.SwigDelegateCFxEditorReactor_56 delegate56, CFxEditorReactor.SwigDelegateCFxEditorReactor_57 delegate57, CFxEditorReactor.SwigDelegateCFxEditorReactor_58 delegate58, CFxEditorReactor.SwigDelegateCFxEditorReactor_59 delegate59, CFxEditorReactor.SwigDelegateCFxEditorReactor_60 delegate60, CFxEditorReactor.SwigDelegateCFxEditorReactor_61 delegate61, CFxEditorReactor.SwigDelegateCFxEditorReactor_62 delegate62, CFxEditorReactor.SwigDelegateCFxEditorReactor_63 delegate63, CFxEditorReactor.SwigDelegateCFxEditorReactor_64 delegate64, CFxEditorReactor.SwigDelegateCFxEditorReactor_65 delegate65, CFxEditorReactor.SwigDelegateCFxEditorReactor_66 delegate66, CFxEditorReactor.SwigDelegateCFxEditorReactor_67 delegate67, CFxEditorReactor.SwigDelegateCFxEditorReactor_68 delegate68, CFxEditorReactor.SwigDelegateCFxEditorReactor_69 delegate69, CFxEditorReactor.SwigDelegateCFxEditorReactor_70 delegate70, CFxEditorReactor.SwigDelegateCFxEditorReactor_71 delegate71, CFxEditorReactor.SwigDelegateCFxEditorReactor_72 delegate72, CFxEditorReactor.SwigDelegateCFxEditorReactor_73 delegate73, CFxEditorReactor.SwigDelegateCFxEditorReactor_74 delegate74, CFxEditorReactor.SwigDelegateCFxEditorReactor_75 delegate75, CFxEditorReactor.SwigDelegateCFxEditorReactor_76 delegate76, CFxEditorReactor.SwigDelegateCFxEditorReactor_77 delegate77, CFxEditorReactor.SwigDelegateCFxEditorReactor_78 delegate78, CFxEditorReactor.SwigDelegateCFxEditorReactor_79 delegate79, CFxEditorReactor.SwigDelegateCFxEditorReactor_80 delegate80, CFxEditorReactor.SwigDelegateCFxEditorReactor_81 delegate81, CFxEditorReactor.SwigDelegateCFxEditorReactor_82 delegate82, CFxEditorReactor.SwigDelegateCFxEditorReactor_83 delegate83, CFxEditorReactor.SwigDelegateCFxEditorReactor_84 delegate84, CFxEditorReactor.SwigDelegateCFxEditorReactor_85 delegate85, CFxEditorReactor.SwigDelegateCFxEditorReactor_86 delegate86, CFxEditorReactor.SwigDelegateCFxEditorReactor_87 delegate87, CFxEditorReactor.SwigDelegateCFxEditorReactor_88 delegate88, CFxEditorReactor.SwigDelegateCFxEditorReactor_89 delegate89, CFxEditorReactor.SwigDelegateCFxEditorReactor_90 delegate90, CFxEditorReactor.SwigDelegateCFxEditorReactor_91 delegate91)
static void CFxEditorReactor_selectionSetDestroyedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_mainFrameCreatedSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxEditorReactor_beginModalStateSwigExplicitCFxEditorReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_appActivated(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxEditorReactor_appDeactivated(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGeMatrix3d obj)
Definition: OdGeMatrix3d.cs:26
static HandleRef getCPtr(OdRxClass obj)
Definition: OdRxClass.cs:25
static HandleRef getCPtr(OdRxObject obj)
Definition: OdRxObject.cs:26
static HandleRef getCPtr(OdDbDatabase obj)
Definition: OdDbDatabase.cs:26
virtual void objectsLazyLoaded(OdDbObjectIdArray objectIds)
virtual void xrefSubcommandUnloadItem(int activity, OdDbObjectId blockId)
virtual void modelessOperationEnded(String contextString)
virtual void undoSubcommandEnd(int activity)
virtual void xrefSubcommandDetachItem(int activity, OdDbObjectId blockId)
override void dwgFileOpened(OdDbDatabase pDb, String filename)
virtual void endAttach(OdDbDatabase pToDb)
virtual void mainFrameMovedOrResized(UInt64 hwndMainFrame, bool moved)
virtual void modelessOperationWillStart(String contextString)
virtual void layoutSwitched(String newLayoutName)
virtual void endRestore(OdDbDatabase pToDb)
virtual void comandeered(OdDbDatabase pToDb, OdDbObjectId id, OdDbDatabase pFromDb)
virtual void undoSubcommandBegin(int activity)
virtual void undoSubcommandNumber(int activity, int numSteps)
virtual void toolbarBitmapSizeChanged(bool largeBitmaps)
virtual void beginAttach(OdDbDatabase pToDb, String filename, OdDbDatabase pFromDb)
virtual void xrefSubcommandBindItem(int activity, OdDbObjectId blockId)
virtual void toolbarBitmapSizeWillChange(bool largeBitmaps)
virtual void undoSubcommandAuto(int activity, bool undoAuto)
virtual void beginDoubleClick(OdGePoint3d clickPoint)
virtual void beginRestore(OdDbDatabase pToDb, String filename, OdDbDatabase pFromDb)
virtual void undoSubcommandBack(int activity)
virtual void xrefSubcommandOverlayItem(int activity, String xrefPath)
virtual void sysVarWillChange(OdDbDatabase pDb, String varName)
virtual void abortRestore(OdDbDatabase pToDb)
virtual void xrefSubcommandReloadItem(int activity, OdDbObjectId blockId)
virtual void xrefSubcommandAttachItem(int activity, String xrefPath)
virtual void beginDwgOpen(String filename)
virtual void undoSubcommandMark(int activity)
virtual void pickfirstModified()
virtual void xrefSubCommandStart(OdDbDatabase pHostDb, OdXrefSubCommand subCmd, OdDbObjectIdArray btrIds, OdStringArray btrNames, OdStringArray paths)
virtual void docFrameMovedOrResized(UInt64 hwndDocFrame, bool moved)
virtual void undoSubcommandControl(int activity, int option)
virtual void sysVarChanged(OdDbDatabase pDb, String varName)
virtual void redirected(OdDbObjectId newId, OdDbObjectId oldId)
virtual void otherAttach(OdDbDatabase pToDb, OdDbDatabase pFromDb)
virtual void abortAttach(OdDbDatabase pFromDb)
virtual void beginRightClick(OdGePoint3d clickPoint)
virtual void beginClose(OdDbDatabase pDb)
virtual void xrefSubcommandPathItem(int activity, OdDbObjectId blockId, String newPath)
virtual void endDwgOpen(String filename)
virtual void abortDxfOut(OdDbDatabase pDb)
virtual void dxfInComplete(OdDbDatabase pDb)
virtual void beginDeepCloneXlation(OdDbIdMapping idMap)
virtual void beginWblock(OdDbDatabase pToDb, OdDbDatabase pFromDb, OdGePoint3d insertionPoint)
virtual void endDeepClone(OdDbIdMapping idMap)
virtual void beginDxfIn(OdDbDatabase pDb)
virtual void xrefSubCommandAborted(OdDbDatabase pHostDb, OdXrefSubCommand subCmd, OdDbObjectIdArray btrIds, OdStringArray btrNames, OdStringArray paths)
virtual void otherInsert(OdDbDatabase pToDb, OdDbIdMapping idMap, OdDbDatabase pFromDb)
virtual void abortWblock(OdDbDatabase pToDb)
virtual void databaseToBeDestroyed(OdDbDatabase pDb)
virtual void beginSave(OdDbDatabase pDb, String intendedName)
virtual void abortSave(OdDbDatabase pDb)
virtual void initialDwgFileOpenComplete(OdDbDatabase pDb)
virtual void endWblock(OdDbDatabase pToDb)
virtual void saveComplete(OdDbDatabase pDb, String actualName)
virtual void databaseConstructed(OdDbDatabase pDb)
virtual void beginDeepClone(OdDbDatabase pToDb, OdDbIdMapping idMap)
virtual void wblockNotice(OdDbDatabase pFromDb)
virtual void abortDxfIn(OdDbDatabase pDb)
virtual void beginWblockObjects(OdDbDatabase pFromDb, OdDbIdMapping idMap)
virtual void otherWblock(OdDbDatabase pToDb, OdDbIdMapping idMap, OdDbDatabase pFromDb)
virtual void dxfOutComplete(OdDbDatabase pDb)
virtual void beginDxfOut(OdDbDatabase pDb)
virtual void beginInsert(OdDbDatabase pToDb, String blockName, OdDbDatabase pFromDb)
virtual void abortDeepClone(OdDbIdMapping idMap)
virtual void abortInsert(OdDbDatabase pToDb)
virtual void partialOpenNotice(OdDbDatabase pDb)
virtual void xrefSubCommandEnd(OdDbDatabase pHostDb, OdXrefSubCommand subCmd, OdDbObjectIdArray btrIds, OdStringArray btrNames, OdStringArray paths)
virtual void endInsert(OdDbDatabase pToDb)