meetingrequest/mrgui/inc/esmrgui.hrh
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 2009 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: Definitions for mrgui dialogs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef	ESMRGUI_HRH
       
    20 #define ESMRGUI_HRH
       
    21 
       
    22 enum TEsMeetingRequestIds
       
    23     {
       
    24     EEsAccept = 1,  // start value must not be 0
       
    25     EEsDecline,
       
    26     EEsTentative,
       
    27     EEsEditingOptions
       
    28     };
       
    29 
       
    30 enum TEsControlIds
       
    31     {
       
    32     EEsMrControlId = 0x6000
       
    33     };
       
    34 
       
    35 #define EEsMrViewerType 0x600
       
    36 #define EEsMrEditorType 0x601
       
    37 #define EEsMrResponseDialogType 0x602
       
    38 #define EEsMrTrackingType  0x603
       
    39 
       
    40 #define EMrAttachmentProgressNoteId 0x604
       
    41 
       
    42 enum TMRMenuStyle
       
    43     {
       
    44     EMROptionsMenu,
       
    45     EMRContextMenu,
       
    46     EMRStylusPopupMenu
       
    47     };
       
    48 
       
    49 #endif // ESMRGUI_HRH