fep/aknfep/inc/AknFepUiInputStateEntryQwertyStrokePhrase.h
changeset 36 a7632c26d895
parent 35 0f326f2e628e
child 42 b3eaa440ab06
equal deleted inserted replaced
35:0f326f2e628e 36:a7632c26d895
     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 Stroke phrase Qwerty entry state
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef T_AKNFEPUIINPUTSTATEENTRYQWERTYSTROKE_PHRASE_H
       
    30 #define T_AKNFEPUIINPUTSTATEENTRYQWERTYSTROKE_PHRASE_H
       
    31 
       
    32 // User includes 
       
    33 #include "AknFepUiInputStateEntryQwertyBaseChinesePhrase.h"
       
    34 
       
    35 /**
       
    36  *  TAknFepInputStateEntryQwertyStrokePhrase class.
       
    37  *
       
    38  *  Implementation of Stroke phrase Qwerty entry state
       
    39  *
       
    40  *  @lib avkonfep.dll
       
    41  *  @since S60 v3.2
       
    42  */
       
    43 class TAknFepInputStateEntryQwertyStrokePhrase : 
       
    44     public TAknFepInputStateEntryQwertyBaseChinesePhrase
       
    45     {
       
    46 public:
       
    47 
       
    48     /**
       
    49      * C++ default constructor
       
    50      *
       
    51      * @since S60 V3.2
       
    52      * @param aOwner Pointer to UI manager state interface
       
    53      * @param aUIContainer Pointer to Chinese UI container
       
    54      */
       
    55     TAknFepInputStateEntryQwertyStrokePhrase(MAknFepUIManagerStateInterface* aOwner,
       
    56         MAknFepUICtrlContainerChinese* aUIContainer);
       
    57 
       
    58 protected:
       
    59 
       
    60     /**
       
    61      * From TAknFepInputStateEntryQwertyBasePhrase
       
    62      * Handle system key press event
       
    63      *
       
    64      * @since S60 v3.2
       
    65      * @param aKey System key
       
    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     /**
       
    72      * From TAknFepInputStateEntryQwertyBasePhrase
       
    73      * Update popup window
       
    74      *
       
    75      * @since S60 v3.2
       
    76      * @return None
       
    77      */
       
    78     void RefreshUI();
       
    79     };
       
    80 
       
    81 #endif //T_AKNFEPUIINPUTSTATEENTRYQWERTYSTROKE_PHRASE_H
       
    82 
       
    83 // End of file