clock2/clockui/uilayer/inc/clock.hrh
changeset 0 f979ecb2b13e
child 30 d68a4b5d5885
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clock2/clockui/uilayer/inc/clock.hrh	Tue Feb 02 10:12:19 2010 +0200
@@ -0,0 +1,83 @@
+/*
+* 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:  Contains menu command ids of clock views.
+*
+*/
+
+#ifndef __CLOCK_HRH__
+#define __CLOCK_HRH__
+
+/** Menu item command ids */
+enum TClockCommands
+	{
+	EClockNewAlarm = 0x5500,
+	EClockResetAlarm,
+	EClockDeactivateAlarm,
+	EClockActivateAlarm,
+	EClockRemoveAlarm,
+	EClockSettings,
+	EClockMainViewHelp,
+	EClockMainViewExit,
+//single click integration
+    	EClockSelect
+	};
+
+/** Menu item command ids for world view */
+enum TClockWorldViewCommands
+	{
+	EClockWorldAddRegion = 0x8000,
+	EClockWorldRemoveRegion,
+	EClockWorldMyRegion,
+	EClockWorldAddImage,
+	EClockWorldSettings,
+	EClockWorldHelp,
+	EClockWorldExit
+	};
+
+/** Command id for world clock MSK */
+enum TClockWorldMSKCommand
+	{
+	EClockWorldMSKAddRegion = 0x6500
+	};
+
+/** The control ids for the alarm editor form controls */
+enum TClockAlarmEditorControls
+	{
+	EControlTimeEditor = 1,
+	EControlTextEditor,
+	EControlOccurancePopup,
+	EControlAlarmDayPopup
+	};
+
+/** The clock application view ids */
+enum TClockAppViewIds
+	{
+	EClockAppMainViewId = 1,
+	EClockAppWorldViewId,
+	EClkDateTimeViewId
+	};
+
+/** The clock alarm editor option commands */
+enum TClockAlarmEditorCommands
+	{
+	EClockAlarmChange = 0x5000,
+	EClockAlarmDiscardChanges,
+	EClockAlarmDelete, 
+	EClockAlarmHelp,
+	EClockAlarmExit
+	};
+
+#endif 		// __HUICLOCK_HRH__
+
+// End of file