MWsIniFile Class Reference
class MWsIniFile : public MWsObjectProvider
|
An Interface to allow CRP's and CWsPlugins to access the wserv ini file
Public Member Functions
|
TBool
|
FindVar
(const
TDesC
&,
TPtrC
&)
|
TBool
|
FindVar
(const
TDesC
&,
TInt
&)
|
TBool
|
FindVar
(const
TDesC
&)
|
TBool
|
FindVar
(
TInt
, const
TDesC
&)
|
TBool
|
FindVar
(
TInt
, const
TDesC
&,
TInt
&)
|
TBool
|
FindVar
(
TInt
, const
TDesC
&,
TPtrC
&)
|
TBool
|
FindVar
(const
TDesC
&, const
TDesC
&)
|
TBool
|
FindVar
(const
TDesC
&, const
TDesC
&,
TInt
&)
|
TBool
|
FindVar
(const
TDesC
&, const
TDesC
&,
TPtrC
&)
|
Member Functions Documentation
FindVar(const TDesC &, TPtrC &)
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 &)
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 &)
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 &)
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 &)
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.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.