|
CFx SDK Documentation 2026 SP0
|
#include <FxProfile.h>
Public Member Functions | |
| virtual | ~CFxProfileManagerReactor () |
| virtual void | currentProfileWillChange (const CFxString &newProfile) |
| virtual void | currentProfileChanged (const CFxString &newProfile) |
| virtual void | currentProfileWillBeReset (const CFxString ¤tProfile) |
| virtual void | currentProfileReset (const CFxString ¤tProfile) |
| virtual void | currentProfileWillBeSaved (const CFxString ¤tProfile, CFxSettings *pCurrentProfileSettings) |
| virtual void | currentProfileWillBeLoaded (const CFxString ¤tProfile, CFxSettings *pCurrentProfileSettings) |
| virtual void | currentProfileSaved (const CFxString ¤tProfile) |
| virtual void | currentProfileLoaded (const CFxString ¤tProfile) |
| virtual void | profileWillReset (const CFxString &profileName) |
| virtual void | profileReset (const CFxString &profileName) |
| virtual void | profileWillBeSaved (const CFxString &profileName, CFxSettings *pProfileSettings) |
| virtual void | profileWillBeLoaded (const CFxString &profileName, CFxSettings *pProfileSettings) |
| virtual void | profileSaved (const CFxString &profileName) |
| virtual void | profileLoaded (const CFxString &profileName) |
Description: Represents the profile change(reaction) manager. Library: DDKERNEL
Definition at line 102 of file FxProfile.h.
|
inlinevirtual |
Definition at line 105 of file FxProfile.h.
|
inlinevirtual |
Description: Notification sent out that the current profile has changed. newProfile is now the current profile. Arguments:
| newProfile | Profile that is now current |
Definition at line 119 of file FxProfile.h.
|
inlinevirtual |
Description:
Definition at line 156 of file FxProfile.h.
|
inlinevirtual |
Description: This method is called when the current profile was saved. It is called after saving the profile. Arguments:
| currentProfile | Input name of the current profile that was saved |
Definition at line 152 of file FxProfile.h.
|
inlinevirtual |
Description:
Definition at line 145 of file FxProfile.h.
|
inlinevirtual |
Description: Notification sent out that the current profile will be reset. Arguments:
| currentProfile | Name of the current profile |
Definition at line 126 of file FxProfile.h.
|
inlinevirtual |
Description: This method is called when the current profile is about to be saved. It is called before saving the profile. Applications that use profile storage file to store the settings should override this method (or profileWillBeSaved()) and store their latest settings. Arguments:
| currentProfile | Input name of the current profile that will be saved |
Definition at line 141 of file FxProfile.h.
|
inlinevirtual |
Description: Notification sent out that the current profile will be changed. newProfile is the new profile that will be set current. Arguments:
| newProfile | Profile that will be set current |
Definition at line 112 of file FxProfile.h.
Description:
Definition at line 196 of file FxProfile.h.
Description: Notification sent out when a profile has been reset. Arguments:
| profileName | Name of the profile that was reset |
Definition at line 170 of file FxProfile.h.
Description: This method is called when a profile was saved. It is called after saving the profile. Arguments:
| profileName | Input name of the profile that was saved; if the profile is a fixed profile, this will contain an empty string |
Definition at line 192 of file FxProfile.h.
|
inlinevirtual |
Description:
Definition at line 184 of file FxProfile.h.
|
inlinevirtual |
Description: This method is called when a profile is about to be saved. It is called before saving the profile. Applications that use profile storage file to store the settings should override this method (or currentProfileWillBeSaved()) and store their latest settings. Arguments:
| profileName | Input name of the profile that will be saved; if the profile is a fixed profile, this will contain an empty string |
Definition at line 180 of file FxProfile.h.
|
inlinevirtual |
Description: Notification sent out that a profile will be reset. Arguments:
| profileName | Name of the profile to be reset |
Definition at line 163 of file FxProfile.h.