fep/aknfep/inc/AknFepUiInputStatePredictiveCandidateHalfQwertyChinesePhrase.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 #ifndef AKNFEPUIINPUTSTATEPREDICTIVECANDIDATEHALFQWERTYCHINESEPHRASE_H_
       
     2 #define AKNFEPUIINPUTSTATEPREDICTIVECANDIDATEHALFQWERTYCHINESEPHRASE_H_/*
       
     3 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0""
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:           
       
    16 *       Provides the  TAknFepInputStatePredictiveCandidateMiniQwertyPinyinPhrase definition.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 
       
    31 #include "AknFepUiInputStatePredictiveInputQwertyChinesePhrase.h"
       
    32 
       
    33 
       
    34 
       
    35 class TAknFepInputStatePredictiveCandidateHalfQwertyChinesePhrase : 
       
    36     public TAknFepInputStatePredictiveInputQwertyChinesePhrase
       
    37     {
       
    38 public:
       
    39 
       
    40     /**
       
    41      * C++ default constructor
       
    42      *
       
    43      * @since S60 V3.2
       
    44      * @param aOwner Pointer to UI manager state interface
       
    45      * @param aUIContainer Pointer to Chinese UI container
       
    46      */
       
    47 
       
    48     TAknFepInputStatePredictiveCandidateHalfQwertyChinesePhrase(
       
    49         MAknFepUIManagerStateInterface* aOwner,
       
    50         MAknFepUICtrlContainerChinese* aUIContainer);
       
    51 
       
    52 protected:
       
    53 
       
    54     /**
       
    55      * From TAknFepInputStatePredictiveInputQwertyPhrase
       
    56      * Handle system key press event
       
    57      *
       
    58      * @since S60 v3.2
       
    59      * @param aKey System key
       
    60      * @param aLength Key press length
       
    61      * @return ETrue if handle, otherwise this class do not handle this key
       
    62      */
       
    63     TBool HandleKeyL(TInt aKey, TKeyPressLength aLength);
       
    64     };
       
    65 
       
    66 #endif /*AKNFEPUIINPUTSTATEPREDICTIVECANDIDATEHALFQWERTYCHINESEPHRASE_H_*/