fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/aknfepchineseuidataconv.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c) 2009 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:          
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef AKNFEPCHINESEUIDATACONV_H_
       
    30 #define AKNFEPCHINESEUIDATACONV_H_
       
    31 
       
    32 // System includes
       
    33 #include <e32cmn.h>
       
    34 #include <e32des16.h>
       
    35 #include <e32def.h>
       
    36 #include <gdi.h>
       
    37 #include <AknLayout2Def.h>
       
    38 #include <AknUtils.h>
       
    39 
       
    40 class CAknFepChineseUIDataConv : public CBase
       
    41     {
       
    42 public:
       
    43     static TInt AnyToInt(TAny* aOriginal);
       
    44 
       
    45     static TRect AnyToRect(TAny* aOriginal);
       
    46 
       
    47     static TPoint AnyToPoint(TAny* aOriginal);
       
    48 
       
    49     static TRgb AnyToRgb(TAny* aOriginal);
       
    50 
       
    51     static CFont* AnyToFont(TAny* aOriginal);
       
    52     
       
    53     static TSize AnyToSize(TAny* aOriginal);
       
    54     
       
    55     static TAknTextLineLayout AnyToTextLine(TAny* aOriginal);
       
    56     
       
    57     static TAknLayoutText AnyToLayoutText(TAny* aOriginal);
       
    58     
       
    59     static TAknWindowLineLayout AnyToWindowLine(TAny* aOriginal);
       
    60     
       
    61     static TAknLayoutRect AnyToLayoutRect(TAny* aOriginal);
       
    62     
       
    63     };
       
    64 
       
    65 #endif /*AKNFEPCHINESEUIDATACONV_H_*/
       
    66 
       
    67 //End of File