calendarui/inc/CalenUid.h
author Pat Downey <patd@symbian.org>
Tue, 01 Jun 2010 17:23:41 +0100
changeset 34 1850873ab5e9
parent 18 c198609911f9
child 45 b6db4fd4947b
child 49 5de72ea7a065
permissions -rw-r--r--
Re-merge docml files.

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  UIDS used by the S60 Calendar
*
*/


#ifndef CALENUID_H
#define CALENUID_H

// UID of the S60 Calendar application
const TUid KUidCalendar         = { 0x10005901 };

// UIDS of the S60 Calendar native views
const TInt KCalenMonthViewUidValue        = 0x00000000 ;
const TInt KCalenDayViewUidValue         = 0x00000002;
const TInt KCalenEventViewUidValue   	  = 0x00000003;
const TInt KCalenLandscapeDayViewUidValue = 0x00000004;
const TInt KCalenTodoEditorViewUidValue         = 0x00000005;
const TInt KCalenSettingsViewUidValue         = 0x00000006;


const TUid KUidCalenMonthView        = { KCalenMonthViewUidValue };
const TUid KUidCalenDayView      = { KCalenDayViewUidValue };
const TUid KCalenTodoEditorView      = { KCalenTodoEditorViewUidValue };
const TUid KUidCalenEventView        = { KCalenEventViewUidValue };
const TUid KUidCalenLandscapeDayView = { KCalenLandscapeDayViewUidValue };
const TUid KUidCalenSettingsView = { KCalenSettingsViewUidValue };


#endif // CALENUID_H

// End of file