calendarui/inc/CalenUid.h
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 45 b6db4fd4947b
child 49 5de72ea7a065
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   UIDS used by the S60 Calendar
    14 * Description:  UIDS used by the S60 Calendar
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 
    18 
    20 #ifndef CALENUID_H
    19 #ifndef CALENUID_H
    21 #define CALENUID_H
    20 #define CALENUID_H
    22 
    21 
    23 // UID of the S60 Calendar application
    22 // UID of the S60 Calendar application
    24 const TUid KUidCalendar         = { 0x10005901 };
    23 const TUid KUidCalendar         = { 0x10005901 };
    25 
    24 
    26 // UIDS of the S60 Calendar native views
    25 // UIDS of the S60 Calendar native views
    27 const TInt KCalenMonthViewUidValue        = 0x10283360 ;
    26 const TInt KCalenMonthViewUidValue        = 0x00000000 ;
    28 const TInt KCalenWeekViewUidValue         = 0x10283361;
    27 const TInt KCalenDayViewUidValue         = 0x00000002;
    29 const TInt KCalenDayViewUidValue          = 0x10283362;
    28 const TInt KCalenEventViewUidValue   	  = 0x00000003;
    30 const TInt KCalenTodoViewUidValue         = 0x10283363;
    29 const TInt KCalenLandscapeDayViewUidValue = 0x00000004;
    31 const TInt KCalenEventViewUidValue   	  = 0x10283364;
    30 const TInt KCalenTodoEditorViewUidValue         = 0x00000005;
    32 const TInt KCalenMissedAlarmsViewUidValue = 0x10283365;
    31 const TInt KCalenSettingsViewUidValue         = 0x00000006;
    33 const TInt KCalenMissedEventViewUidValue  = 0x10283366;
       
    34 const TInt KCalenDummyViewUidValue        = 0x10283367;  
       
    35 
    32 
    36 const TUid KUidCalenMonthView   	 = { KCalenMonthViewUidValue };
       
    37 const TUid KUidCalenWeekView    	 = { KCalenWeekViewUidValue };
       
    38 const TUid KUidCalenDayView     	 = { KCalenDayViewUidValue };
       
    39 const TUid KUidCalenTodoView    	 = { KCalenTodoViewUidValue };
       
    40 const TUid KUidCalenEventView   	 = { KCalenEventViewUidValue };
       
    41 const TUid KUidCalenMissedAlarmsView = { KCalenMissedAlarmsViewUidValue };
       
    42 const TUid KUidCalenMissedEventView  = { KCalenMissedEventViewUidValue };
       
    43 const TUid KUidCalenDummyView        = { KCalenDummyViewUidValue };
       
    44 
    33 
    45 const TUid KUidCalenGSPlugin    = { 0x1020E8B8 };
    34 const TUid KUidCalenMonthView        = { KCalenMonthViewUidValue };
       
    35 const TUid KUidCalenDayView      = { KCalenDayViewUidValue };
       
    36 const TUid KCalenTodoEditorView      = { KCalenTodoEditorViewUidValue };
       
    37 const TUid KUidCalenEventView        = { KCalenEventViewUidValue };
       
    38 const TUid KUidCalenLandscapeDayView = { KCalenLandscapeDayViewUidValue };
       
    39 const TUid KUidCalenSettingsView = { KCalenSettingsViewUidValue };
    46 
    40 
    47 // View Message UIDS for Calendar views
       
    48 const TUid KUidCalenShowCloseCba  = { 0x00000001 };
       
    49 const TUid KUidCalenShowBackCba   = { 0x00000002 };
       
    50 const TUid KCalenHideInBackGround = { 0x00000003 };
       
    51 const TUid KCalenDummyUid = { 0x0000000A };
       
    52 const TUid KUidCalenShowAlarmCba = { 0x00000004 };
       
    53 const TUid KUidCalenShowAlarmStopOnlyCba = { 0x00000005 };
       
    54 
       
    55 const TUid KCalenThaiImplUid = {0x102823A7};
       
    56 const TUid KCalenChineseImplUid = {0x102823A5};
       
    57 const TUid KCalenVietnameseImplUid = {0x102823A6};
       
    58 
    41 
    59 #endif // CALENUID_H
    42 #endif // CALENUID_H
    60 
    43 
    61 // End of file
    44 // End of file