Extended .NET SDK Documentation 2024 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
53 public virtual void currentProfileWillChange(CFxString newProfile) {
54 if (SwigDerivedClassHasMethod("currentProfileWillChange", swigMethodTypes0)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillChangeSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(newProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillChange(swigCPtr, CFxString.getCPtr(newProfile));
56 }
57
58 public virtual void currentProfileChanged(CFxString newProfile) {
59 if (SwigDerivedClassHasMethod("currentProfileChanged", swigMethodTypes1)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileChangedSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(newProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileChanged(swigCPtr, CFxString.getCPtr(newProfile));
61 }
62
63 public virtual void currentProfileWillBeReset(CFxString currentProfile) {
64 if (SwigDerivedClassHasMethod("currentProfileWillBeReset", swigMethodTypes2)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeResetSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(currentProfile)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_currentProfileWillBeReset(swigCPtr, CFxString.getCPtr(currentProfile));
66 }
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
93 public virtual void profileWillReset(CFxString profileName) {
94 if (SwigDerivedClassHasMethod("profileWillReset", swigMethodTypes8)) PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillResetSwigExplicitCFxProfileManagerReactor(swigCPtr, CFxString.getCPtr(profileName)); else PCADGlobalsPINVOKE.CFxProfileManagerReactor_profileWillReset(swigCPtr, CFxString.getCPtr(profileName));
96 }
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 }
127
128 private void SwigDirectorConnect() {
129 if (SwigDerivedClassHasMethod("currentProfileWillChange", swigMethodTypes0))
130 swigDelegate0 = new SwigDelegateCFxProfileManagerReactor_0(SwigDirectorMethodcurrentProfileWillChange);
131 if (SwigDerivedClassHasMethod("currentProfileChanged", swigMethodTypes1))
132 swigDelegate1 = new SwigDelegateCFxProfileManagerReactor_1(SwigDirectorMethodcurrentProfileChanged);
133 if (SwigDerivedClassHasMethod("currentProfileWillBeReset", swigMethodTypes2))
134 swigDelegate2 = new SwigDelegateCFxProfileManagerReactor_2(SwigDirectorMethodcurrentProfileWillBeReset);
135 if (SwigDerivedClassHasMethod("currentProfileReset", swigMethodTypes3))
136 swigDelegate3 = new SwigDelegateCFxProfileManagerReactor_3(SwigDirectorMethodcurrentProfileReset);
137 if (SwigDerivedClassHasMethod("currentProfileWillBeSaved", swigMethodTypes4))
138 swigDelegate4 = new SwigDelegateCFxProfileManagerReactor_4(SwigDirectorMethodcurrentProfileWillBeSaved);
139 if (SwigDerivedClassHasMethod("currentProfileWillBeLoaded", swigMethodTypes5))
140 swigDelegate5 = new SwigDelegateCFxProfileManagerReactor_5(SwigDirectorMethodcurrentProfileWillBeLoaded);
141 if (SwigDerivedClassHasMethod("currentProfileSaved", swigMethodTypes6))
142 swigDelegate6 = new SwigDelegateCFxProfileManagerReactor_6(SwigDirectorMethodcurrentProfileSaved);
143 if (SwigDerivedClassHasMethod("currentProfileLoaded", swigMethodTypes7))
144 swigDelegate7 = new SwigDelegateCFxProfileManagerReactor_7(SwigDirectorMethodcurrentProfileLoaded);
145 if (SwigDerivedClassHasMethod("profileWillReset", swigMethodTypes8))
146 swigDelegate8 = new SwigDelegateCFxProfileManagerReactor_8(SwigDirectorMethodprofileWillReset);
147 if (SwigDerivedClassHasMethod("profileReset", swigMethodTypes9))
148 swigDelegate9 = new SwigDelegateCFxProfileManagerReactor_9(SwigDirectorMethodprofileReset);
149 if (SwigDerivedClassHasMethod("profileWillBeSaved", swigMethodTypes10))
150 swigDelegate10 = new SwigDelegateCFxProfileManagerReactor_10(SwigDirectorMethodprofileWillBeSaved);
151 if (SwigDerivedClassHasMethod("profileWillBeLoaded", swigMethodTypes11))
152 swigDelegate11 = new SwigDelegateCFxProfileManagerReactor_11(SwigDirectorMethodprofileWillBeLoaded);
153 if (SwigDerivedClassHasMethod("profileSaved", swigMethodTypes12))
154 swigDelegate12 = new SwigDelegateCFxProfileManagerReactor_12(SwigDirectorMethodprofileSaved);
155 if (SwigDerivedClassHasMethod("profileLoaded", swigMethodTypes13))
156 swigDelegate13 = new SwigDelegateCFxProfileManagerReactor_13(SwigDirectorMethodprofileLoaded);
157 PCADGlobalsPINVOKE.CFxProfileManagerReactor_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6, swigDelegate7, swigDelegate8, swigDelegate9, swigDelegate10, swigDelegate11, swigDelegate12, swigDelegate13);
158 }
159
160 private bool SwigDerivedClassHasMethod(string methodName, global::System.Type[] methodTypes) {
161 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);
162 bool hasDerivedMethod = methodInfo.DeclaringType.IsSubclassOf(typeof(CFxProfileManagerReactor));
163 return hasDerivedMethod;
164 }
165
166 private void SwigDirectorMethodcurrentProfileWillChange(global::System.IntPtr newProfile) {
167 currentProfileWillChange(new CFxString(newProfile, false));
168 }
169
170 private void SwigDirectorMethodcurrentProfileChanged(global::System.IntPtr newProfile) {
171 currentProfileChanged(new CFxString(newProfile, false));
172 }
173
174 private void SwigDirectorMethodcurrentProfileWillBeReset(global::System.IntPtr currentProfile) {
175 currentProfileWillBeReset(new CFxString(currentProfile, false));
176 }
177
178 private void SwigDirectorMethodcurrentProfileReset(global::System.IntPtr currentProfile) {
179 currentProfileReset(new CFxString(currentProfile, false));
180 }
181
182 private void SwigDirectorMethodcurrentProfileWillBeSaved(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings) {
183 currentProfileWillBeSaved(new CFxString(currentProfile, false), (pCurrentProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pCurrentProfileSettings, false));
184 }
185
186 private void SwigDirectorMethodcurrentProfileWillBeLoaded(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings) {
187 currentProfileWillBeLoaded(new CFxString(currentProfile, false), (pCurrentProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pCurrentProfileSettings, false));
188 }
189
190 private void SwigDirectorMethodcurrentProfileSaved(global::System.IntPtr currentProfile) {
191 currentProfileSaved(new CFxString(currentProfile, false));
192 }
193
194 private void SwigDirectorMethodcurrentProfileLoaded(global::System.IntPtr currentProfile) {
195 currentProfileLoaded(new CFxString(currentProfile, false));
196 }
197
198 private void SwigDirectorMethodprofileWillReset(global::System.IntPtr profileName) {
199 profileWillReset(new CFxString(profileName, false));
200 }
201
202 private void SwigDirectorMethodprofileReset(global::System.IntPtr profileName) {
203 profileReset(new CFxString(profileName, false));
204 }
205
206 private void SwigDirectorMethodprofileWillBeSaved(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings) {
207 profileWillBeSaved(new CFxString(profileName, false), (pProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pProfileSettings, false));
208 }
209
210 private void SwigDirectorMethodprofileWillBeLoaded(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings) {
211 profileWillBeLoaded(new CFxString(profileName, false), (pProfileSettings == global::System.IntPtr.Zero) ? null : new CFxSettings(pProfileSettings, false));
212 }
213
214 private void SwigDirectorMethodprofileSaved(global::System.IntPtr profileName) {
215 profileSaved(new CFxString(profileName, false));
216 }
217
218 private void SwigDirectorMethodprofileLoaded(global::System.IntPtr profileName) {
219 profileLoaded(new CFxString(profileName, false));
220 }
221
222 public delegate void SwigDelegateCFxProfileManagerReactor_0(global::System.IntPtr newProfile);
223 public delegate void SwigDelegateCFxProfileManagerReactor_1(global::System.IntPtr newProfile);
224 public delegate void SwigDelegateCFxProfileManagerReactor_2(global::System.IntPtr currentProfile);
225 public delegate void SwigDelegateCFxProfileManagerReactor_3(global::System.IntPtr currentProfile);
226 public delegate void SwigDelegateCFxProfileManagerReactor_4(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings);
227 public delegate void SwigDelegateCFxProfileManagerReactor_5(global::System.IntPtr currentProfile, global::System.IntPtr pCurrentProfileSettings);
228 public delegate void SwigDelegateCFxProfileManagerReactor_6(global::System.IntPtr currentProfile);
229 public delegate void SwigDelegateCFxProfileManagerReactor_7(global::System.IntPtr currentProfile);
230 public delegate void SwigDelegateCFxProfileManagerReactor_8(global::System.IntPtr profileName);
231 public delegate void SwigDelegateCFxProfileManagerReactor_9(global::System.IntPtr profileName);
232 public delegate void SwigDelegateCFxProfileManagerReactor_10(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings);
233 public delegate void SwigDelegateCFxProfileManagerReactor_11(global::System.IntPtr profileName, global::System.IntPtr pProfileSettings);
234 public delegate void SwigDelegateCFxProfileManagerReactor_12(global::System.IntPtr profileName);
235 public delegate void SwigDelegateCFxProfileManagerReactor_13(global::System.IntPtr profileName);
236
237 private SwigDelegateCFxProfileManagerReactor_0 swigDelegate0;
238 private SwigDelegateCFxProfileManagerReactor_1 swigDelegate1;
239 private SwigDelegateCFxProfileManagerReactor_2 swigDelegate2;
240 private SwigDelegateCFxProfileManagerReactor_3 swigDelegate3;
241 private SwigDelegateCFxProfileManagerReactor_4 swigDelegate4;
242 private SwigDelegateCFxProfileManagerReactor_5 swigDelegate5;
243 private SwigDelegateCFxProfileManagerReactor_6 swigDelegate6;
244 private SwigDelegateCFxProfileManagerReactor_7 swigDelegate7;
245 private SwigDelegateCFxProfileManagerReactor_8 swigDelegate8;
246 private SwigDelegateCFxProfileManagerReactor_9 swigDelegate9;
247 private SwigDelegateCFxProfileManagerReactor_10 swigDelegate10;
248 private SwigDelegateCFxProfileManagerReactor_11 swigDelegate11;
249 private SwigDelegateCFxProfileManagerReactor_12 swigDelegate12;
250 private SwigDelegateCFxProfileManagerReactor_13 swigDelegate13;
251
252 private static global::System.Type[] swigMethodTypes0 = new global::System.Type[] { typeof(CFxString) };
253 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { typeof(CFxString) };
254 private static global::System.Type[] swigMethodTypes2 = new global::System.Type[] { typeof(CFxString) };
255 private static global::System.Type[] swigMethodTypes3 = new global::System.Type[] { typeof(CFxString) };
256 private static global::System.Type[] swigMethodTypes4 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
257 private static global::System.Type[] swigMethodTypes5 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
258 private static global::System.Type[] swigMethodTypes6 = new global::System.Type[] { typeof(CFxString) };
259 private static global::System.Type[] swigMethodTypes7 = new global::System.Type[] { typeof(CFxString) };
260 private static global::System.Type[] swigMethodTypes8 = new global::System.Type[] { typeof(CFxString) };
261 private static global::System.Type[] swigMethodTypes9 = new global::System.Type[] { typeof(CFxString) };
262 private static global::System.Type[] swigMethodTypes10 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
263 private static global::System.Type[] swigMethodTypes11 = new global::System.Type[] { typeof(CFxString), typeof(CFxSettings) };
264 private static global::System.Type[] swigMethodTypes12 = new global::System.Type[] { typeof(CFxString) };
265 private static global::System.Type[] swigMethodTypes13 = new global::System.Type[] { typeof(CFxString) };
266}
267
268}
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)
Definition: CFxSettings.cs:28
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)