MProEngToneSettings Class Reference

class MProEngToneSettings

Profile tone settings interface. This interface offers methods to set and get the following settings: ringing type, keypad volume, ringing volume, vibrating alert, warning and game tones and text-to-speech.

ProfileEngine.lib
Since
3.1

Constructor & Destructor Documentation

~MProEngToneSettings()

~MProEngToneSettings ( ) [protected, inline, virtual]

Member Functions Documentation

Extension()

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

This member is internal and not intended for use.

KeypadVolume()

TProfileKeypadVolume KeypadVolume ( ) const [pure virtual]
Returns the keypad volume.
Since
3.1

RingingType()

TProfileRingingType RingingType ( ) const [pure virtual]
Returns the ringing type.
Since
3.1

RingingVolume()

TProfileRingingVolume RingingVolume ( ) const [pure virtual]
Returns the ringing volume.
Since
3.1

SetKeypadVolume(TProfileKeypadVolume)

TInt SetKeypadVolume ( TProfileKeypadVolume aKeypadVolume ) [pure virtual]
Sets the keypad volume.
Since
3.1

Parameters

TProfileKeypadVolume aKeypadVolume The new value for keypad tones volume.

SetRingingType(TProfileRingingType)

TInt SetRingingType ( TProfileRingingType aRingingType ) [pure virtual]
Sets the ringing type.
Since
3.1

Parameters

TProfileRingingType aRingingType The new value for ringing type.

SetRingingVolume(TProfileRingingVolume)

TInt SetRingingVolume ( TProfileRingingVolume aRingingVolume ) [pure virtual]
Sets the ringing volume.
Since
3.1

Parameters

TProfileRingingVolume aRingingVolume The new value for ringing volume.

SetTextToSpeech(TBool)

TInt SetTextToSpeech ( TBool aTextToSpeech ) [pure virtual]
Sets the state of text-to-speech setting.
Since
3.1

Parameters

TBool aTextToSpeech The new state for text-to-speech setting.

SetVibratingAlert(TBool)

TInt SetVibratingAlert ( TBool aVibratingAlert ) [pure virtual]
Sets the state of vibrating alert setting.
Since
3.1

Parameters

TBool aVibratingAlert The new state for the vibrating alert setting.

SetWarningAndGameTones(TBool)

TInt SetWarningAndGameTones ( TBool aWarningAndGameTones ) [pure virtual]
Sets the state of warning and game tones setting.
Since
3.1

Parameters

TBool aWarningAndGameTones The new state for Warning and Game tones setting.

TextToSpeech()

TBool TextToSpeech ( ) const [pure virtual]
Returns the state of text-to-speech setting.
Since
3.1

VibratingAlert()

TBool VibratingAlert ( ) const [pure virtual]
Returns the state of vibrating alert setting.
Since
3.1

WarningAndGameTones()

TBool WarningAndGameTones ( ) const [pure virtual]
Returns the state of warning and game tones setting.
Since
3.1