fep/aknfep/inc/aknfepuiinputstateminiqwertystrokephrase.h
branchRCL_3
changeset 56 8152b1f1763a
parent 50 5a1685599b76
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
    70       * This Method is called by CAknFepUIManagerJapanese.
    70       * This Method is called by CAknFepUIManagerJapanese.
    71       *
    71       *
    72       * @param aCommandId Command ID value
    72       * @param aCommandId Command ID value
    73       */
    73       */
    74      void HandleCommandL( TInt aCommandId );
    74      void HandleCommandL( TInt aCommandId );
    75      
       
    76      void SubmitTextL( const TDesC& aText );
       
    77 
       
    78     };
    75     };
    79 
    76 
    80 /**
    77 /**
    81  *  TAknFepInputStateEditingMiniQwertyStrokePhrase class.
    78  *  TAknFepInputStateEditingMiniQwertyStrokePhrase class.
    82  *
    79  *
   113      * This Method is called by CAknFepUIManagerJapanese.
   110      * This Method is called by CAknFepUIManagerJapanese.
   114      *
   111      *
   115      * @param aCommandId Command ID value
   112      * @param aCommandId Command ID value
   116      */
   113      */
   117     void HandleCommandL( TInt aCommandId );
   114     void HandleCommandL( TInt aCommandId );
   118     
       
   119     void SubmitTextL( const TDesC& /*aText*/ );
       
   120     };
   115     };
   121 
   116 
   122 /**
   117 /**
   123  *  TAknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase class.
   118  *  TAknFepUiInputStateCandidateMiniQwertyPinyinAndStrokePhrase class.
   124  *
   119  *
   146      * This Method is called by CAknFepUIManagerJapanese.
   141      * This Method is called by CAknFepUIManagerJapanese.
   147      *
   142      *
   148      * @param aCommandId Command ID value
   143      * @param aCommandId Command ID value
   149      */
   144      */
   150     void HandleCommandL( TInt aCommandId );
   145     void HandleCommandL( TInt aCommandId );
   151     
       
   152     void SubmitTextL( const TDesC& aText );
       
   153 
       
   154 protected:
   146 protected:
   155 
   147 
   156     /**
   148     /**
   157      * From TAknFepInputStateCandidateBasePhrase
   149      * From TAknFepInputStateCandidateBasePhrase
   158      * Handle system key press
   150      * Handle system key press
   161      * @param aKey System key event
   153      * @param aKey System key event
   162      * @param aLength Key press length
   154      * @param aLength Key press length
   163      * @return ETrue if handle, otherwise this class do not handle this key
   155      * @return ETrue if handle, otherwise this class do not handle this key
   164      */
   156      */
   165     TBool HandleKeyL(TInt aKey, TKeyPressLength aLength);
   157     TBool HandleKeyL(TInt aKey, TKeyPressLength aLength);
   166 
       
   167     };
   158     };
   168 
   159 
   169 #endif /*__AKN_FEP_UI_INPUT_STATE_MINIQWERTY_STROKEPHRASECREATION_H__*/
   160 #endif /*__AKN_FEP_UI_INPUT_STATE_MINIQWERTY_STROKEPHRASECREATION_H__*/