msg_plat/messaging_editor_api/inc/MsgEditorAppUi.hrh
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  MsgEditorAppUi  declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef INC_MSGEDITORAPPUI_HRH
       
    21 #define INC_MSGEDITORAPPUI_HRH
       
    22 
       
    23 // menu item ids
       
    24 enum
       
    25     {
       
    26     EMsgViewAttachmentCmdOpen = 1000, // must be above EAknFormMaxDefault ( == 950)
       
    27     EMsgViewAttachmentCmdSave,
       
    28     EMsgViewAttachmentCmdMoreInfo,    
       
    29     EMsgViewAttachmentCmdRemove,
       
    30     EMsgViewAttachmentCmdInsertImage,
       
    31     EMsgViewAttachmentCmdInsertAudio,
       
    32     EMsgViewAttachmentCmdInsertVideo,
       
    33     EMsgViewAttachmentCmdInsertNote,
       
    34 
       
    35     EMsgViewAttachmentCmdLast
       
    36     };
       
    37 
       
    38 // dialog control ids.
       
    39 enum TMsgAttachmentDlgCtrlIds
       
    40     {
       
    41     EMsgAttachmentListBoxId = 1,
       
    42     EMsgCannotOpenNoteId,
       
    43     EMsgSavedNoteId,
       
    44     EMsgWaitNoteId
       
    45     };
       
    46 
       
    47 // custom control types.
       
    48 enum TMsgAttachmentDlgCustomControls
       
    49     {
       
    50     EMsgAttachmentListBox = 0x2001
       
    51     };
       
    52 
       
    53 #endif // INC_MSGEDITORAPPUI_HRH
       
    54 
       
    55 // End of File