calendarui/inc/CalenUid.h
changeset 0 f979ecb2b13e
child 18 c198609911f9
child 65 12af337248b1
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2008 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:   UIDS used by the S60 Calendar
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CALENUID_H
       
    21 #define CALENUID_H
       
    22 
       
    23 // UID of the S60 Calendar application
       
    24 const TUid KUidCalendar         = { 0x10005901 };
       
    25 
       
    26 // UIDS of the S60 Calendar native views
       
    27 const TInt KCalenMonthViewUidValue        = 0x10283360 ;
       
    28 const TInt KCalenWeekViewUidValue         = 0x10283361;
       
    29 const TInt KCalenDayViewUidValue          = 0x10283362;
       
    30 const TInt KCalenTodoViewUidValue         = 0x10283363;
       
    31 const TInt KCalenEventViewUidValue   	  = 0x10283364;
       
    32 const TInt KCalenMissedAlarmsViewUidValue = 0x10283365;
       
    33 const TInt KCalenMissedEventViewUidValue  = 0x10283366;
       
    34 const TInt KCalenDummyViewUidValue        = 0x10283367;  
       
    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 };
       
    44 
       
    45 const TUid KUidCalenGSPlugin    = { 0x1020E8B8 };
       
    46 
       
    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 
       
    59 #endif // CALENUID_H
       
    60 
       
    61 // End of file