API published in: S60 3rd Ed FP 1
Link against: profileengine.lib
Required Capabilities
WriteDeviceData
Exceptions
No capabilities needed for reading profiles.
#include <mproengtonesettings.h>
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.
Public Member Functions |
|
virtual TProfileRingingType | RingingType () const =0 |
Returns the ringing type. |
|
virtual TProfileKeypadVolume | KeypadVolume () const =0 |
Returns the keypad volume. |
|
virtual TProfileRingingVolume | RingingVolume () const =0 |
Returns the ringing volume. |
|
virtual TBool | VibratingAlert () const =0 |
Returns the state of vibrating alert setting. |
|
virtual TBool | WarningAndGameTones () const =0 |
Returns the state of warning and game tones setting. |
|
virtual TBool | TextToSpeech () const =0 |
Returns the state of text-to-speech setting. |
|
virtual TInt | SetRingingType (TProfileRingingType aRingingType)=0 |
Sets the ringing type. |
|
virtual TInt | SetKeypadVolume (TProfileKeypadVolume aKeypadVolume)=0 |
Sets the keypad volume. |
|
virtual TInt | SetRingingVolume (TProfileRingingVolume aRingingVolume)=0 |
Sets the ringing volume. |
|
virtual TInt | SetVibratingAlert (TBool aVibratingAlert)=0 |
Sets the state of vibrating alert setting. |
|
virtual TInt | SetWarningAndGameTones (TBool aWarningAndGameTones)=0 |
Sets the state of warning and game tones setting. |
|
virtual TInt | SetTextToSpeech (TBool aTextToSpeech)=0 |
Sets the state of text-to-speech setting. |
|
Protected Member Functions |
|
virtual | ~MProEngToneSettings () |
|
|
Returns the keypad volume.
|
|
Returns the ringing type.
|
|
Returns the ringing volume.
|
|
Sets the keypad volume.
|
|
Sets the ringing type.
|
|
Sets the ringing volume.
|
|
Sets the state of text-to-speech setting.
|
|
Sets the state of vibrating alert setting.
|
|
Sets the state of warning and game tones setting.
|
|
Returns the state of text-to-speech setting.
|
|
Returns the state of vibrating alert setting.
|
|
Returns the state of warning and game tones setting.
|