MProEngProfileNameArray Class Reference

class MProEngProfileNameArray

Profile name array interface.

How to use: Get profile names array with MProEngEngine::ProfileNameArrayLC().
  MProEngProfileNameArray* nameArray =
      iProfileEngine->ProfileNameArrayLC();
ProfileEngine.lib
Since
3.1
Public Member Functions
TInt FindById(TInt)
TInt FindByName(const TDesC &)
TInt ProfileId(TInt)
Private Member Functions
MProEngProfileNameArrayExt *Extension()

Member Functions Documentation

Extension()

MProEngProfileNameArrayExt *Extension()[private, inline, virtual]

This member is internal and not intended for use.

FindById(TInt)

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

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
3.1

Parameters

const TDesC & aProfileNamename of the profile.

ProfileId(TInt)

TInt ProfileId(TIntaIndex)const [pure virtual]
Return the ID of the profile in the given array index.
Since
3.1

Parameters

TInt aIndexindex of the profile.