gsprofilesrv_plat/profiles_engine_api/inc/TProfileToneSettings.h
changeset 0 8c5d936e5675
child 24 8ee96d21d9bf
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Profile tone settings structure.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __TPROFILETONESETTINGS_H
       
    21 #define __TPROFILETONESETTINGS_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <Profile.hrh>
       
    25 #include <e32std.h>
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 *  Profile tone settings structure.
       
    31 *
       
    32 *  @lib N/A
       
    33 *  @since 2.0
       
    34 */
       
    35 struct TProfileToneSettings
       
    36     {
       
    37     TProfileRingingType  iRingingType;
       
    38     TProfileKeypadVolume iKeypadVolume;
       
    39     TInt                 iRingingVolume;         // 1 - 10
       
    40     TBool                iVibratingAlert;        // ETrue = On
       
    41     TBool                iEmailVibratingAlert;
       
    42     TBool                iWarningAndGameTones;   // ETrue = On
       
    43     TInt                 iMediaVolume;           // 1 - 10
       
    44     TBool                iTextToSpeech;          // ETrue = On
       
    45     };
       
    46 
       
    47 #endif      // __TPROFILETONESETTINGS_H
       
    48 
       
    49 // End of File