extras/calcsoft/inc/calc.hrh
branchRCL_3
changeset 24 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
23:41b775cdc0c8 24:10c6e6d6e4d9
       
     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:  This file contains declarations for resources of Calculator.
       
    15 *                The file can be included in C++ or resource file.
       
    16 *                Constants for drawing is defined in CalcDrawingConst.laf.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef     CALC_HRH
       
    22 #define     CALC_HRH
       
    23 
       
    24 //  CONSTANTS
       
    25 
       
    26 //
       
    27 // Define command ID for menu
       
    28 //
       
    29 enum TCalcPopupMenuOption
       
    30     {
       
    31     ECalcCmdResult = 6200,
       
    32     ECalcCmdAdd,
       
    33     ECalcCmdSubtract,
       
    34     ECalcCmdMultiply,
       
    35     ECalcCmdDivide,
       
    36     ECalcCmdChangeSign,
       
    37     ECalcCmdLastResult,  
       
    38     ECalcCmdMemory,
       
    39     ECalcCmdMemorySave,
       
    40     ECalcCmdMemoryRecall,
       
    41     ECalcCmdMemoryClear,
       
    42     ECalcCmdScrollUp,
       
    43     ECalcCmdScrollDown,
       
    44     ECalcCmdClearCalcAndHistory,
       
    45 	ECalcCmdPercent,
       
    46 	ECalcCmdSqrt,
       
    47 	ECalcCmdCancel,          // +
       
    48     ECalcCmdSeven,          // +
       
    49     ECalcCmdFour,          // +
       
    50     ECalcCmdOne,          // +
       
    51     ECalcCmdZero,          // +
       
    52     ECalcCmdEight,          // +
       
    53     ECalcCmdFive,          // +
       
    54     ECalcCmdTwo,          // +
       
    55     ECalcCmdSeparator,          // +
       
    56     ECalcCmdNine,          // +
       
    57     ECalcCmdSix,          // +
       
    58     ECalcCmdThree,          // +
       
    59     ECmdAiwPlaceHolder,
       
    60 	ECmdLast,
       
    61 	ECalcCmdHelp,
       
    62 	EAiwCmdHelp = 11,
       
    63 	ECmdAiwPlaceHolderShowHelp
       
    64     };
       
    65 
       
    66 #endif      //  CALC_HRH
       
    67             
       
    68 // End of File