fep/aknfep/inc/AknFepUiInputStatePredictiveInputChinese.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c) 2002-2005 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:            header file of Pinyin phrase predictive Qwerty state
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef T_AKNFEPUIINPUTSTATEPREDINPUTCHINESE_H
       
    30 #define T_AKNFEPUIINPUTSTATEPREDINPUTCHINESE_H
       
    31 
       
    32 // User includes 
       
    33 #include "AknFepUiInputStateCandidateChinese.h"
       
    34 
       
    35 /**
       
    36  *  TAknFepInputStatePredictiveInputChinese class.
       
    37  *
       
    38  *  Implementation of Chinese predictive state
       
    39  *
       
    40  *  @lib avkonfep.dll
       
    41  *  @since S60 v3.2
       
    42  */
       
    43 class TAknFepInputStatePredictiveInputChinese : public TAknFepInputStateCandidateChinese 
       
    44     {
       
    45 public:
       
    46 
       
    47     /**
       
    48      * C++ default constructor
       
    49      *
       
    50      * @since S60 V3.2
       
    51      * @param aOwner Pointer to UI manager state interface
       
    52      * @param aUIContainer Pointer to Chinese UI container
       
    53      */
       
    54 
       
    55     TAknFepInputStatePredictiveInputChinese(
       
    56         MAknFepUIManagerStateInterface* aOwner,
       
    57         MAknFepUICtrlContainerChinese* aUIContainer);
       
    58 
       
    59     /**
       
    60      * From TAknFepInputStateCandidateChinese
       
    61      * Handle system key press event
       
    62      *
       
    63      * @since S60 v3.2
       
    64      * @param aKey System key
       
    65      * @param aLength Key press length
       
    66      * @return ETrue if handle, otherwise this class do not handle this key
       
    67      */
       
    68 
       
    69     TBool HandleKeyL(TInt aKey, TKeyPressLength aLength);
       
    70     };
       
    71 
       
    72 #endif T_AKNFEPUIINPUTSTATEPREDINPUTCHINESE_H
       
    73 
       
    74 // End of file