MWsIniFile Class Reference

class MWsIniFile : public MWsObjectProvider

An Interface to allow CRP's and CWsPlugins to access the wserv ini file

Inherits from

Member Functions Documentation

FindVar(const TDesC &, TPtrC &)

TBool FindVar ( const TDesC & aVarName,
TPtrC & aResult
) [pure virtual]

Find the value of the specified variable if present in the window server ini file.

Parameters

const TDesC & aVarName TDesC containing the name of the variable to find.
TPtrC & aResult TPtrC that gets set to the value of the ini variable.

FindVar(const TDesC &, TInt &)

TBool FindVar ( const TDesC & aVarName,
TInt & aResult
) [pure virtual]

Find the value of the specified variable if present in the window server ini file.

Parameters

const TDesC & aVarName TDesC containing the name of the variable to find
TInt & aResult TInt that gets set to the value of the ini variable

FindVar(const TDesC &)

TBool FindVar ( const TDesC & aVarName ) [pure virtual]

Find if the variable is present in the ini file

Parameters

const TDesC & aVarName TDesC containing the name of the variable to find

FindVar(TInt, const TDesC &)

TBool FindVar ( TInt aScreen,
const TDesC & aVarName
) [pure virtual]

Find if the variable is present in the [SCREENx] section

Parameters

TInt aScreen TInt containing the screen number
const TDesC & aVarName TDesC containing the name of the variable to find

FindVar(TInt, const TDesC &, TInt &)

TBool FindVar ( TInt aScreen,
const TDesC & aVarName,
TInt & aResult
) [pure virtual]

Find the value of the specified variable if present in the [SCREENx] section of the ini file

Parameters

TInt aScreen TInt containing the screen number
const TDesC & aVarName TDesC containing the name of the variable to find
TInt & aResult TInt that gets set to the value of the ini variable

FindVar(TInt, const TDesC &, TPtrC &)

TBool FindVar ( TInt aScreen,
const TDesC & aVarName,
TPtrC & aResult
) [pure virtual]

Find the value of the specified variable if present in the [SCREENx] section of the ini file

Parameters

TInt aScreen TInt containing the screen number
const TDesC & aVarName TDesC containing the name of the variable to find
TPtrC & aResult TPtrC that gets set to the value of the ini variable.

FindVar(const TDesC &, const TDesC &)

TBool FindVar ( const TDesC & aSection,
const TDesC & aVarName
) [pure virtual]

Find if the specified variable is present in the named section of the ini file

Parameters

const TDesC & aSection TDesC containing the name of the section
const TDesC & aVarName TDesC containing the name of the variable to find

FindVar(const TDesC &, const TDesC &, TInt &)

TBool FindVar ( const TDesC & aSection,
const TDesC & aVarName,
TInt & aResult
) [pure virtual]

Find the value of the specified variable in the named section of the ini file.

Parameters

const TDesC & aSection TDesC containing the name of the section
const TDesC & aVarName TDesC containing the name of the variable to find
TInt & aResult TInt that gets set to the value of the ini variable

FindVar(const TDesC &, const TDesC &, TPtrC &)

TBool FindVar ( const TDesC & aSection,
const TDesC & aVarName,
TPtrC & aResult
) [pure virtual]

Find the value of the specified variable in the named section of the ini file.

Parameters

const TDesC & aSection TDesC containing the name of the section
const TDesC & aVarName TDesC containing the name of the variable to find
TPtrC & aResult TPtrC that gets set to the value of the ini variable.