MProfilesNamesArray Class Reference

class MProfilesNamesArray

Profile names array interface.

How to use: Get profile names array with MProfileEngine::ProfilesNamesArrayLC(). MProfilesNamesArray* nameArray = iProfileEngine->ProfilesNamesArrayLC();

N/A
Since
2.0
Public Member Functions
TInt FindById(TInt)
TInt FindByName(const TDesC &)
const MProfileName *ProfileName(TInt)

Member Functions Documentation

FindById(TInt)

TInt FindById(TIntaId)const [pure virtual]
Find profile index by ID of the profile.
Since
2.0

Parameters

TInt aIdID of the profile.

FindByName(const TDesC &)

TInt FindByName(const TDesC &aProfileName)const [pure virtual]
Find profile index by name of the profile.
Since
2.0

Parameters

const TDesC & aProfileNamename of the profile.

ProfileName(TInt)

const MProfileName *ProfileName(TIntaIndex)const [pure virtual]
Return pointer of the profile name interface.
Since
2.0

Parameters

TInt aIndexindex of the profile.