calendarui/inc/CalendarInternalCRKeys.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CALENDARINTERNALCRKEYS_H
       
    20 #define CALENDARINTERNALCRKEYS_H
       
    21 
       
    22 //#include <CalendarSDKCRKeys.h>
       
    23 
       
    24 /** Calendar UI Settings API */
       
    25 /** Provides access to the Calendar application's settings */
       
    26 
       
    27 const TUid KCRUidCalendar = {0x101F874B};
       
    28 
       
    29 
       
    30 /**
       
    31 * Default alarm time in minutes before event starting time.
       
    32 * Value is an integer between 0 and 60. Default: 15.
       
    33 **/
       
    34 const TUint32 KCalendarDefaultAlarmTime = 0x00000000;
       
    35 
       
    36 /**
       
    37 * Default starting view for Calendar. Value is an integer between 0 and 2.
       
    38 * 0 = Month view (default)
       
    39 * 1 = Week view
       
    40 * 2 = Day view
       
    41 **/
       
    42 const TUint32 KCalendarDefaultStartView = 0x00000001;
       
    43 
       
    44 /**
       
    45 * Week view title in Calendar application.
       
    46 * Value is eihter integer 0 or 1
       
    47 * 0 = Week number (default)
       
    48 * 1 = Week dates
       
    49 **/
       
    50 const TUint32 KCalendarWeekViewTitle = 0x00000002;
       
    51 
       
    52 /**
       
    53 * Is Chinese Lunar calendar information shown in Calendar
       
    54 * (only available if feature is included in ROM image).
       
    55 * Value is either integer 0 or 1
       
    56 * 0 = Off
       
    57 * 1 = On (default)
       
    58 * This key value is deprecated and has been replaced by the KCRUidCalenLunarPlugin key.
       
    59 **/
       
    60 const TUint32 KCalendarLunarCalendar = 0x00000003;
       
    61 
       
    62 /**
       
    63 * Calendar alarm sound file, string.
       
    64 * Default value : "z:\data\sounds\digital\alarm.aac"
       
    65 **/
       
    66 const TUint32 KCalendarSoundFile = 0x00000004;
       
    67 
       
    68 /**
       
    69 * Default Calendar alarm sound file.
       
    70 * Default value : "z:\data\sounds\digital\alarm.aac"
       
    71 **/
       
    72 const TUint32 KCalendarDefaultSoundFile = 0x00000005;
       
    73 
       
    74 /**
       
    75 * A flag that is set when a Calendar alarm was lost due to time change.
       
    76 * Default value: 0
       
    77 */
       
    78 const TUint32 KCalendarLostAlarm = 0x00000006;
       
    79 
       
    80 /**
       
    81 * Calendar alarm snooze time interval in minutes.
       
    82 * Default value: 5
       
    83 */
       
    84 const TUint32 KCalendarSnoozeTime = 0x00000007;
       
    85 
       
    86 //Added as an addition to the Symbian fix
       
    87 /**
       
    88 * Calendar Persistent Time to store the last time the System Time updated.
       
    89 * Default Value : 0
       
    90 */
       
    91 const TReal KCalendarPersistentTime  = 0x00000009;
       
    92 
       
    93 /**
       
    94 * Text string containing UIDs and enabled/disabled flag (separated
       
    95 * by commas) for Calendar plugins.
       
    96 * Default value: Empty
       
    97 */
       
    98 const TUint32 KCalendarPluginAvailability = 0x0000000A;
       
    99 
       
   100 /**
       
   101 * Defines whether regional information must be shown in the Calendar or not
       
   102 * Default value: 1
       
   103 */
       
   104 const TUint32 KShowRegionalInformation = 0x0000000B;
       
   105 
       
   106 
       
   107 #endif  // CALENDARINTERNALCRKEYS_H