MProfileSetTones Class Reference

class MProfileSetTones

Set tone settings interface. This interface offers methods to set line 1 and 2 ringing tone, message alert tone and tone settings.

N/A
Since
2.0
Public Member Functions
void SetMessageAlertToneL (const TDesC &)
void SetRingingTone1L (const TDesC &)
void SetRingingTone2L (const TDesC &)
TProfileToneSettings & SetToneSettings ()
Protected Member Functions
~MProfileSetTones ()

Constructor & Destructor Documentation

~MProfileSetTones()

~MProfileSetTones ( ) [protected, inline, virtual]

Member Functions Documentation

SetMessageAlertToneL(const TDesC &)

void SetMessageAlertToneL ( const TDesC & aMessageAlertTone ) [pure virtual]
Set message alert tone.
Since
2.0

Parameters

const TDesC & aMessageAlertTone File name of the message alert tone.

SetRingingTone1L(const TDesC &)

void SetRingingTone1L ( const TDesC & aRingingTone ) [pure virtual]
Set line 1 ringing tone.
Since
2.0

Parameters

const TDesC & aRingingTone File name of the ringing tone.

SetRingingTone2L(const TDesC &)

void SetRingingTone2L ( const TDesC & aRingingTone ) [pure virtual]
Set line 2 ringing tone.
Since
2.0

Parameters

const TDesC & aRingingTone File name of the ringing tone.

SetToneSettings()

TProfileToneSettings & SetToneSettings ( ) [pure virtual]
Set tone settings of the profile.
Since
2.0