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