Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxLayoutManagerReactor.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 CFxLayoutManagerReactor(IntPtr cPtr, bool cMemoryOwn) : base(PCADGlobalsPINVOKE.CFxLayoutManagerReactor_SWIGUpcast(cPtr), cMemoryOwn) {
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(CFxLayoutManagerReactor 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_CFxLayoutManagerReactor(), MemoryManager.GetMemoryManager().GetCurrentTransaction() == null)
46 {
47 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction(); // MemoryTransaction #1
48 if (null != mTr)
49 {
50 mTr.AddObject(new CFxLayoutManagerReactor(swigCPtr.Handle, true));
51 }
53 SwigDirectorConnect();
54 DelegateHolder.OnHoldSwigDirectorDelegates(this);
55 }
56
57 public static CFxLayoutManagerReactor cast(OdRxObject pObj) {// OdSmartPtr<CFxLayoutManagerReactor>
58 MemoryManager mMan = MemoryManager.GetMemoryManager();
59 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
61
62 CFxLayoutManagerReactor ret = null;
63 if (null != mTrans)
64 {
65 mTrans.AddObject((CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, true));
66 ret = (CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, false);
67 }
68 else
69 {
70 ret = (CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, true);
71 }
72
74 return ret;
75}
76
77 public new static OdRxClass desc() {
78 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),PCADGlobalsPINVOKE.CFxLayoutManagerReactor_desc(),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public override OdRxClass isA() {
85 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),(SwigDerivedClassHasMethod("isA", swigMethodTypes1) ? PCADGlobalsPINVOKE.CFxLayoutManagerReactor_isASwigExplicitCFxLayoutManagerReactor(swigCPtr) : PCADGlobalsPINVOKE.CFxLayoutManagerReactor_isA(swigCPtr)),false); /*createInt 3_2*/
86
88 return ret;
89}
90
91 public override OdRxObject queryX(OdRxClass protocolClass) {
92 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),(SwigDerivedClassHasMethod("queryX", swigMethodTypes0) ? PCADGlobalsPINVOKE.CFxLayoutManagerReactor_queryXSwigExplicitCFxLayoutManagerReactor(swigCPtr, OdRxClass.getCPtr(protocolClass)) : PCADGlobalsPINVOKE.CFxLayoutManagerReactor_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass))),false); /*createInt 3_2*/
93
95 return ret;
96}
97
98 public static CFxLayoutManagerReactor createObject() {// OdSmartPtr<CFxLayoutManagerReactor>
99 MemoryManager mMan = MemoryManager.GetMemoryManager();
100 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
102
103 CFxLayoutManagerReactor ret = null;
104 if (null != mTrans)
105 {
106 mTrans.AddObject((CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, true));
107 ret = (CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, false);
108 }
109 else
110 {
111 ret = (CFxLayoutManagerReactor)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(CFxLayoutManagerReactor),ptr, true);
112 }
113
115 return ret;
116}
117
118 public override void layoutToBeDeactivated(String oldLayoutName, OdDbObjectId oldLayoutId) {
119 if (SwigDerivedClassHasMethod("layoutToBeDeactivated", swigMethodTypes15)) PCADGlobalsPINVOKE.CFxLayoutManagerReactor_layoutToBeDeactivatedSwigExplicitCFxLayoutManagerReactor(swigCPtr, oldLayoutName, OdDbObjectId.getCPtr(oldLayoutId)); else PCADGlobalsPINVOKE.CFxLayoutManagerReactor_layoutToBeDeactivated(swigCPtr, oldLayoutName, OdDbObjectId.getCPtr(oldLayoutId));
121 }
122
123 public virtual void layoutToBeActivated(String newLayoutName, OdDbObjectId newLayoutId) {
124 if (SwigDerivedClassHasMethod("layoutToBeActivated", swigMethodTypes16)) PCADGlobalsPINVOKE.CFxLayoutManagerReactor_layoutToBeActivatedSwigExplicitCFxLayoutManagerReactor(swigCPtr, newLayoutName, OdDbObjectId.getCPtr(newLayoutId)); else PCADGlobalsPINVOKE.CFxLayoutManagerReactor_layoutToBeActivated(swigCPtr, newLayoutName, OdDbObjectId.getCPtr(newLayoutId));
126 }
127
128 protected static string getRealClassName(IntPtr ptr) {
129 string ret = PCADGlobalsPINVOKE.CFxLayoutManagerReactor_getRealClassName(ptr /*SIMPLETYPE*/);
131 return ret;
132 }
133
134 private void SwigDirectorConnect() {
135 if (SwigDerivedClassHasMethod("queryX", swigMethodTypes0))
136 swigDelegate0 = new SwigDelegateCFxLayoutManagerReactor_0(SwigDirectorMethodqueryX);
137 if (SwigDerivedClassHasMethod("isA", swigMethodTypes1))
138 swigDelegate1 = new SwigDelegateCFxLayoutManagerReactor_1(SwigDirectorMethodisA);
139 if (SwigDerivedClassHasMethod("copyFrom", swigMethodTypes2))
140 swigDelegate2 = new SwigDelegateCFxLayoutManagerReactor_2(SwigDirectorMethodcopyFrom);
141 if (SwigDerivedClassHasMethod("layoutCreated", swigMethodTypes3))
142 swigDelegate3 = new SwigDelegateCFxLayoutManagerReactor_3(SwigDirectorMethodlayoutCreated);
143 if (SwigDerivedClassHasMethod("layoutToBeRemoved", swigMethodTypes4))
144 swigDelegate4 = new SwigDelegateCFxLayoutManagerReactor_4(SwigDirectorMethodlayoutToBeRemoved);
145 if (SwigDerivedClassHasMethod("layoutRemoved", swigMethodTypes5))
146 swigDelegate5 = new SwigDelegateCFxLayoutManagerReactor_5(SwigDirectorMethodlayoutRemoved);
147 if (SwigDerivedClassHasMethod("abortLayoutRemoved", swigMethodTypes6))
148 swigDelegate6 = new SwigDelegateCFxLayoutManagerReactor_6(SwigDirectorMethodabortLayoutRemoved);
149 if (SwigDerivedClassHasMethod("layoutToBeCopied", swigMethodTypes7))
150 swigDelegate7 = new SwigDelegateCFxLayoutManagerReactor_7(SwigDirectorMethodlayoutToBeCopied);
151 if (SwigDerivedClassHasMethod("layoutCopied", swigMethodTypes8))
152 swigDelegate8 = new SwigDelegateCFxLayoutManagerReactor_8(SwigDirectorMethodlayoutCopied);
153 if (SwigDerivedClassHasMethod("abortLayoutCopied", swigMethodTypes9))
154 swigDelegate9 = new SwigDelegateCFxLayoutManagerReactor_9(SwigDirectorMethodabortLayoutCopied);
155 if (SwigDerivedClassHasMethod("layoutToBeRenamed", swigMethodTypes10))
156 swigDelegate10 = new SwigDelegateCFxLayoutManagerReactor_10(SwigDirectorMethodlayoutToBeRenamed);
157 if (SwigDerivedClassHasMethod("layoutRenamed", swigMethodTypes11))
158 swigDelegate11 = new SwigDelegateCFxLayoutManagerReactor_11(SwigDirectorMethodlayoutRenamed);
159 if (SwigDerivedClassHasMethod("abortLayoutRename", swigMethodTypes12))
160 swigDelegate12 = new SwigDelegateCFxLayoutManagerReactor_12(SwigDirectorMethodabortLayoutRename);
161 if (SwigDerivedClassHasMethod("layoutSwitched", swigMethodTypes13))
162 swigDelegate13 = new SwigDelegateCFxLayoutManagerReactor_13(SwigDirectorMethodlayoutSwitched);
163 if (SwigDerivedClassHasMethod("plotStyleTableChanged", swigMethodTypes14))
164 swigDelegate14 = new SwigDelegateCFxLayoutManagerReactor_14(SwigDirectorMethodplotStyleTableChanged);
165 if (SwigDerivedClassHasMethod("layoutToBeDeactivated", swigMethodTypes15))
166 swigDelegate15 = new SwigDelegateCFxLayoutManagerReactor_15(SwigDirectorMethodlayoutToBeDeactivated);
167 if (SwigDerivedClassHasMethod("layoutToBeActivated", swigMethodTypes16))
168 swigDelegate16 = new SwigDelegateCFxLayoutManagerReactor_16(SwigDirectorMethodlayoutToBeActivated);
169 PCADGlobalsPINVOKE.CFxLayoutManagerReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13, swigDelegate14, swigDelegate15, swigDelegate16);
170 }
171
172 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
173 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);
174 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxLayoutManagerReactor));
175 return hasDerivedMethod;
176 }
177
178 private IntPtr SwigDirectorMethodqueryX(IntPtr protocolClass) {
179 return
180 // csdirectorout for OdRxObject*, OdRxObject&
182 (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),protocolClass,false) /*createInt 6_2*/ // csdirectorin for smart pointer
183)).Handle
184;
185 }
186
187 private IntPtr SwigDirectorMethodisA() {
188 return
189 // csdirectorout for OdRxClass*, OdRxClass&
190 OdRxClass.getCPtr(isA()).Handle
191;
192 }
193
194 private void SwigDirectorMethodcopyFrom(IntPtr pSource) {
195 copyFrom(
196 (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),pSource,false) /*createInt 6_2*/ // csdirectorin for smart pointer
197);
198 }
199
200 private void SwigDirectorMethodlayoutCreated([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
201 layoutCreated(layoutName, new OdDbObjectId(layoutId, false));
202 }
203
204 private void SwigDirectorMethodlayoutToBeRemoved([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
205 layoutToBeRemoved(layoutName, new OdDbObjectId(layoutId, false));
206 }
207
208 private void SwigDirectorMethodlayoutRemoved([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
209 layoutRemoved(layoutName, new OdDbObjectId(layoutId, false));
210 }
211
212 private void SwigDirectorMethodabortLayoutRemoved([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
213 abortLayoutRemoved(layoutName, new OdDbObjectId(layoutId, false));
214 }
215
216 private void SwigDirectorMethodlayoutToBeCopied([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
217 layoutToBeCopied(layoutName, new OdDbObjectId(layoutId, false));
218 }
219
220 private void SwigDirectorMethodlayoutCopied([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId) {
221 layoutCopied(oldLayoutName, new OdDbObjectId(oldLayoutId, false), newLayoutName, new OdDbObjectId(newLayoutId, false));
222 }
223
224 private void SwigDirectorMethodabortLayoutCopied([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId) {
225 abortLayoutCopied(layoutName, new OdDbObjectId(layoutId, false));
226 }
227
228 private void SwigDirectorMethodlayoutToBeRenamed([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId) {
229 layoutToBeRenamed(oldLayoutName, newLayoutName, new OdDbObjectId(layoutId, false));
230 }
231
232 private void SwigDirectorMethodlayoutRenamed([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId) {
233 layoutRenamed(oldLayoutName, newLayoutName, new OdDbObjectId(layoutId, false));
234 }
235
236 private void SwigDirectorMethodabortLayoutRename([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId) {
237 abortLayoutRename(oldLayoutName, newLayoutName, new OdDbObjectId(layoutId, false));
238 }
239
240 private void SwigDirectorMethodlayoutSwitched([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId) {
241 layoutSwitched(newLayoutName, new OdDbObjectId(newLayoutId, false));
242 }
243
244 private void SwigDirectorMethodplotStyleTableChanged([MarshalAs(UnmanagedType.LPWStr)]String newTableName, global::System.IntPtr layoutId) {
245 plotStyleTableChanged(newTableName, new OdDbObjectId(layoutId, false));
246 }
247
248 private void SwigDirectorMethodlayoutToBeDeactivated([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId) {
249 layoutToBeDeactivated(oldLayoutName, new OdDbObjectId(oldLayoutId, false));
250 }
251
252 private void SwigDirectorMethodlayoutToBeActivated([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId) {
253 layoutToBeActivated(newLayoutName, new OdDbObjectId(newLayoutId, false));
254 }
255
256 public delegate IntPtr SwigDelegateCFxLayoutManagerReactor_0(IntPtr protocolClass);
258 public delegate void SwigDelegateCFxLayoutManagerReactor_2(IntPtr pSource);
259 public delegate void SwigDelegateCFxLayoutManagerReactor_3([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
260 public delegate void SwigDelegateCFxLayoutManagerReactor_4([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
261 public delegate void SwigDelegateCFxLayoutManagerReactor_5([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
262 public delegate void SwigDelegateCFxLayoutManagerReactor_6([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
263 public delegate void SwigDelegateCFxLayoutManagerReactor_7([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
264 public delegate void SwigDelegateCFxLayoutManagerReactor_8([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId);
265 public delegate void SwigDelegateCFxLayoutManagerReactor_9([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId);
266 public delegate void SwigDelegateCFxLayoutManagerReactor_10([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId);
267 public delegate void SwigDelegateCFxLayoutManagerReactor_11([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId);
268 public delegate void SwigDelegateCFxLayoutManagerReactor_12([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId);
269 public delegate void SwigDelegateCFxLayoutManagerReactor_13([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId);
270 public delegate void SwigDelegateCFxLayoutManagerReactor_14([MarshalAs(UnmanagedType.LPWStr)]String newTableName, global::System.IntPtr layoutId);
271 public delegate void SwigDelegateCFxLayoutManagerReactor_15([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId);
272 public delegate void SwigDelegateCFxLayoutManagerReactor_16([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId);
273
274 private SwigDelegateCFxLayoutManagerReactor_0 swigDelegate0;
275 private SwigDelegateCFxLayoutManagerReactor_1 swigDelegate1;
276 private SwigDelegateCFxLayoutManagerReactor_2 swigDelegate2;
277 private SwigDelegateCFxLayoutManagerReactor_3 swigDelegate3;
278 private SwigDelegateCFxLayoutManagerReactor_4 swigDelegate4;
279 private SwigDelegateCFxLayoutManagerReactor_5 swigDelegate5;
280 private SwigDelegateCFxLayoutManagerReactor_6 swigDelegate6;
281 private SwigDelegateCFxLayoutManagerReactor_7 swigDelegate7;
282 private SwigDelegateCFxLayoutManagerReactor_8 swigDelegate8;
283 private SwigDelegateCFxLayoutManagerReactor_9 swigDelegate9;
284 private SwigDelegateCFxLayoutManagerReactor_10 swigDelegate10;
285 private SwigDelegateCFxLayoutManagerReactor_11 swigDelegate11;
286 private SwigDelegateCFxLayoutManagerReactor_12 swigDelegate12;
287 private SwigDelegateCFxLayoutManagerReactor_13 swigDelegate13;
288 private SwigDelegateCFxLayoutManagerReactor_14 swigDelegate14;
289 private SwigDelegateCFxLayoutManagerReactor_15 swigDelegate15;
290 private SwigDelegateCFxLayoutManagerReactor_16 swigDelegate16;
291
292 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(OdRxClass) };
293 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { };
294 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(OdRxObject) };
295 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
296 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
297 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
298 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
299 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
300 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId), typeof(String), typeof(OdDbObjectId) };
301 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
302 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(String), typeof(String), typeof(OdDbObjectId) };
303 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(String), typeof(String), typeof(OdDbObjectId) };
304 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(String), typeof(String), typeof(OdDbObjectId) };
305 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
306 private static global::System.Type[] swigMethodTypes14 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
307 private static global::System.Type[] swigMethodTypes15 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
308 private static global::System.Type[] swigMethodTypes16 = new global::System.Type[] { typeof(String), typeof(OdDbObjectId) };
309}
310
311}
delegate void SwigDelegateCFxLayoutManagerReactor_10([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId)
delegate IntPtr SwigDelegateCFxLayoutManagerReactor_0(IntPtr protocolClass)
delegate void SwigDelegateCFxLayoutManagerReactor_11([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId)
virtual void layoutToBeActivated(String newLayoutName, OdDbObjectId newLayoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_14([MarshalAs(UnmanagedType.LPWStr)]String newTableName, global::System.IntPtr layoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_5([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_2(IntPtr pSource)
delegate void SwigDelegateCFxLayoutManagerReactor_8([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_7([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
override OdRxObject queryX(OdRxClass protocolClass)
static CFxLayoutManagerReactor createObject()
CFxLayoutManagerReactor(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(CFxLayoutManagerReactor obj)
delegate void SwigDelegateCFxLayoutManagerReactor_16([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_4([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_6([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_9([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
delegate IntPtr SwigDelegateCFxLayoutManagerReactor_1()
delegate void SwigDelegateCFxLayoutManagerReactor_13([MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr newLayoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_15([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, global::System.IntPtr oldLayoutId)
static CFxLayoutManagerReactor cast(OdRxObject pObj)
delegate void SwigDelegateCFxLayoutManagerReactor_12([MarshalAs(UnmanagedType.LPWStr)]String oldLayoutName, [MarshalAs(UnmanagedType.LPWStr)]String newLayoutName, global::System.IntPtr layoutId)
delegate void SwigDelegateCFxLayoutManagerReactor_3([MarshalAs(UnmanagedType.LPWStr)]String layoutName, global::System.IntPtr layoutId)
override void layoutToBeDeactivated(String oldLayoutName, OdDbObjectId oldLayoutId)
static void CFxLayoutManagerReactor_layoutToBeDeactivated(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxLayoutManagerReactor_queryX(HandleRef jarg1, HandleRef jarg2)
static void CFxLayoutManagerReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_0 delegate0, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_1 delegate1, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_2 delegate2, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_3 delegate3, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_4 delegate4, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_5 delegate5, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_6 delegate6, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_7 delegate7, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_8 delegate8, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_9 delegate9, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_10 delegate10, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_11 delegate11, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_12 delegate12, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_13 delegate13, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_14 delegate14, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_15 delegate15, CFxLayoutManagerReactor.SwigDelegateCFxLayoutManagerReactor_16 delegate16)
static IntPtr CFxLayoutManagerReactor_queryXSwigExplicitCFxLayoutManagerReactor(HandleRef jarg1, HandleRef jarg2)
static void CFxLayoutManagerReactor_layoutToBeActivated(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxLayoutManagerReactor_layoutToBeActivatedSwigExplicitCFxLayoutManagerReactor(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static IntPtr CFxLayoutManagerReactor_desc()
static IntPtr CFxLayoutManagerReactor_createObject()
static string CFxLayoutManagerReactor_getRealClassName(IntPtr jarg1)
static IntPtr CFxLayoutManagerReactor_cast(HandleRef jarg1)
static IntPtr CFxLayoutManagerReactor_isASwigExplicitCFxLayoutManagerReactor(HandleRef jarg1)
static void CFxLayoutManagerReactor_layoutToBeDeactivatedSwigExplicitCFxLayoutManagerReactor(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void delete_CFxLayoutManagerReactor(HandleRef jarg1)
static IntPtr CFxLayoutManagerReactor_isA(HandleRef jarg1)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
virtual void copyFrom(OdRxObject pSource)
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
virtual void layoutRemoved(String layoutName, OdDbObjectId layoutId)
virtual void abortLayoutRename(String oldLayoutName, String newLayoutName, OdDbObjectId layoutId)
virtual void layoutCopied(String oldLayoutName, OdDbObjectId oldLayoutId, String newLayoutName, OdDbObjectId newLayoutId)
virtual void plotStyleTableChanged(String newTableName, OdDbObjectId layoutId)
virtual void layoutToBeCopied(String layoutName, OdDbObjectId layoutId)
virtual void layoutToBeRemoved(String layoutName, OdDbObjectId layoutId)
virtual void abortLayoutRemoved(String layoutName, OdDbObjectId layoutId)
virtual void layoutSwitched(String newLayoutName, OdDbObjectId newLayoutId)
virtual void layoutRenamed(String oldLayoutName, String newLayoutName, OdDbObjectId layoutId)
virtual void abortLayoutCopied(String layoutName, OdDbObjectId layoutId)
virtual void layoutToBeRenamed(String oldLayoutName, String newLayoutName, OdDbObjectId layoutId)
virtual void layoutCreated(String layoutName, OdDbObjectId layoutId)
static HandleRef getCPtr(OdDbObjectId obj)