CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
CFxProfileStorage Class Referenceabstract

#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
 

Detailed Description

Description: Represents the profile storage data. Library: DDKERNEL

Definition at line 423 of file FxProfile.h.

Constructor & Destructor Documentation

◆ ~CFxProfileStorage()

virtual CFxProfileStorage::~CFxProfileStorage ( )
inlinevirtual

Definition at line 426 of file FxProfile.h.

Member Function Documentation

◆ CreateNode()

virtual int CFxProfileStorage::CreateNode ( const CFxString pszNodePath,
QDomNode *&  pNode 
)
pure virtual

◆ DeleteNode()

virtual int CFxProfileStorage::DeleteNode ( const CFxString pszNodePath)
pure virtual

◆ GetNode()

virtual int CFxProfileStorage::GetNode ( const CFxString pszNodePath,
QDomNode *&  pNode 
)
pure virtual

◆ GetStorageFile()

virtual int CFxProfileStorage::GetStorageFile ( CFxString fileName)
pure virtual

◆ ReplaceNode()

virtual int CFxProfileStorage::ReplaceNode ( const CFxString pszNodePath,
QDomNode *  pNode 
)
pure virtual

◆ Save()

virtual int CFxProfileStorage::Save ( void  )
pure virtual

The documentation for this class was generated from the following file: