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(TProfileFeatureIdaFeatureId)const [pure virtual]
Checks whether the given feature is supported by Profiles Engine.
Since
Series60_2.8

Parameters

TProfileFeatureId aFeatureIdthe feature to be checked.

Profile()

MProfile &Profile()[pure virtual]

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

RefreshL()

voidRefreshL()[pure virtual]

Refresh contents of profile.

SetActiveProfileL(const TInt)

voidSetActiveProfileL(const TIntaProfileId)[pure virtual]

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

Parameters

const TInt aProfileIdId of the profile to be set.