webengine/wmlengine/src/wmlcontrol/include/WmlEngineDefs.h
branchRCL_3
changeset 94 919f36ff910f
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
       
     1 /*
       
     2 * Copyright (c) 2005 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef WMLENGINEDEFS_H
       
    19 #define WMLENGINEDEFS_H
       
    20 
       
    21 //  INCLUDES
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // MACROS
       
    26 
       
    27 // DATA TYPES
       
    28 
       
    29 // FUNCTION PROTOTYPES
       
    30 
       
    31 // FORWARD DECLARATIONS
       
    32 
       
    33 class TWmlEngineDefs
       
    34 {
       
    35 public:
       
    36 
       
    37 enum THistoryStackPosition
       
    38 	{
       
    39      EHistoryAtTheBeginning,
       
    40      EHistoryInTheMiddle,
       
    41      EHistoryAtTheEnd
       
    42 	};
       
    43 
       
    44 enum TWMLOptions
       
    45 	{
       
    46      WML_OPTION_UNKNOWN = 1,
       
    47 	   WML_OPTION_ACCEPT  = 2,
       
    48      WML_OPTION_PREV    = 3,
       
    49      WML_OPTION_HELP    = 4,
       
    50 	   WML_OPTION_RESET   = 5,
       
    51      WML_OPTION_OPTIONS = 6,
       
    52      WML_OPTION_DELETE  = 7
       
    53 	};
       
    54 };
       
    55 
       
    56 #endif      // WMLENGINEDEFS_H           
       
    57 // End of File