textinput/ptienginev2/languages/PtiKeymappings_ITUT_30.h
changeset 0 eb1f2e154e89
child 11 c8fb4cf7b3ae
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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: Keymapping data implementation for 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef __PTI_LANGUAGES_ITUT_30_H__
       
    30 #define __PTI_LANGUAGES_ITUT_30_H__
       
    31 
       
    32 #include <PtiKeyMapData.h>
       
    33 
       
    34 
       
    35 //
       
    36 // Class declaration for language HongKongChinese 
       
    37 //
       
    38 class CPtiLangDataImplHongKongChinese : public CPtiKeyMapData
       
    39     {
       
    40     public:
       
    41         static CPtiLangDataImplHongKongChinese* NewL();
       
    42         TInt LanguageCode() const;
       
    43         const TUint16* KeyData(TPtiKeyboardType aKeyboardType, TInt& aDataSize) const;
       
    44         const TPtiKeyBinding* KeyBindingTable(TPtiKeyboardType aKeyboardType, TInt& aNumItems) const;
       
    45         const TPtiNumericKeyBinding* NumericModeKeysTable(TPtiKeyboardType aKeyboardType, TInt& aNumEntries) const;
       
    46         TBool SuitableForLatinOnlyMode() const;
       
    47     };
       
    48 
       
    49 #endif
       
    50 
       
    51 // End of file.