calendarui/inc/CalenUid.h
branchRCL_3
changeset 30 bd7edf625bdd
parent 29 12af337248b1
child 31 97232defd20e
equal deleted inserted replaced
29:12af337248b1 30:bd7edf625bdd
     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 
    17 
    18 
    18 
    19 
    19 #ifndef CALENUID_H
    20 #ifndef CALENUID_H
    20 #define CALENUID_H
    21 #define CALENUID_H
    21 
    22 
    22 // UID of the S60 Calendar application
    23 // UID of the S60 Calendar application
    23 const TUid KUidCalendar         = { 0x10005901 };
    24 const TUid KUidCalendar         = { 0x10005901 };
    24 
    25 
    25 // UIDS of the S60 Calendar native views
    26 // UIDS of the S60 Calendar native views
    26 const TInt KCalenMonthViewUidValue        = 0x00000000 ;
    27 const TInt KCalenMonthViewUidValue        = 0x10283360 ;
    27 const TInt KCalenAgendaViewUidValue         = 0x00000002;
    28 const TInt KCalenWeekViewUidValue         = 0x10283361;
    28 const TInt KCalenEventViewUidValue   	  = 0x00000003;
    29 const TInt KCalenDayViewUidValue          = 0x10283362;
    29 const TInt KCalenLandscapeDayViewUidValue = 0x00000004;
    30 const TInt KCalenTodoViewUidValue         = 0x10283363;
    30 const TInt KCalenTodoEditorViewUidValue         = 0x00000005;
    31 const TInt KCalenEventViewUidValue   	  = 0x10283364;
    31 const TInt KCalenSettingsViewUidValue         = 0x00000006;
    32 const TInt KCalenMissedAlarmsViewUidValue = 0x10283365;
       
    33 const TInt KCalenMissedEventViewUidValue  = 0x10283366;
       
    34 const TInt KCalenDummyViewUidValue        = 0x10283367;  
    32 
    35 
       
    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 };
    33 
    44 
    34 const TUid KUidCalenMonthView        = { KCalenMonthViewUidValue };
    45 const TUid KUidCalenGSPlugin    = { 0x1020E8B8 };
    35 const TUid KUidCalenAgendaView      = { KCalenAgendaViewUidValue };
       
    36 const TUid KCalenTodoEditorView      = { KCalenTodoEditorViewUidValue };
       
    37 const TUid KUidCalenEventView        = { KCalenEventViewUidValue };
       
    38 const TUid KUidCalenLandscapeDayView = { KCalenLandscapeDayViewUidValue };
       
    39 const TUid KUidCalenSettingsView = { KCalenSettingsViewUidValue };
       
    40 
    46 
    41 const TUid KCalenChineseImplUid = {0x2002EA3D};
    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};
    42 
    58 
    43 #endif // CALENUID_H
    59 #endif // CALENUID_H
    44 
    60 
    45 // End of file
    61 // End of file