equal
deleted
inserted
replaced
21 #ifndef GLOBALAUDIOSETTINGSDATA_H |
21 #ifndef GLOBALAUDIOSETTINGSDATA_H |
22 #define GLOBALAUDIOSETTINGSDATA_H |
22 #define GLOBALAUDIOSETTINGSDATA_H |
23 |
23 |
24 // INCLUDES |
24 // INCLUDES |
25 #include <e32std.h> |
25 #include <e32std.h> |
26 #include <GlobalAudioSettings.h> |
|
27 |
26 |
28 // CLASS DECLARATION |
27 // CLASS DECLARATION |
29 |
28 |
30 /** |
29 /** |
31 * This class defines the GlobalAudioSettings data structure. |
30 * This class defines the GlobalAudioSettings data structure. |
39 |
38 |
40 /** |
39 /** |
41 * Constructor. |
40 * Constructor. |
42 */ |
41 */ |
43 TGlobalAudioSettings() : iWarningTones(EFalse),iMessageTones(EFalse),iSilentProfile(EFalse), |
42 TGlobalAudioSettings() : iWarningTones(EFalse),iMessageTones(EFalse),iSilentProfile(EFalse), |
44 iVibra(EFalse),iPublicSilence(EFalse),iMessageToneName(NULL),iEmailToneName(NULL),iRingingType(CGlobalAudioSettings::EGASRingingTypeRinging),iVideoCallToneName(NULL), |
43 iVibra(EFalse),iPublicSilence(EFalse) |
45 iRingingTone1Name(NULL),iRingingTone2Name(NULL),iKeyPadVolume(CGlobalAudioSettings::EGASKeypadVolumeOff) |
|
46 {} |
44 {} |
47 |
45 |
48 TBool iWarningTones; |
46 TBool iWarningTones; |
49 TBool iMessageTones; |
47 TBool iMessageTones; |
50 TBool iSilentProfile; |
48 TBool iSilentProfile; |
51 TBool iVibra; |
49 TBool iVibra; |
52 TBool iPublicSilence; |
50 TBool iPublicSilence; |
53 HBufC *iMessageToneName; |
|
54 HBufC *iEmailToneName; |
|
55 CGlobalAudioSettings::TGASRingingType iRingingType; |
|
56 HBufC *iVideoCallToneName; |
|
57 HBufC *iRingingTone1Name; |
|
58 HBufC *iRingingTone2Name; |
|
59 CGlobalAudioSettings::TGASKeypadVolume iKeyPadVolume; |
|
60 TBool iSilenceMode; |
|
61 }; |
51 }; |
62 |
52 |
63 #endif // GlobalAudioSETTINGSDATA_H |
53 #endif // GlobalAudioSETTINGSDATA_H |
64 |
54 |
65 // End of File |
55 // End of File |