fep/aknfep/inc/AknFepThaiSCTSelector.h
changeset 36 a7632c26d895
parent 35 0f326f2e628e
child 42 b3eaa440ab06
equal deleted inserted replaced
35:0f326f2e628e 36:a7632c26d895
     1 /*
       
     2 * Copyright (c) 2003 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 __AKN_FEP_THAI_SCT_SELECTOR__
       
    30 #define __AKN_FEP_THAI_SCT_SELECTOR__
       
    31 
       
    32 #include <e32def.h>
       
    33 #include <e32base.h>
       
    34 
       
    35 enum AknFepSCTThaiGlyphTypes
       
    36     {
       
    37     EAknFepThaiCharNon,
       
    38     EAknFepThaiCharCons,
       
    39     EAknFepThaiCharLV,
       
    40     EAknFepThaiCharFV1,
       
    41     EAknFepThaiCharFV2,
       
    42     EAknFepThaiCharFV3,
       
    43     EAknFepThaiCharBV1,
       
    44     EAknFepThaiCharBV2,
       
    45     EAknFepThaiCharBD,
       
    46     EAknFepThaiCharTone,
       
    47     EAknFepThaiCharAD1,
       
    48     EAknFepThaiCharAD2,
       
    49     EAknFepThaiCharAD3,
       
    50     EAknFepThaiCharAV1,
       
    51     EAknFepThaiCharAV2,
       
    52     EAknFepThaiCharAV3,
       
    53     EAknFepThaiCharNonThai,
       
    54     };
       
    55 
       
    56 class CAknFepThaiSCTSelector : public CBase
       
    57     {
       
    58     public:
       
    59         
       
    60         TInt ThaiSCRResourceId(TUint aPrevGlyph, TInt aKey);
       
    61 
       
    62         static CAknFepThaiSCTSelector* NewL();
       
    63         
       
    64         ~CAknFepThaiSCTSelector();
       
    65         
       
    66     private:
       
    67         
       
    68         CAknFepThaiSCTSelector();
       
    69 
       
    70         AknFepSCTThaiGlyphTypes ThaiGlyphType(TUint aGlyph);
       
    71 
       
    72         TInt ThaiSctCharMap(enum AknFepSCTThaiGlyphTypes aGlyphType, TInt aKey);
       
    73         
       
    74     };
       
    75 
       
    76 #endif // __AKN_FEP_UI_THAI_CHARACTER_MAP_SELECTOR__
       
    77 
       
    78 // End of file