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(TProfileKeypadVolumeaKeypadVolume)[pure virtual]
Sets the keypad volume.
Since
3.1

Parameters

TProfileKeypadVolume aKeypadVolumeThe new value for keypad tones volume.

SetRingingType(TProfileRingingType)

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

Parameters

TProfileRingingType aRingingTypeThe new value for ringing type.

SetRingingVolume(TProfileRingingVolume)

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

Parameters

TProfileRingingVolume aRingingVolumeThe new value for ringing volume.

SetTextToSpeech(TBool)

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

Parameters

TBool aTextToSpeechThe new state for text-to-speech setting.

SetVibratingAlert(TBool)

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

Parameters

TBool aVibratingAlertThe new state for the vibrating alert setting.

SetWarningAndGameTones(TBool)

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

Parameters

TBool aWarningAndGameTonesThe 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