fep/aknfep/inc/AknFepUiInputStateEntryHiraganaKanji.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     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:            Provides the TAknFepUiInputStateEntryHiraganaKanji definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef __AKN_FEP_UI_INPUT_STATE_ENTRY_HIRAGANA_KANJI_H__
       
    30 #define __AKN_FEP_UI_INPUT_STATE_ENTRY_HIRAGANA_KANJI_H__
       
    31 
       
    32 // INCLUDES
       
    33 #include <e32std.h>
       
    34 
       
    35 #include "AknFepUiInputStateEntryJapaneseMultitap.h"
       
    36 
       
    37 // CONSTANTS
       
    38 
       
    39 // MACROS
       
    40 
       
    41 // DATA TYPES
       
    42 
       
    43 // FUNCTION PROTOTYPES
       
    44 
       
    45 // FORWARD DECLARATIONS
       
    46 
       
    47 // CLASS DECLARATION
       
    48 class MAknFepUIManagerStateInterface;
       
    49 enum TKeyPressLength;
       
    50 
       
    51 /**
       
    52  *  TAknFepUiInputStateEntryHiraganaKanji class.
       
    53  *
       
    54  *  @lib AknFep.lib
       
    55  *  @since 2.6
       
    56  */
       
    57 class TAknFepUiInputStateEntryHiraganaKanji
       
    58     :public TAknFepUiInputStateEntryJapaneseMultitap
       
    59     {
       
    60 public: // Constructors and destructor
       
    61     /**
       
    62      * C++ default Constructor
       
    63      * 
       
    64      * @since 2.6
       
    65      * @param aOwner Object derived MAknFepUIManagerStateInterface
       
    66      * @param aUIContainer MAknFepUICtrlContainerJapanese object
       
    67      */
       
    68     TAknFepUiInputStateEntryHiraganaKanji(
       
    69                                 MAknFepUIManagerStateInterface* aOwner,
       
    70                                 MAknFepUICtrlContainerJapanese* aUIContainer);
       
    71 
       
    72 public:// Functions from base classes
       
    73     /**
       
    74      * From TAknFepUiInputStateEntryJapaneseMultitap
       
    75      * Initialize state
       
    76      * 
       
    77      * @since 2.6
       
    78      */
       
    79      void InitializeStateL();
       
    80 
       
    81     /**
       
    82      * From TAknFepUiInputStateJapanesePredictiveBase
       
    83      * Handling Command events. This Method is called by CAknFepUIManagerJapanese.
       
    84      *
       
    85      * @since 3.2
       
    86      * @param aCommandId Command ID value
       
    87      */
       
    88      void HandleCommandL(TInt aCommandId);
       
    89 
       
    90 protected: // Functions from base classes
       
    91     /**
       
    92      * From TAknFepUiInputStateEntryJapaneseMultitap
       
    93      * Handling navigate keypress events. HandleKeyEventL() call this method.
       
    94      *
       
    95      * @since 2.6
       
    96      * @param aKey The event key code
       
    97      * @param aLength The Length of keypress
       
    98      * @return ETrue If aKey was handled
       
    99      */
       
   100      TBool HandleNaviKeyL(TInt aKey, TKeyPressLength aLength);
       
   101 
       
   102     TBool HandleNumericShortKeyL(TInt aKey);
       
   103     };
       
   104 #endif //__AKN_FEP_UI_INPUT_STATE_ENTRY_HIRAGANA_KANJI_H__
       
   105 // End of file