browserutilities/downloadmgr/DownloadMgrUiLib/Inc/DownloadMgrUiLib.hrh
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 the License "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:  Resource header
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DOWNLOADMGRUILIB_HRH
       
    20 #define DOWNLOADMGRUILIB_HRH
       
    21 
       
    22 
       
    23 // DATA TYPES
       
    24 //enum ?declaration			// ?comment
       
    25 //typedef ?declaration		// ?comment
       
    26 
       
    27 enum TDownloadsListBoxControls
       
    28     {
       
    29     EDownloadsListBoxControl = 1
       
    30     };
       
    31 
       
    32 enum TDownloadsListCommands
       
    33     {
       
    34     EDownloadsListCmdOpen = 1,
       
    35     EDownloadsListCmdSave,
       
    36     EDownloadsListCmdDelete,
       
    37     EDownloadsListCmdPause,
       
    38     EDownloadsListCmdResume,
       
    39     EDownloadsListCmdResumeAll,
       
    40     EDownloadsListCmdPlay,
       
    41     EDownloadsListCmdCancel,
       
    42     EDownloadsListCmdUseAs, 
       
    43     EDownloadsListCmdGallery,
       
    44     EDownloadsListCmdFileManager,
       
    45     EDownloadsListCmdCancelAll
       
    46     };
       
    47 
       
    48 
       
    49 #define KUiLibMaxDefAttrLength 32 // See KMaxDefAttrLength in HttpDownloadMgrCommon.h!
       
    50 
       
    51 enum TDMULAIWMENUIDs
       
    52     {
       
    53     EAIWPluginMenu  	=  0x6025,
       
    54     EAIWPluginSubMenu 	=  0x7000
       
    55     };
       
    56 
       
    57 #endif /* DOWNLOADMGRUILIB_HRH */
       
    58 
       
    59 // End of File