equal
deleted
inserted
replaced
371 * Queries the value of PredictiveText Auto Word Completion state to be On from shared data |
371 * Queries the value of PredictiveText Auto Word Completion state to be On from shared data |
372 * |
372 * |
373 * @return 1 for on or 0 for off |
373 * @return 1 for on or 0 for off |
374 * Since 5.0 |
374 * Since 5.0 |
375 */ |
375 */ |
376 TInt CAknFepSharedDataInterface::PredictiveTextAutoCompleteOn(); |
376 TInt PredictiveTextAutoCompleteOn(); |
377 |
377 |
378 |
378 |
379 /** |
379 /** |
380 * Sets the value of PredictiveText Auto Word Completion state to 1 in shared data - this |
380 * Sets the value of PredictiveText Auto Word Completion state to 1 in shared data - this |
381 * is used to represent predictive text Auto Word Completion being on |
381 * is used to represent predictive text Auto Word Completion being on |
382 * Since 5.0 |
382 * Since 5.0 |
383 */ |
383 */ |
384 void CAknFepSharedDataInterface::SetPredictiveTextAutoCompleteOn(); |
384 void SetPredictiveTextAutoCompleteOn(); |
385 |
385 |
386 |
386 |
387 /** |
387 /** |
388 * Sets the value of PredictiveText Auto Word Completion state to 0 in shared data - this |
388 * Sets the value of PredictiveText Auto Word Completion state to 0 in shared data - this |
389 * is used to represent predictive text Auto Word Completion being off |
389 * is used to represent predictive text Auto Word Completion being off |
390 * Since 5.0 |
390 * Since 5.0 |
391 */ |
391 */ |
392 void CAknFepSharedDataInterface::ResetPredictiveTextAutoCompleteOn(); |
392 void ResetPredictiveTextAutoCompleteOn(); |
393 #ifndef RD_INTELLIGENT_TEXT_INPUT |
393 #ifndef RD_INTELLIGENT_TEXT_INPUT |
394 |
394 |
395 /** |
395 /** |
396 * Handles a change in predictive text Auto Word Completion setting from general settings |
396 * Handles a change in predictive text Auto Word Completion setting from general settings |
397 * Since 5.0 |
397 * Since 5.0 |