CFx SDK Documentation
2020SP3
|
#include <FxProfile.h>
Public Member Functions | |
virtual void | ProfileRegistryKey (CFxString &strRegProfileKey, const CFxString &strProfileName)=0 |
virtual int | ProfileListNames (CFxProfileNameArray &nameList)=0 |
virtual int | ProfileExport (const CFxString &strProfileName, const CFxString &exportFileName)=0 |
virtual int | ProfileImport (const CFxString &strProfileName, const CFxString &importFileName, const CFxString &profileDescription, bool bImportPathInfo)=0 |
virtual int | ProfileDelete (const CFxString &strProfileName)=0 |
virtual int | ProfileReset (const CFxString &strProfileName)=0 |
virtual int | ProfileSetCurrent (const CFxString &strProfileName)=0 |
virtual CFxProfile * | ProfileGetCurrent ()=0 |
virtual CFxProfile * | ProfileGetFixed ()=0 |
virtual CFxProfile * | ProfileGet (const CFxString &strProfileName)=0 |
virtual int | ProfileCopy (const CFxString &newProfileName, const CFxString &oldProfileName, const CFxString &newProfileDesc)=0 |
virtual int | ProfileRename (const CFxString &newProfileName, const CFxString &oldProfileName, const CFxString &newProfileDesc)=0 |
virtual int | ProfileSave (const CFxString &profileName)=0 |
virtual void | addReactor (CFxProfileManagerReactor *)=0 |
virtual void | removeReactor (CFxProfileManagerReactor *)=0 |
Description: Represents the profile manager. Library: DDKERNEL
Definition at line 232 of file FxProfile.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |