CPhCntProfileEngine Class Reference

class CPhCntProfileEngine : public CBase

Profile interface.

PhoneCntFinder
Since
2.0

Inherits from

Member Functions Documentation

HasProfile()

TBool HasProfile ( ) const [pure virtual]

Checks if profile information has been retrieved.

IsFeatureSupported(TProfileFeatureId)

TBool IsFeatureSupported ( TProfileFeatureId aFeatureId ) const [pure virtual]
Checks whether the given feature is supported by Profiles Engine.
Since
Series60_2.8

Parameters

TProfileFeatureId aFeatureId the feature to be checked.

Profile()

MProfile & Profile ( ) [pure virtual]

Returns active profile. It is valid after RefreshL has succeeded.

RefreshL()

void RefreshL ( ) [pure virtual]

Refresh contents of profile.

SetActiveProfileL(const TInt)

void SetActiveProfileL ( const TInt aProfileId ) [pure virtual]

Sets active profile. It is valid after RefreshL has succeeded.

Parameters

const TInt aProfileId Id of the profile to be set.