MProEngProfileName Class Reference

class MProEngProfileName

Profile name interface. This interface offers methods to get profile ID and to get and set the profile name.

N/A
Since
3.1
Public Member Functions
TInt Id()
const TDesC &Name()
TInt SetNameL(const TDesC &)
Protected Member Functions
~MProEngProfileName()
Private Member Functions
MProEngProfileNameExt *Extension()

Constructor & Destructor Documentation

~MProEngProfileName()

~MProEngProfileName()[protected, inline, virtual]

Member Functions Documentation

Extension()

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

This member is internal and not intended for use.

Id()

TInt Id()const [pure virtual]
Returns ID of the profile.
Since
3.1

Name()

const TDesC &Name()const [pure virtual]
Returns the name of the profile.
Since
3.1

SetNameL(const TDesC &)

TInt SetNameL(const TDesC &aName)[pure virtual]
Set the name of the profile.
Since
3.1

Parameters

const TDesC & aNameName of the profile.