webengine/wmlengine/src/lmgr/include/LMgrObjectBoxOOCi.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     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_LMGR_OBJECTBOXI_H
       
    20 #define NW_LMGR_OBJECTBOXI_H
       
    21 
       
    22 #include "nw_lmgr_mediaboxi.h"
       
    23 #include "LMgrObjectBoxOOC.h"
       
    24 
       
    25 #ifdef __cplusplus
       
    26 extern "C" 
       
    27 {
       
    28 #endif /* __cplusplus */
       
    29 
       
    30 
       
    31 /* ------------------------------------------------------------------------- *
       
    32    virtual methods implementation declarations
       
    33  * ------------------------------------------------------------------------- */
       
    34 NW_LMGR_EXPORT
       
    35 TBrowserStatusCode
       
    36 _NW_LMgr_ObjectBox_Construct(NW_Object_Dynamic_t* dynamicObject,
       
    37                           va_list* argp);
       
    38 
       
    39 NW_LMGR_EXPORT
       
    40 void
       
    41 _NW_LMgr_ObjectBox_Destruct(NW_Object_Dynamic_t* dynamicObject);
       
    42 
       
    43 NW_LMGR_EXPORT
       
    44 TBrowserStatusCode
       
    45 _NW_LMgr_ObjectBox_Split(NW_LMgr_Box_t* box, 
       
    46                       NW_GDI_Metric_t space,
       
    47                       NW_LMgr_Box_t** splitBox, 
       
    48                       NW_Uint8 flags);
       
    49 
       
    50 NW_LMGR_EXPORT
       
    51 TBrowserStatusCode
       
    52 _NW_LMgr_ObjectBox_GetMinimumContentSize(NW_LMgr_Box_t *box,
       
    53                                       NW_GDI_Dimension2D_t *size);
       
    54 
       
    55 NW_LMGR_EXPORT
       
    56 TBrowserStatusCode
       
    57 _NW_LMgr_ObjectBox_Render (NW_LMgr_Box_t* box,
       
    58                      CGDIDeviceContext* deviceContext,
       
    59                      NW_GDI_Rectangle_t* clipRect,
       
    60                      NW_LMgr_Box_t* currentBox,
       
    61                      NW_Uint8 flags, 
       
    62                      NW_Bool* hasFocus,
       
    63                      NW_Bool* skipChildren,
       
    64                      NW_LMgr_RootBox_t* rootBox );
       
    65 
       
    66 NW_LMGR_EXPORT
       
    67 TBrowserStatusCode
       
    68 _NW_LMgr_ObjectBox_Draw(NW_LMgr_Box_t* box,
       
    69                      CGDIDeviceContext* deviceContext,
       
    70                      NW_Uint8 hasFocus);
       
    71 
       
    72 #ifdef __cplusplus
       
    73 } // extern "C" {
       
    74 #endif /* __cplusplus */
       
    75 
       
    76 #endif