MProEngToneSettings Class Reference
#include
<mw/MProEngToneSettings.h>
Link against: ProfileEngine.lib
class MProEngToneSettings |
Detailed Description
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.
Constructor & Destructor Documentation
~MProEngToneSettings ( )
~MProEngToneSettings | ( | ) | [protected, inline, virtual] |
Member Function Documentation
KeypadVolume ( )
Returns the keypad volume.
- Since
- 3.1
Returns: Returns the keypad volume.
RingingType ( )
Returns the ringing type.
- Since
- 3.1
Returns: Returns the ringing type.
RingingVolume ( )
Returns the ringing volume.
- Since
- 3.1
Returns: Returns the ringing volume.
SetKeypadVolume ( TProfileKeypadVolume )
Sets the keypad volume.
- Since
- 3.1
Parameter | Description | aKeypadVolume | The new value for keypad tones volume. |
Returns: KErrNone if succesful, KErrAccessDenied if keypad tones setting of this profile is read-only.
SetRingingType ( TProfileRingingType )
Sets the ringing type.
- Since
- 3.1
Parameter | Description | aRingingType | The new value for ringing type. |
Returns: KErrNone if succesful, KErrAccessDenied if ringing type setting of this profile is read-only.
SetRingingVolume ( TProfileRingingVolume )
Sets the ringing volume.
- Since
- 3.1
Parameter | Description | aRingingVolume | The new value for ringing volume. |
Returns: KErrNone if succesful, KErrAccessDenied if ringing volume setting of this profile is read-only.
SetTextToSpeech ( TBool )
TInt
| SetTextToSpeech | ( | TBool | aTextToSpeech | ) | [pure virtual] |
Sets the state of text-to-speech setting.
- Since
- 3.1
Parameter | Description | aTextToSpeech | The new state for text-to-speech setting. |
Returns: KErrNone if succesful, KErrAccessDenied if text-to-speech setting of this profile is read-only.
SetVibratingAlert ( TBool )
TInt
| SetVibratingAlert | ( | TBool | aVibratingAlert | ) | [pure virtual] |
Sets the state of vibrating alert setting.
- Since
- 3.1
Parameter | Description | aVibratingAlert | The new state for the vibrating alert setting. |
Returns: KErrNone if succesful, KErrAccessDenied if vibrating alert setting of this profile is read-only.
SetWarningAndGameTones ( TBool )
TInt
| SetWarningAndGameTones | ( | TBool | aWarningAndGameTones | ) | [pure virtual] |
Sets the state of warning and game tones setting.
- Since
- 3.1
Parameter | Description | aWarningAndGameTones | The new state for Warning and Game tones setting. |
Returns: KErrNone if succesful, KErrAccessDenied if warning and game tones setting of this profile is read-only.
TextToSpeech ( )
TBool
| TextToSpeech | ( | ) | const [pure virtual] |
Returns the state of text-to-speech setting.
- Since
- 3.1
Returns: Returns the state of text-to-speech setting.
VibratingAlert ( )
TBool
| VibratingAlert | ( | ) | const [pure virtual] |
Returns the state of vibrating alert setting.
- Since
- 3.1
Returns: Returns the state of vibrating alert setting.
WarningAndGameTones ( )
TBool
| WarningAndGameTones | ( | ) | const [pure virtual] |
Returns the state of warning and game tones setting.
- Since
- 3.1
Returns: Returns the state of warning and game tones setting.