csxhelp/inc/CsHelp.hrh
branchRCL_3
changeset 17 12f60d9a73b3
parent 16 0d1adf67ec1b
child 18 cbffe13eac63
equal deleted inserted replaced
16:0d1adf67ec1b 17:12f60d9a73b3
     1 /*
       
     2 * Copyright (c) 2006 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:  Declarations for resources of cshelp.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CSHELP_HRH
       
    20 #define CSHELP_HRH
       
    21 
       
    22 enum TCSXHIds
       
    23     {
       
    24     ECSXHOpenItem = 1,  // start value must not be 0
       
    25     ECSXHOpenItemPropagated , //Propagated from container
       
    26     ECSXHTOC1ListView,
       
    27     ECSXHKywdTOC1ListView,
       
    28     ECSXHTOC2ListView,
       
    29     ECSXHSearchText,
       
    30     ECSXHOpenTopicView,
       
    31     ECSXHOpenTopicText,
       
    32     ECSXHOpenApplicationTopics,
       
    33     ECsHelpCmdFontLarge,    
       
    34     ECsHelpCmdFontSmall,
       
    35     ECSXHOpenHyperLink,
       
    36     ECSXHDummyMSK,
       
    37     ECmdAiwPlaceHolder,
       
    38     ECmdLast
       
    39     };
       
    40 
       
    41 
       
    42 
       
    43 // Commands
       
    44 enum TCsHelpMenuCommands
       
    45     {
       
    46     ECsHelpCmdViewCategoryList = 0x6000,
       
    47     ECsHelpCmdViewTopicList,
       
    48     ECsHelpCmdViewTopic,
       
    49     ECsHelpCmdViewTopicForContext,
       
    50     ECsHelpCmdViewTopicForSearch,
       
    51     ECsHelpCmdViewSearch,
       
    52     ECsHelpCmdViewSearchResult,
       
    53 
       
    54     ECsHelpCmdNextTopicList,
       
    55     ECsHelpCmdPreviousTopicList,
       
    56 
       
    57     ECsHelpCmdNextTopic,
       
    58     ECsHelpCmdPreviousTopic,
       
    59 
       
    60     ECsHelpCmdNextIndex,
       
    61     ECsHelpCmdPreviousIndex
       
    62     };
       
    63 
       
    64 // Tab ID for category list view and search view
       
    65 enum TCsHelpTabId
       
    66     {
       
    67     ECsHelpCategoryTab,
       
    68     ECsHelpSearchTab
       
    69     };
       
    70 
       
    71  
       
    72 // note id
       
    73 enum TCsHelpNoteId
       
    74     {
       
    75     EProgressNote = 1,
       
    76     EInstallNote
       
    77     };
       
    78 
       
    79 
       
    80 enum TTutorialAiwCommands {
       
    81         KLaunchTutorial = 0x10208a86,  //Launches tutorial as embedded application
       
    82         KPlayPresentation,         //Plays tutorial presentation
       
    83         KPresentationExists,       //Tests if the given presentation exists
       
    84         KPlayDefaultPresentation,  //Plays tutorial default presentation 
       
    85         KDefaultPresentationExists //Tests if the default presentation exists
       
    86     };
       
    87 
       
    88 #endif      //  CSHELP_HRH
       
    89 
       
    90 // End of File