fep/aknfep/inc/AknFepUiInputStateCompletionPredictiveHiraganaKanji.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:           
       
    15 *       Provides the TAknFepUiInputStateCompletionPredictiveHiraganaKanji definition.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 #ifndef __AKN_FEP_UI_INPUT_STATE_COMPLETION_PREDICTIVE_HIRAGANA_KANJI_H__
       
    31 #define __AKN_FEP_UI_INPUT_STATE_COMPLETION_PREDICTIVE_HIRAGANA_KANJI_H__
       
    32 
       
    33 // INCLUDES
       
    34 #include <e32std.h>
       
    35 
       
    36 #include "AknFepUiInputStateCompletionHiraganaKanji.h"
       
    37 
       
    38 // CONSTANTS
       
    39 
       
    40 // MACROS
       
    41 
       
    42 // DATA TYPES
       
    43 
       
    44 // FUNCTION PROTOTYPES
       
    45 
       
    46 // FORWARD DECLARATIONS
       
    47 
       
    48 // CLASS DECLARATION
       
    49 class MAknFepUIManagerStateInterface;
       
    50 enum TKeyPressLength;
       
    51 
       
    52 /**
       
    53  *  TAknFepUiInputStateCompletionHiraganaKanji class.
       
    54  *
       
    55  *  @lib AknFep.lib
       
    56  *  @since 2.6
       
    57  */
       
    58 class TAknFepUiInputStateCompletionPredictiveHiraganaKanji
       
    59     :public TAknFepUiInputStateCompletionHiraganaKanji
       
    60     {
       
    61 public: //  Constructors and destructor
       
    62     /**
       
    63      * C++ default Constructor
       
    64      * 
       
    65      * @since 2.6
       
    66      * @param aOwner Object derived MAknFepUIManagerStateInterface
       
    67      * @param aUIContainer MAknFepUICtrlContainerJapanese object
       
    68      */
       
    69     TAknFepUiInputStateCompletionPredictiveHiraganaKanji(
       
    70                                 MAknFepUIManagerStateInterface* aOwner,
       
    71                                 MAknFepUICtrlContainerJapanese* aUIContainer);
       
    72 
       
    73 
       
    74 protected: // Functions from base classes
       
    75     /**
       
    76      * From TAknFepUiInputStateCompletionJapaneseMultitap
       
    77      * Handling short keypress events of the numeric and the star.
       
    78      * HandleKeyEventL() call this method.
       
    79      * 
       
    80      * @since 2.6
       
    81      * @param aKey The event key code
       
    82      * @return ETrue If aKey was handled
       
    83      */
       
    84      TBool HandleNumericShortKeyL(TInt aKey);
       
    85 
       
    86     /**
       
    87      * From TAknFepUiInputStateCompletionJapaneseMultitap
       
    88      * Handling numeric long-keypress events.
       
    89      * HandleKeyEventL() call this method.
       
    90      *
       
    91      * @since 2.6
       
    92      * @param aKey The event key code
       
    93      * @return ETrue If aKey was handled
       
    94      */
       
    95      TBool HandleNumericLongKeyL(TInt aKey);
       
    96 
       
    97     /**
       
    98      * From TAknFepUiInputStateCompletionJapaneseMultitap
       
    99      * Handling auxiliary keypress events including OK and Backspace.
       
   100      * HandleKeyEventL() call this method.
       
   101      *
       
   102      * @since 2.6
       
   103      * @param aKey The event key code
       
   104      * @param aLength The Length of keypress
       
   105      * @return ETrue If aKey was handled
       
   106      */
       
   107      TBool HandleAuxKeyL(TInt aKey, TKeyPressLength aLength);
       
   108     };
       
   109 #endif //__AKN_FEP_UI_INPUT_STATE_COMPLETION_HIRAGANA_KANJI_H__
       
   110 // End of file