Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxUIReactor.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
18public class CFxUIReactor : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxUIReactor(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(CFxUIReactor obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public CFxUIReactor() : this(PCADGlobalsPINVOKE.new_CFxUIReactor(), true) {
55 SwigDirectorConnect();
56 }
57
58 public virtual void OnToolbarItemCreated(CFxUIToolbarItem pToolBarItem) {
59 if (SwigDerivedClassHasMethod("OnToolbarItemCreated", swigMethodTypes0)) PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarItemCreatedSwigExplicitCFxUIReactor(swigCPtr, CFxUIToolbarItem.getCPtr(pToolBarItem)); else PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarItemCreated(swigCPtr, CFxUIToolbarItem.getCPtr(pToolBarItem));
61 }
62
63 public virtual void OnItemDefinitionCreated(CFxUIItemDefinition pItemDef) {
64 if (SwigDerivedClassHasMethod("OnItemDefinitionCreated", swigMethodTypes1)) PCADGlobalsPINVOKE.CFxUIReactor_OnItemDefinitionCreatedSwigExplicitCFxUIReactor(swigCPtr, CFxUIItemDefinition.getCPtr(pItemDef)); else PCADGlobalsPINVOKE.CFxUIReactor_OnItemDefinitionCreated(swigCPtr, CFxUIItemDefinition.getCPtr(pItemDef));
66 }
67
68 public virtual void OnMenuItemCreated(CFxUIMenuItem pMenuItem) {
69 if (SwigDerivedClassHasMethod("OnMenuItemCreated", swigMethodTypes2)) PCADGlobalsPINVOKE.CFxUIReactor_OnMenuItemCreatedSwigExplicitCFxUIReactor(swigCPtr, CFxUIMenuItem.getCPtr(pMenuItem)); else PCADGlobalsPINVOKE.CFxUIReactor_OnMenuItemCreated(swigCPtr, CFxUIMenuItem.getCPtr(pMenuItem));
71 }
72
73 public virtual void OnToolbarItemAboutToDestroy(CFxUIToolbarItem pUIToolBar) {
74 if (SwigDerivedClassHasMethod("OnToolbarItemAboutToDestroy", swigMethodTypes3)) PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarItemAboutToDestroySwigExplicitCFxUIReactor(swigCPtr, CFxUIToolbarItem.getCPtr(pUIToolBar)); else PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarItemAboutToDestroy(swigCPtr, CFxUIToolbarItem.getCPtr(pUIToolBar));
76 }
77
78 public virtual void OnItemDefinitionAboutToDestroy(CFxUIItemDefinition pUIItemDef) {
79 if (SwigDerivedClassHasMethod("OnItemDefinitionAboutToDestroy", swigMethodTypes4)) PCADGlobalsPINVOKE.CFxUIReactor_OnItemDefinitionAboutToDestroySwigExplicitCFxUIReactor(swigCPtr, CFxUIItemDefinition.getCPtr(pUIItemDef)); else PCADGlobalsPINVOKE.CFxUIReactor_OnItemDefinitionAboutToDestroy(swigCPtr, CFxUIItemDefinition.getCPtr(pUIItemDef));
81 }
82
83 public virtual void OnMenuItemAboutToDestroy(CFxUIMenuItem pUIMenuItem) {
84 if (SwigDerivedClassHasMethod("OnMenuItemAboutToDestroy", swigMethodTypes5)) PCADGlobalsPINVOKE.CFxUIReactor_OnMenuItemAboutToDestroySwigExplicitCFxUIReactor(swigCPtr, CFxUIMenuItem.getCPtr(pUIMenuItem)); else PCADGlobalsPINVOKE.CFxUIReactor_OnMenuItemAboutToDestroy(swigCPtr, CFxUIMenuItem.getCPtr(pUIMenuItem));
86 }
87
88 public virtual void OnToolbarVisibilityChanged(CFxUIToolbarItem pUIToolBar, bool bVisible) {
89 if (SwigDerivedClassHasMethod("OnToolbarVisibilityChanged", swigMethodTypes6)) PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarVisibilityChangedSwigExplicitCFxUIReactor(swigCPtr, CFxUIToolbarItem.getCPtr(pUIToolBar), bVisible); else PCADGlobalsPINVOKE.CFxUIReactor_OnToolbarVisibilityChanged(swigCPtr, CFxUIToolbarItem.getCPtr(pUIToolBar), bVisible);
91 }
92
93 public virtual void OnSubMenuAboutToShow(CFxUIMenuItem pSubMenu) {
94 if (SwigDerivedClassHasMethod("OnSubMenuAboutToShow", swigMethodTypes7)) PCADGlobalsPINVOKE.CFxUIReactor_OnSubMenuAboutToShowSwigExplicitCFxUIReactor(swigCPtr, CFxUIMenuItem.getCPtr(pSubMenu)); else PCADGlobalsPINVOKE.CFxUIReactor_OnSubMenuAboutToShow(swigCPtr, CFxUIMenuItem.getCPtr(pSubMenu));
96 }
97
98 public virtual void OnInterfaceAboutToReload() {
99 if (SwigDerivedClassHasMethod("OnInterfaceAboutToReload", swigMethodTypes8)) PCADGlobalsPINVOKE.CFxUIReactor_OnInterfaceAboutToReloadSwigExplicitCFxUIReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxUIReactor_OnInterfaceAboutToReload(swigCPtr);
101 }
102
103 public virtual void OnInterfaceReloaded() {
104 if (SwigDerivedClassHasMethod("OnInterfaceReloaded", swigMethodTypes9)) PCADGlobalsPINVOKE.CFxUIReactor_OnInterfaceReloadedSwigExplicitCFxUIReactor(swigCPtr); else PCADGlobalsPINVOKE.CFxUIReactor_OnInterfaceReloaded(swigCPtr);
106 }
107
108 public virtual void OnRibbonControlCreated(CFxString strId, SWIGTYPE_p_p_CFxWidget pControl) {
109 if (SwigDerivedClassHasMethod("OnRibbonControlCreated", swigMethodTypes10)) PCADGlobalsPINVOKE.CFxUIReactor_OnRibbonControlCreatedSwigExplicitCFxUIReactor(swigCPtr, CFxString.getCPtr(strId), SWIGTYPE_p_p_CFxWidget.getCPtr(pControl)); else PCADGlobalsPINVOKE.CFxUIReactor_OnRibbonControlCreated(swigCPtr, CFxString.getCPtr(strId), SWIGTYPE_p_p_CFxWidget.getCPtr(pControl));
111 }
112
113 private void SwigDirectorConnect() {
114 if (SwigDerivedClassHasMethod("OnToolbarItemCreated", swigMethodTypes0))
115 swigDelegate0 = new SwigDelegateCFxUIReactor_0(SwigDirectorMethodOnToolbarItemCreated);
116 if (SwigDerivedClassHasMethod("OnItemDefinitionCreated", swigMethodTypes1))
117 swigDelegate1 = new SwigDelegateCFxUIReactor_1(SwigDirectorMethodOnItemDefinitionCreated);
118 if (SwigDerivedClassHasMethod("OnMenuItemCreated", swigMethodTypes2))
119 swigDelegate2 = new SwigDelegateCFxUIReactor_2(SwigDirectorMethodOnMenuItemCreated);
120 if (SwigDerivedClassHasMethod("OnToolbarItemAboutToDestroy", swigMethodTypes3))
121 swigDelegate3 = new SwigDelegateCFxUIReactor_3(SwigDirectorMethodOnToolbarItemAboutToDestroy);
122 if (SwigDerivedClassHasMethod("OnItemDefinitionAboutToDestroy", swigMethodTypes4))
123 swigDelegate4 = new SwigDelegateCFxUIReactor_4(SwigDirectorMethodOnItemDefinitionAboutToDestroy);
124 if (SwigDerivedClassHasMethod("OnMenuItemAboutToDestroy", swigMethodTypes5))
125 swigDelegate5 = new SwigDelegateCFxUIReactor_5(SwigDirectorMethodOnMenuItemAboutToDestroy);
126 if (SwigDerivedClassHasMethod("OnToolbarVisibilityChanged", swigMethodTypes6))
127 swigDelegate6 = new SwigDelegateCFxUIReactor_6(SwigDirectorMethodOnToolbarVisibilityChanged);
128 if (SwigDerivedClassHasMethod("OnSubMenuAboutToShow", swigMethodTypes7))
129 swigDelegate7 = new SwigDelegateCFxUIReactor_7(SwigDirectorMethodOnSubMenuAboutToShow);
130 if (SwigDerivedClassHasMethod("OnInterfaceAboutToReload", swigMethodTypes8))
131 swigDelegate8 = new SwigDelegateCFxUIReactor_8(SwigDirectorMethodOnInterfaceAboutToReload);
132 if (SwigDerivedClassHasMethod("OnInterfaceReloaded", swigMethodTypes9))
133 swigDelegate9 = new SwigDelegateCFxUIReactor_9(SwigDirectorMethodOnInterfaceReloaded);
134 if (SwigDerivedClassHasMethod("OnRibbonControlCreated", swigMethodTypes10))
135 swigDelegate10 = new SwigDelegateCFxUIReactor_10(SwigDirectorMethodOnRibbonControlCreated);
136 PCADGlobalsPINVOKE.CFxUIReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10);
137 }
138
139 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
140 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);
141 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxUIReactor));
142 return hasDerivedMethod;
143 }
144
145 private void SwigDirectorMethodOnToolbarItemCreated(global::System.IntPtr pToolBarItem) {
146 OnToolbarItemCreated((pToolBarItem == global::System.IntPtr.Zero) ? null : new CFxUIToolbarItem(pToolBarItem, false));
147 }
148
149 private void SwigDirectorMethodOnItemDefinitionCreated(global::System.IntPtr pItemDef) {
150 OnItemDefinitionCreated((pItemDef == global::System.IntPtr.Zero) ? null : new CFxUIItemDefinition(pItemDef, false));
151 }
152
153 private void SwigDirectorMethodOnMenuItemCreated(global::System.IntPtr pMenuItem) {
154 OnMenuItemCreated((pMenuItem == global::System.IntPtr.Zero) ? null : new CFxUIMenuItem(pMenuItem, false));
155 }
156
157 private void SwigDirectorMethodOnToolbarItemAboutToDestroy(global::System.IntPtr pUIToolBar) {
158 OnToolbarItemAboutToDestroy((pUIToolBar == global::System.IntPtr.Zero) ? null : new CFxUIToolbarItem(pUIToolBar, false));
159 }
160
161 private void SwigDirectorMethodOnItemDefinitionAboutToDestroy(global::System.IntPtr pUIItemDef) {
162 OnItemDefinitionAboutToDestroy((pUIItemDef == global::System.IntPtr.Zero) ? null : new CFxUIItemDefinition(pUIItemDef, false));
163 }
164
165 private void SwigDirectorMethodOnMenuItemAboutToDestroy(global::System.IntPtr pUIMenuItem) {
166 OnMenuItemAboutToDestroy((pUIMenuItem == global::System.IntPtr.Zero) ? null : new CFxUIMenuItem(pUIMenuItem, false));
167 }
168
169 private void SwigDirectorMethodOnToolbarVisibilityChanged(global::System.IntPtr pUIToolBar, bool bVisible) {
170 OnToolbarVisibilityChanged((pUIToolBar == global::System.IntPtr.Zero) ? null : new CFxUIToolbarItem(pUIToolBar, false), bVisible);
171 }
172
173 private void SwigDirectorMethodOnSubMenuAboutToShow(global::System.IntPtr pSubMenu) {
174 OnSubMenuAboutToShow((pSubMenu == global::System.IntPtr.Zero) ? null : new CFxUIMenuItem(pSubMenu, false));
175 }
176
177 private void SwigDirectorMethodOnInterfaceAboutToReload() {
179 }
180
181 private void SwigDirectorMethodOnInterfaceReloaded() {
183 }
184
185 private void SwigDirectorMethodOnRibbonControlCreated(global::System.IntPtr strId, global::System.IntPtr pControl) {
186 OnRibbonControlCreated(new CFxString(strId, false), new SWIGTYPE_p_p_CFxWidget(pControl, false));
187 }
188
189 public delegate void SwigDelegateCFxUIReactor_0(global::System.IntPtr pToolBarItem);
190 public delegate void SwigDelegateCFxUIReactor_1(global::System.IntPtr pItemDef);
191 public delegate void SwigDelegateCFxUIReactor_2(global::System.IntPtr pMenuItem);
192 public delegate void SwigDelegateCFxUIReactor_3(global::System.IntPtr pUIToolBar);
193 public delegate void SwigDelegateCFxUIReactor_4(global::System.IntPtr pUIItemDef);
194 public delegate void SwigDelegateCFxUIReactor_5(global::System.IntPtr pUIMenuItem);
195 public delegate void SwigDelegateCFxUIReactor_6(global::System.IntPtr pUIToolBar, bool bVisible);
196 public delegate void SwigDelegateCFxUIReactor_7(global::System.IntPtr pSubMenu);
197 public delegate void SwigDelegateCFxUIReactor_8();
198 public delegate void SwigDelegateCFxUIReactor_9();
199 public delegate void SwigDelegateCFxUIReactor_10(global::System.IntPtr strId, global::System.IntPtr pControl);
200
201 private SwigDelegateCFxUIReactor_0 swigDelegate0;
202 private SwigDelegateCFxUIReactor_1 swigDelegate1;
203 private SwigDelegateCFxUIReactor_2 swigDelegate2;
204 private SwigDelegateCFxUIReactor_3 swigDelegate3;
205 private SwigDelegateCFxUIReactor_4 swigDelegate4;
206 private SwigDelegateCFxUIReactor_5 swigDelegate5;
207 private SwigDelegateCFxUIReactor_6 swigDelegate6;
208 private SwigDelegateCFxUIReactor_7 swigDelegate7;
209 private SwigDelegateCFxUIReactor_8 swigDelegate8;
210 private SwigDelegateCFxUIReactor_9 swigDelegate9;
211 private SwigDelegateCFxUIReactor_10 swigDelegate10;
212
213 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(CFxUIToolbarItem) };
214 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { typeof(CFxUIItemDefinition) };
215 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(CFxUIMenuItem) };
216 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(CFxUIToolbarItem) };
217 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(CFxUIItemDefinition) };
218 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxUIMenuItem) };
219 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(CFxUIToolbarItem), typeof(bool) };
220 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxUIMenuItem) };
221 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { };
222 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { };
223 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(CFxString), typeof(SWIGTYPE_p_p_CFxWidget) };
224}
225
226}
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static HandleRef getCPtr(CFxUIItemDefinition obj)
static HandleRef getCPtr(CFxUIMenuItem obj)
delegate void SwigDelegateCFxUIReactor_3(global::System.IntPtr pUIToolBar)
virtual void OnToolbarVisibilityChanged(CFxUIToolbarItem pUIToolBar, bool bVisible)
Definition: CFxUIReactor.cs:88
delegate void SwigDelegateCFxUIReactor_6(global::System.IntPtr pUIToolBar, bool bVisible)
delegate void SwigDelegateCFxUIReactor_9()
virtual void OnInterfaceAboutToReload()
Definition: CFxUIReactor.cs:98
virtual void OnMenuItemCreated(CFxUIMenuItem pMenuItem)
Definition: CFxUIReactor.cs:68
virtual void OnItemDefinitionAboutToDestroy(CFxUIItemDefinition pUIItemDef)
Definition: CFxUIReactor.cs:78
static HandleRef getCPtr(CFxUIReactor obj)
Definition: CFxUIReactor.cs:28
delegate void SwigDelegateCFxUIReactor_2(global::System.IntPtr pMenuItem)
CFxUIReactor(IntPtr cPtr, bool cMemoryOwn)
Definition: CFxUIReactor.cs:23
virtual void OnItemDefinitionCreated(CFxUIItemDefinition pItemDef)
Definition: CFxUIReactor.cs:63
virtual void OnToolbarItemAboutToDestroy(CFxUIToolbarItem pUIToolBar)
Definition: CFxUIReactor.cs:73
delegate void SwigDelegateCFxUIReactor_5(global::System.IntPtr pUIMenuItem)
virtual void OnInterfaceReloaded()
virtual void OnSubMenuAboutToShow(CFxUIMenuItem pSubMenu)
Definition: CFxUIReactor.cs:93
delegate void SwigDelegateCFxUIReactor_8()
delegate void SwigDelegateCFxUIReactor_1(global::System.IntPtr pItemDef)
delegate void SwigDelegateCFxUIReactor_10(global::System.IntPtr strId, global::System.IntPtr pControl)
delegate void SwigDelegateCFxUIReactor_7(global::System.IntPtr pSubMenu)
delegate void SwigDelegateCFxUIReactor_4(global::System.IntPtr pUIItemDef)
virtual void OnToolbarItemCreated(CFxUIToolbarItem pToolBarItem)
Definition: CFxUIReactor.cs:58
virtual void Dispose(bool disposing)
Definition: CFxUIReactor.cs:41
virtual void OnRibbonControlCreated(CFxString strId, SWIGTYPE_p_p_CFxWidget pControl)
delegate void SwigDelegateCFxUIReactor_0(global::System.IntPtr pToolBarItem)
virtual void OnMenuItemAboutToDestroy(CFxUIMenuItem pUIMenuItem)
Definition: CFxUIReactor.cs:83
static HandleRef getCPtr(CFxUIToolbarItem obj)
static void CFxUIReactor_OnItemDefinitionAboutToDestroy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnSubMenuAboutToShowSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnToolbarItemCreatedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnMenuItemCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnToolbarVisibilityChangedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void CFxUIReactor_OnSubMenuAboutToShow(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_CFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxUIReactor_OnRibbonControlCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxUIReactor_OnMenuItemAboutToDestroySwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnMenuItemCreatedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnRibbonControlCreatedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxUIReactor_OnMenuItemAboutToDestroy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnInterfaceAboutToReloadSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxUIReactor_OnToolbarItemAboutToDestroySwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnToolbarItemAboutToDestroy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnItemDefinitionCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnItemDefinitionCreatedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnItemDefinitionAboutToDestroySwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_OnToolbarItemCreated(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxUIReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxUIReactor.SwigDelegateCFxUIReactor_0 delegate0, CFxUIReactor.SwigDelegateCFxUIReactor_1 delegate1, CFxUIReactor.SwigDelegateCFxUIReactor_2 delegate2, CFxUIReactor.SwigDelegateCFxUIReactor_3 delegate3, CFxUIReactor.SwigDelegateCFxUIReactor_4 delegate4, CFxUIReactor.SwigDelegateCFxUIReactor_5 delegate5, CFxUIReactor.SwigDelegateCFxUIReactor_6 delegate6, CFxUIReactor.SwigDelegateCFxUIReactor_7 delegate7, CFxUIReactor.SwigDelegateCFxUIReactor_8 delegate8, CFxUIReactor.SwigDelegateCFxUIReactor_9 delegate9, CFxUIReactor.SwigDelegateCFxUIReactor_10 delegate10)
static void CFxUIReactor_OnInterfaceAboutToReload(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxUIReactor_OnInterfaceReloadedSwigExplicitCFxUIReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxUIReactor_OnToolbarVisibilityChanged(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static void CFxUIReactor_OnInterfaceReloaded(global::System.Runtime.InteropServices.HandleRef jarg1)