webengine/wmlengine/src/wmlcontrol/include/WmlEngineDefs.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     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 //#include <e32base.h>
       
    23 //#include <w32std.h>
       
    24 //#include "BrCtlDefs.h"
       
    25 
       
    26 //#include "BrCtl.h"
       
    27 //#include "WebKitLoader.h"
       
    28 
       
    29 
       
    30 // CONSTANTS
       
    31 
       
    32 // MACROS
       
    33 
       
    34 // DATA TYPES
       
    35 
       
    36 // FUNCTION PROTOTYPES
       
    37 
       
    38 // FORWARD DECLARATIONS
       
    39 
       
    40 class TWmlEngineDefs
       
    41 {
       
    42 public:
       
    43 
       
    44 enum THistoryStackPosition
       
    45 	{
       
    46      EHistoryAtTheBeginning,
       
    47      EHistoryInTheMiddle,
       
    48      EHistoryAtTheEnd
       
    49 	};
       
    50 
       
    51 enum TWMLOptions
       
    52 	{
       
    53      WML_OPTION_UNKNOWN = 1,
       
    54 	 WML_OPTION_ACCEPT  = 2,
       
    55      WML_OPTION_PREV    = 3,
       
    56      WML_OPTION_HELP    = 4,
       
    57 	 WML_OPTION_RESET   = 5,
       
    58      WML_OPTION_OPTIONS = 6,
       
    59      WML_OPTION_DELETE  = 7
       
    60 	};
       
    61 };
       
    62 
       
    63 
       
    64 #endif      // WMLENGINEDEFS_H           
       
    65 // End of File