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 ( TInt aId ) const [pure virtual]
Find profile index by ID of the profile.
Since
3.1

Parameters

TInt aId ID 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 & aProfileName name of the profile.

ProfileId(TInt)

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

Parameters

TInt aIndex index of the profile.