eventsui/eventseditor/inc/evtmgmteditorui.hrh
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 /**
       
    21  * Enumeration for Events Management UI command set
       
    22  */
       
    23 enum TEvtMgmtUiCommands
       
    24 	{
       
    25 	EEvtMgmtUiCommandNone = 0x5000,
       
    26 	
       
    27 	EEvtEditorCmdChange,
       
    28 	EEvtEditorCmdDiscard,
       
    29 	EEvtEditorCmdAddDesc,
       
    30 	EEvtEditorCmdAddDescNew,
       
    31 	EEvtEditorCmdAddDescFromExisting,
       
    32 	EEvtEditorCmdRemoveDesc,
       
    33 	EEvtEditorCmdAssignTone,
       
    34 	EEvtEditorCmdRemoveTone,
       
    35 	EEvtEditorCmdSetPlace,
       
    36    	EEvtEditorCmdEditDesc,
       
    37 	EEvtEditorCmdActivate,
       
    38 	EEvtEditorCmdSaveDraft,
       
    39 	EEvtEditorCmdDelete,
       
    40 	EEvtMgmtUiEventUiSettings,
       
    41 	EEvtMgmtUiEventUiPosSettings,
       
    42 	EEvtEditorCmdExit,
       
    43 	EEvtMgmtUiCmdRetry,
       
    44 	EEvtEditorCmdCloseDlg,
       
    45 	EEvtEditorCmdNavigateToPlace,
       
    46 	EEvtEditorCmdShowOnMap,
       
    47 	  
       
    48 	EEvtMgmtUiFromMapPlaceholder,
       
    49 	EEvtMgmtUiShowOnMapPlaceHolder,
       
    50 	EEvtMgmtUiNavigateToPlaceHolder
       
    51 	};           
       
    52 
       
    53 /**
       
    54  * Enumeration for Editor controls
       
    55  */
       
    56 enum TEvtMgmtUiCreateEventFormControls
       
    57     {
       
    58     EEvtMgmtUiDlgCIdSubject = 0x6000,
       
    59     EEvtMgmtUiDlgCIdPlace,
       
    60     EEvtMgmtUiDlgCIdRadius,
       
    61     EEvtMgmtUiDlgCIdDesc,    
       
    62     EEvtMgmtUiDlgCIdRepeat,
       
    63     EEvtMgmtUiDlgCIdAssignTone,
       
    64     EEvtMgmtUiDlgCIdAudioLoop,
       
    65     EEvtMgmtUiDlgCIdStatus
       
    66     };
       
    67