equal
deleted
inserted
replaced
61 * |
61 * |
62 * @param aCommandId Command ID value |
62 * @param aCommandId Command ID value |
63 */ |
63 */ |
64 void HandleCommandL( TInt aCommandId ); |
64 void HandleCommandL( TInt aCommandId ); |
65 |
65 |
|
66 void SubmitTextL( const TDesC& aText ); |
|
67 |
66 protected: |
68 protected: |
67 |
69 |
68 /** |
70 /** |
69 * From TAknFepInputStateCandidateBasePhrase |
71 * From TAknFepInputStateCandidateBasePhrase |
70 * Handle system key press |
72 * Handle system key press |
115 * @since S60 V3.2 |
117 * @since S60 V3.2 |
116 * @param aText Pointer to the spelling |
118 * @param aText Pointer to the spelling |
117 * |
119 * |
118 */ |
120 */ |
119 TInt GetIndexOfToneMark( const TDesC& aText); |
121 TInt GetIndexOfToneMark( const TDesC& aText); |
|
122 |
|
123 void RefreshUI( TBool aRefresh ); |
120 }; |
124 }; |
121 |
125 |
122 #endif __AKN_FEP_UI_INPUT_STATE_CANDIDATE_MINIQWERTY_ZHUYINPHRASE_H__ |
126 #endif __AKN_FEP_UI_INPUT_STATE_CANDIDATE_MINIQWERTY_ZHUYINPHRASE_H__ |
123 |
127 |
124 // End of file |
128 // End of file |