webengine/wmlengine/src/xhtml/include/nw_xhtml_savetophonebkevent.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2000 - 2001 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 
       
    19 #ifndef NW_XHTML_SAVETOPHONEBKEVENT_H
       
    20 #define NW_XHTML_SAVETOPHONEBKEVENT_H
       
    21 
       
    22 #include "nw_evt_event.h"
       
    23 #include "BrsrStatusCodes.h"
       
    24 
       
    25 #ifdef __cplusplus
       
    26 extern "C" {
       
    27 #endif /* __cplusplus */
       
    28   
       
    29 
       
    30 /* ------------------------------------------------------------------------- *
       
    31    forward declarations
       
    32  * ------------------------------------------------------------------------- */
       
    33 typedef struct NW_XHTML_SaveToPhoneBkEvent_Class_s NW_XHTML_SaveToPhoneBkEvent_Class_t;
       
    34 typedef struct NW_XHTML_SaveToPhoneBkEvent_s NW_XHTML_SaveToPhoneBkEvent_t;
       
    35 
       
    36 /* ------------------------------------------------------------------------- *
       
    37    class definition
       
    38  * ------------------------------------------------------------------------- */
       
    39 typedef struct NW_XHTML_SaveToPhoneBkEvent_ClassPart_s {
       
    40   NW_Uint8 unused;
       
    41 } NW_XHTML_SaveToPhoneBkEvent_ClassPart_t;
       
    42 
       
    43 struct NW_XHTML_SaveToPhoneBkEvent_Class_s {
       
    44   NW_Object_Core_ClassPart_t NW_Object_Core;
       
    45   NW_Object_Base_ClassPart_t NW_Object_Base;
       
    46   NW_Object_Dynamic_ClassPart_t NW_Object_Dynamic;
       
    47   NW_Evt_Event_ClassPart_t NW_Evt_Event;
       
    48   NW_XHTML_SaveToPhoneBkEvent_ClassPart_t NW_XHTML_SaveToPhoneBkEvent;
       
    49 };
       
    50 
       
    51 /* ------------------------------------------------------------------------- *
       
    52    object definiton
       
    53  * ------------------------------------------------------------------------- */
       
    54 struct NW_XHTML_SaveToPhoneBkEvent_s {
       
    55   NW_Evt_Event_t super;
       
    56 
       
    57   /* member variables */
       
    58 };
       
    59 
       
    60 /* ------------------------------------------------------------------------- *
       
    61    convenience macros
       
    62  * ------------------------------------------------------------------------- */
       
    63 #define NW_XHTML_SaveToPhoneBkEvent_GetClassPart(_object) \
       
    64   (NW_Object_GetClassPart(_object, NW_XHTML_SaveToPhoneBkEvent))
       
    65 
       
    66 #define NW_XHTML_SaveToPhoneBkEventOf(_object) \
       
    67   (NW_Object_Cast (_object, NW_XHTML_SaveToPhoneBkEvent))
       
    68 
       
    69 /* ------------------------------------------------------------------------- *
       
    70    global static data
       
    71  * ------------------------------------------------------------------------- */
       
    72 extern const NW_XHTML_SaveToPhoneBkEvent_Class_t NW_XHTML_SaveToPhoneBkEvent_Class;
       
    73 
       
    74 /* ------------------------------------------------------------------------- *
       
    75    public methods
       
    76  * ------------------------------------------------------------------------- */
       
    77 
       
    78 /* ------------------------------------------------------------------------- *
       
    79    convenience functions
       
    80  * ------------------------------------------------------------------------- */
       
    81 extern
       
    82 TBrowserStatusCode
       
    83 NW_XHTML_SaveToPhoneBkEvent_Initialize (NW_XHTML_SaveToPhoneBkEvent_t* event);
       
    84 
       
    85 #ifdef __cplusplus
       
    86 } // extern "C" {
       
    87 #endif /* __cplusplus */
       
    88 
       
    89 #endif /* NW_LMGR_UNICODEKEYEVENT_H */