Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CFxProfileManagerReactor.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 CFxProfileManagerReactor : 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 CFxProfileManagerReactor(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(CFxProfileManagerReactor 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
57
62
67
68 public virtual void currentProfileReset(CFxString currentProfile) {
69 if (SwigDerivedClassHasMethod("currentProfileReset", swigMethodTypes3)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileResetSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileReset(swigCPtr, CFxString.getCPtr(currentProfile));
71 }
72
73 public virtual void currentProfileWillBeSaved(CFxString currentProfile, CFxSettings pCurrentProfileSettings) {
74 if (SwigDerivedClassHasMethod("currentProfileWillBeSaved", swigMethodTypes4)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeSavedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile), CFxSettings.getCPtr(pCurrentProfileSettings)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeSaved(swigCPtr, CFxString.getCPtr(currentProfile), CFxSettings.getCPtr(pCurrentProfileSettings));
76 }
77
78 public virtual void currentProfileWillBeLoaded(CFxString currentProfile, CFxSettings pCurrentProfileSettings) {
79 if (SwigDerivedClassHasMethod("currentProfileWillBeLoaded", swigMethodTypes5)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeLoadedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile), CFxSettings.getCPtr(pCurrentProfileSettings)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeLoaded(swigCPtr, CFxString.getCPtr(currentProfile), CFxSettings.getCPtr(pCurrentProfileSettings));
81 }
82
83 public virtual void currentProfileSaved(CFxString currentProfile) {
84 if (SwigDerivedClassHasMethod("currentProfileSaved", swigMethodTypes6)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileSavedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileSaved(swigCPtr, CFxString.getCPtr(currentProfile));
86 }
87
88 public virtual void currentProfileLoaded(CFxString currentProfile) {
89 if (SwigDerivedClassHasMethod("currentProfileLoaded", swigMethodTypes7)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileLoadedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileLoaded(swigCPtr, CFxString.getCPtr(currentProfile));
91 }
92
97
98 public virtual void profileReset(CFxString profileName) {
99 if (SwigDerivedClassHasMethod("profileReset", swigMethodTypes9)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileResetSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileReset(swigCPtr, CFxString.getCPtr(profileName));
101 }
102
103 public virtual void profileWillBeSaved(CFxString profileName, CFxSettings pProfileSettings) {
104 if (SwigDerivedClassHasMethod("profileWillBeSaved", swigMethodTypes10)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillBeSavedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName), CFxSettings.getCPtr(pProfileSettings)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillBeSaved(swigCPtr, CFxString.getCPtr(profileName), CFxSettings.getCPtr(pProfileSettings));
106 }
107
108 public virtual void profileWillBeLoaded(CFxString profileName, CFxSettings pProfileSettings) {
109 if (SwigDerivedClassHasMethod("profileWillBeLoaded", swigMethodTypes11)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillBeLoadedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName), CFxSettings.getCPtr(pProfileSettings)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillBeLoaded(swigCPtr, CFxString.getCPtr(profileName), CFxSettings.getCPtr(pProfileSettings));
111 }
112
113 public virtual void profileSaved(CFxString profileName) {
114 if (SwigDerivedClassHasMethod("profileSaved", swigMethodTypes12)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileSavedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileSaved(swigCPtr, CFxString.getCPtr(profileName));
116 }
117
118 public virtual void profileLoaded(CFxString profileName) {
119 if (SwigDerivedClassHasMethod("profileLoaded", swigMethodTypes13)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileLoadedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileLoaded(swigCPtr, CFxString.getCPtr(profileName));
121 }
122
123 public CFxProfileManagerReactor() : this(PCADGlobalsPINVOKE.new_CFxProfileManagerReactor(), true) {
125 SwigDirectorConnect();
126 DelegateHolder.OnHoldSwigDirectorDelegates(this);
127 if(this is OdRxObject)
128 {
129 MemoryTransaction mTr = MemoryManager.GetMemoryManager().GetCurrentTransaction();
130 if (null != mTr)
131 {
132 mTr.AddObject(new CFxProfileManagerReactor(swigCPtr.Handle, true));
133 this.swigCMemOwn = false;
134 }
135}
136 }
137
138 private void SwigDirectorConnect() {
139 if (SwigDerivedClassHasMethod("currentProfileWillChange", swigMethodTypes0))
140 swigDelegate0 = new SwigDelegateCFxProfileManagerReactor_0(SwigDirectorMethodcurrentProfileWillChange);
141 if (SwigDerivedClassHasMethod("currentProfileChanged", swigMethodTypes1))
142 swigDelegate1 = new SwigDelegateCFxProfileManagerReactor_1(SwigDirectorMethodcurrentProfileChanged);
143 if (SwigDerivedClassHasMethod("currentProfileWillBeReset", swigMethodTypes2))
144 swigDelegate2 = new SwigDelegateCFxProfileManagerReactor_2(SwigDirectorMethodcurrentProfileWillBeReset);
145 if (SwigDerivedClassHasMethod("currentProfileReset", swigMethodTypes3))
146 swigDelegate3 = new SwigDelegateCFxProfileManagerReactor_3(SwigDirectorMethodcurrentProfileReset);
147 if (SwigDerivedClassHasMethod("currentProfileWillBeSaved", swigMethodTypes4))
148 swigDelegate4 = new SwigDelegateCFxProfileManagerReactor_4(SwigDirectorMethodcurrentProfileWillBeSaved);
149 if (SwigDerivedClassHasMethod("currentProfileWillBeLoaded", swigMethodTypes5))
150 swigDelegate5 = new SwigDelegateCFxProfileManagerReactor_5(SwigDirectorMethodcurrentProfileWillBeLoaded);
151 if (SwigDerivedClassHasMethod("currentProfileSaved", swigMethodTypes6))
152 swigDelegate6 = new SwigDelegateCFxProfileManagerReactor_6(SwigDirectorMethodcurrentProfileSaved);
153 if (SwigDerivedClassHasMethod("currentProfileLoaded", swigMethodTypes7))
154 swigDelegate7 = new SwigDelegateCFxProfileManagerReactor_7(SwigDirectorMethodcurrentProfileLoaded);
155 if (SwigDerivedClassHasMethod("profileWillReset", swigMethodTypes8))
156 swigDelegate8 = new SwigDelegateCFxProfileManagerReactor_8(SwigDirectorMethodprofileWillReset);
157 if (SwigDerivedClassHasMethod("profileReset", swigMethodTypes9))
158 swigDelegate9 = new SwigDelegateCFxProfileManagerReactor_9(SwigDirectorMethodprofileReset);
159 if (SwigDerivedClassHasMethod("profileWillBeSaved", swigMethodTypes10))
160 swigDelegate10 = new SwigDelegateCFxProfileManagerReactor_10(SwigDirectorMethodprofileWillBeSaved);
161 if (SwigDerivedClassHasMethod("profileWillBeLoaded", swigMethodTypes11))
162 swigDelegate11 = new SwigDelegateCFxProfileManagerReactor_11(SwigDirectorMethodprofileWillBeLoaded);
163 if (SwigDerivedClassHasMethod("profileSaved", swigMethodTypes12))
164 swigDelegate12 = new SwigDelegateCFxProfileManagerReactor_12(SwigDirectorMethodprofileSaved);
165 if (SwigDerivedClassHasMethod("profileLoaded", swigMethodTypes13))
166 swigDelegate13 = new SwigDelegateCFxProfileManagerReactor_13(SwigDirectorMethodprofileLoaded);
167 PCADGlobalsPINVOKE.CFxProfileManagerReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13);
168 }
169
170 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
171 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);
172 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxProfileManagerReactor));
173 return hasDerivedMethod;
174 }
175
176 private void SwigDirectorMethodcurrentProfileWillChange(global::System.IntPtr newProfile) {
177 currentProfileWillChange(new CFxString(newProfile, false));
178 }
179
180 private void SwigDirectorMethodcurrentProfileChanged(global::System.IntPtr newProfile) {
181 currentProfileChanged(new CFxString(newProfile, false));
182 }
183
184 private void SwigDirectorMethodcurrentProfileWillBeReset(global::System.IntPtr currentProfile) {
185 currentProfileWillBeReset(new CFxString(currentProfile, false));
186 }
187
188 private void SwigDirectorMethodcurrentProfileReset(global::System.IntPtr currentProfile) {
189 currentProfileReset(new CFxString(currentProfile, false));
190 }
191
192 private void SwigDirectorMethodcurrentProfileWillBeSaved(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings) {
193 currentProfileWillBeSaved(new CFxString(currentProfile, false), (pCurrentProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pCurrentProfileSettings, false));
194 }
195
196 private void SwigDirectorMethodcurrentProfileWillBeLoaded(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings) {
197 currentProfileWillBeLoaded(new CFxString(currentProfile, false), (pCurrentProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pCurrentProfileSettings, false));
198 }
199
200 private void SwigDirectorMethodcurrentProfileSaved(global::System.IntPtr currentProfile) {
201 currentProfileSaved(new CFxString(currentProfile, false));
202 }
203
204 private void SwigDirectorMethodcurrentProfileLoaded(global::System.IntPtr currentProfile) {
205 currentProfileLoaded(new CFxString(currentProfile, false));
206 }
207
208 private void SwigDirectorMethodprofileWillReset(global::System.IntPtr profileName) {
209 profileWillReset(new CFxString(profileName, false));
210 }
211
212 private void SwigDirectorMethodprofileReset(global::System.IntPtr profileName) {
213 profileReset(new CFxString(profileName, false));
214 }
215
216 private void SwigDirectorMethodprofileWillBeSaved(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings) {
217 profileWillBeSaved(new CFxString(profileName, false), (pProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pProfileSettings, false));
218 }
219
220 private void SwigDirectorMethodprofileWillBeLoaded(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings) {
221 profileWillBeLoaded(new CFxString(profileName, false), (pProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pProfileSettings, false));
222 }
223
224 private void SwigDirectorMethodprofileSaved(global::System.IntPtr profileName) {
225 profileSaved(new CFxString(profileName, false));
226 }
227
228 private void SwigDirectorMethodprofileLoaded(global::System.IntPtr profileName) {
229 profileLoaded(new CFxString(profileName, false));
230 }
231
232 public delegate void SwigDelegateCFxProfileManagerReactor_0(global::System.IntPtr newProfile);
233 public delegate void SwigDelegateCFxProfileManagerReactor_1(global::System.IntPtr newProfile);
234 public delegate void SwigDelegateCFxProfileManagerReactor_2(global::System.IntPtr currentProfile);
235 public delegate void SwigDelegateCFxProfileManagerReactor_3(global::System.IntPtr currentProfile);
236 public delegate void SwigDelegateCFxProfileManagerReactor_4(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings);
237 public delegate void SwigDelegateCFxProfileManagerReactor_5(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings);
238 public delegate void SwigDelegateCFxProfileManagerReactor_6(global::System.IntPtr currentProfile);
239 public delegate void SwigDelegateCFxProfileManagerReactor_7(global::System.IntPtr currentProfile);
240 public delegate void SwigDelegateCFxProfileManagerReactor_8(global::System.IntPtr profileName);
241 public delegate void SwigDelegateCFxProfileManagerReactor_9(global::System.IntPtr profileName);
242 public delegate void SwigDelegateCFxProfileManagerReactor_10(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings);
243 public delegate void SwigDelegateCFxProfileManagerReactor_11(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings);
244 public delegate void SwigDelegateCFxProfileManagerReactor_12(global::System.IntPtr profileName);
245 public delegate void SwigDelegateCFxProfileManagerReactor_13(global::System.IntPtr profileName);
246
247 private SwigDelegateCFxProfileManagerReactor_0 swigDelegate0;
248 private SwigDelegateCFxProfileManagerReactor_1 swigDelegate1;
249 private SwigDelegateCFxProfileManagerReactor_2 swigDelegate2;
250 private SwigDelegateCFxProfileManagerReactor_3 swigDelegate3;
251 private SwigDelegateCFxProfileManagerReactor_4 swigDelegate4;
252 private SwigDelegateCFxProfileManagerReactor_5 swigDelegate5;
253 private SwigDelegateCFxProfileManagerReactor_6 swigDelegate6;
254 private SwigDelegateCFxProfileManagerReactor_7 swigDelegate7;
255 private SwigDelegateCFxProfileManagerReactor_8 swigDelegate8;
256 private SwigDelegateCFxProfileManagerReactor_9 swigDelegate9;
257 private SwigDelegateCFxProfileManagerReactor_10 swigDelegate10;
258 private SwigDelegateCFxProfileManagerReactor_11 swigDelegate11;
259 private SwigDelegateCFxProfileManagerReactor_12 swigDelegate12;
260 private SwigDelegateCFxProfileManagerReactor_13 swigDelegate13;
261
262 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(CFxString) };
263 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { typeof(CFxString) };
264 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(CFxString) };
265 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(CFxString) };
266 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
267 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
268 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(CFxString) };
269 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxString) };
270 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(CFxString) };
271 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(CFxString) };
272 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
273 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
274 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(CFxString) };
275 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(CFxString) };
276}
277
278}
static HandleRef getCPtr(CFxProfileManagerReactor obj)
virtual void profileWillBeSaved(CFxString profileName, CFxSettings pProfileSettings)
delegate void SwigDelegateCFxProfileManagerReactor_12(global::System.IntPtr profileName)
virtual void currentProfileWillChange(CFxString newProfile)
delegate void SwigDelegateCFxProfileManagerReactor_6(global::System.IntPtr currentProfile)
delegate void SwigDelegateCFxProfileManagerReactor_5(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings)
virtual void profileWillReset(CFxString profileName)
delegate void SwigDelegateCFxProfileManagerReactor_3(global::System.IntPtr currentProfile)
delegate void SwigDelegateCFxProfileManagerReactor_9(global::System.IntPtr profileName)
delegate void SwigDelegateCFxProfileManagerReactor_10(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings)
delegate void SwigDelegateCFxProfileManagerReactor_13(global::System.IntPtr profileName)
virtual void currentProfileReset(CFxString currentProfile)
virtual void profileSaved(CFxString profileName)
delegate void SwigDelegateCFxProfileManagerReactor_4(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings)
virtual void currentProfileChanged(CFxString newProfile)
delegate void SwigDelegateCFxProfileManagerReactor_0(global::System.IntPtr newProfile)
virtual void currentProfileSaved(CFxString currentProfile)
virtual void currentProfileLoaded(CFxString currentProfile)
virtual void profileReset(CFxString profileName)
delegate void SwigDelegateCFxProfileManagerReactor_7(global::System.IntPtr currentProfile)
CFxProfileManagerReactor(IntPtr cPtr, bool cMemoryOwn)
delegate void SwigDelegateCFxProfileManagerReactor_2(global::System.IntPtr currentProfile)
delegate void SwigDelegateCFxProfileManagerReactor_8(global::System.IntPtr profileName)
virtual void profileWillBeLoaded(CFxString profileName, CFxSettings pProfileSettings)
virtual void currentProfileWillBeSaved(CFxString currentProfile, CFxSettings pCurrentProfileSettings)
virtual void currentProfileWillBeReset(CFxString currentProfile)
delegate void SwigDelegateCFxProfileManagerReactor_11(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings)
virtual void profileLoaded(CFxString profileName)
virtual void currentProfileWillBeLoaded(CFxString currentProfile, CFxSettings pCurrentProfileSettings)
delegate void SwigDelegateCFxProfileManagerReactor_1(global::System.IntPtr newProfile)
static HandleRef getCPtr(CFxSettings obj)
static HandleRef getCPtr(CFxString obj)
Definition CFxString.cs:28
static void CFxProfileManagerReactor_currentProfileWillBeResetSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileSavedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileWillBeSaved(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileChanged(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillReset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileWillBeSavedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_profileSaved(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillBeSavedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_profileSavedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_CFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxProfileManagerReactor_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_0 delegate0, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_1 delegate1, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_2 delegate2, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_3 delegate3, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_4 delegate4, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_5 delegate5, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_6 delegate6, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_7 delegate7, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_8 delegate8, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_9 delegate9, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_10 delegate10, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_11 delegate11, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_12 delegate12, CFxProfileManagerReactor.SwigDelegateCFxProfileManagerReactor_13 delegate13)
static void CFxProfileManagerReactor_currentProfileReset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileResetSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileResetSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillBeSaved(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileLoaded(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileReset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileWillBeLoaded(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileWillChangeSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillBeLoaded(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileWillBeLoadedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileSaved(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileChangedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillResetSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileLoadedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileWillBeLoadedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxProfileManagerReactor_currentProfileWillBeReset(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileWillChange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_currentProfileLoadedSwigExplicitCFxProfileManagerReactor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxProfileManagerReactor_profileLoaded(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)