equal
deleted
inserted
replaced
172 * |
172 * |
173 * @since S60 v3.2.3. |
173 * @since S60 v3.2.3. |
174 * @return None. |
174 * @return None. |
175 */ |
175 */ |
176 void ShowEEPInfo(); |
176 void ShowEEPInfo(); |
|
177 |
|
178 /** |
|
179 * Submit text |
|
180 * @param aText text |
|
181 */ |
|
182 void SubmitTextL( const TDesC& aText ); |
|
183 |
|
184 protected: |
|
185 void CommitCandidateL(); |
|
186 |
|
187 TInt GetIndexOfToneMark( const TDesC& aText); |
|
188 |
177 }; |
189 }; |
178 |
190 |
179 /** |
191 /** |
180 * TAknFepInputStateSpellingMiniQwertyZhuyin class. |
192 * TAknFepInputStateSpellingMiniQwertyZhuyin class. |
181 * |
193 * |
204 * This Method is called by CAknFepUIManagerJapanese. |
216 * This Method is called by CAknFepUIManagerJapanese. |
205 * |
217 * |
206 * @param aCommandId Command ID value |
218 * @param aCommandId Command ID value |
207 */ |
219 */ |
208 void HandleCommandL( TInt aCommandId ); |
220 void HandleCommandL( TInt aCommandId ); |
209 |
221 |
|
222 /** |
|
223 * Submit text |
|
224 * @param aText text |
|
225 */ |
|
226 void SubmitTextL( const TDesC& aText ); |
|
227 |
210 private: |
228 private: |
|
229 |
|
230 void CommitCandidateL(); |
|
231 |
|
232 TInt GetIndexOfToneMark( const TDesC& aText); |
211 /** |
233 /** |
212 * From TAknFepInputStateCandidateBasePhrase |
234 * From TAknFepInputStateCandidateBasePhrase |
213 * Handle system key press |
235 * Handle system key press |
214 * |
236 * |
215 * @since S60 v3.2 |
237 * @since S60 v3.2 |
286 /** |
308 /** |
287 * the postion of the first tonemark appeared |
309 * the postion of the first tonemark appeared |
288 * @since S60 v3.2 |
310 * @since S60 v3.2 |
289 */ |
311 */ |
290 TInt GetIndexOfToneMark( const TDesC& aText); |
312 TInt GetIndexOfToneMark( const TDesC& aText); |
|
313 |
|
314 /** |
|
315 * Submit text |
|
316 * @param aText text |
|
317 */ |
|
318 void SubmitTextL( const TDesC& aText ); |
291 }; |
319 }; |
292 |
320 |
293 #endif /*AKNFEPUIINPUTSTATEMINIQWERTYZHUYINPHRASE_H_*/ |
321 #endif /*AKNFEPUIINPUTSTATEMINIQWERTYZHUYINPHRASE_H_*/ |