eventsui/eventsmgmtui/inc/evtmgmtui.hrh
branchRCL_3
changeset 18 870918037e16
parent 0 522cd55cc3d7
equal deleted inserted replaced
17:1fc85118c3ae 18:870918037e16
       
     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:  Enumeration for Events Management UI command set.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  * Enumeration for Events Management UI command set
       
    21  */
       
    22 enum TEvtMgmtUiCommands
       
    23 	{
       
    24 	EEvtMgmtUiCommandNone = 0x5000,
       
    25 	EEvtMgmtUiStartupViewOpen,
       
    26 	EEvtMgmtUiStartupViewCreate,
       
    27 
       
    28 	EEvtMgmtUiEventUiEvtShow,
       
    29 	EEvtEditorCmdShowAll,
       
    30 	EEvtEditorCmdShowActive,
       
    31 	EEvtEditorCmdShowDrafts,
       
    32 	EEvtEditorCmdShowCompleted,
       
    33 	EEvtEditorCmdActivate,
       
    34 	EEvtEditorCmdSaveDraft,
       
    35 	EEvtEditorCmdDelete, 
       
    36 	EEvtEditorCmdNavigateToPlace,
       
    37 	EEvtEditorCmdShowOnMap,
       
    38 	
       
    39 	EEvtMgmtUiEventUiPosSettings,
       
    40 	
       
    41 	EEvtMgmtUiShowOnMapPlaceHolder,
       
    42 	EEvtMgmtUiNavigateToPlaceHolder
       
    43 	};           
       
    44