fep/aknfep/inc/AknFepUiInputStateCandidateHalfQwertyChinesePhrase.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c)  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:            ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 #ifndef AKNFEPUIINPUTSTATECANDIDATEHALFQWERTYCHINESEPHRASE_H_
       
    29 #define AKNFEPUIINPUTSTATECANDIDATEHALFQWERTYCHINESEPHRASE_H_
       
    30 
       
    31 // User includes 
       
    32 #include "AknFepUiInputStateCandidateQwertyBaseChinesePhrase.h"
       
    33 
       
    34 /**
       
    35  *  TAknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase class.
       
    36  *
       
    37  *  Implementation of Pinyin and Stroke phrase candidate state
       
    38  *
       
    39  *  @lib avkonfep.dll
       
    40  *  @since S60 v3.2
       
    41  */
       
    42 class TAknFepUiInputStateCandidateHalfQwertyChinesePhrase : 
       
    43     public TAknFepInputStateCandidateQwertyBaseChinesePhrase
       
    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     TAknFepUiInputStateCandidateHalfQwertyChinesePhrase(
       
    55         MAknFepUIManagerStateInterface* aOwner,
       
    56         MAknFepUICtrlContainerChinese* aUIContainer);
       
    57     
       
    58 protected:
       
    59 
       
    60     /**
       
    61      * From TAknFepInputStateCandidateBasePhrase
       
    62      * Handle system key press
       
    63      *
       
    64      * @since S60 v3.2
       
    65      * @param aKey System key event
       
    66      * @param aLength Key press length
       
    67      * @return ETrue if handle, otherwise this class do not handle this key
       
    68      */
       
    69     TBool HandleKeyL(TInt aKey, TKeyPressLength aLength);
       
    70     };
       
    71 #endif /*AKNFEPUIINPUTSTATECANDIDATEHALFQWERTYCHINESEPHRASE_H_*/