|
CFx SDK Documentation
2020SP3
|
#include <FxProfile.h>
Public Member Functions | |
| virtual | ~CFxProfileStorage () |
| virtual int | CreateNode (const CFxString &pszNodePath, QDomNode *&pNode)=0 |
| virtual int | GetNode (const CFxString &pszNodePath, QDomNode *&pNode)=0 |
| virtual int | ReplaceNode (const CFxString &pszNodePath, QDomNode *pNode)=0 |
| virtual int | DeleteNode (const CFxString &pszNodePath)=0 |
| virtual int | GetStorageFile (CFxString &fileName)=0 |
| virtual int | Save (void)=0 |
Description: Represents the profile storage data. Library: DDKERNEL
Definition at line 423 of file FxProfile.h.
|
inlinevirtual |
Definition at line 426 of file FxProfile.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |