equal
deleted
inserted
replaced
395 * keyboard. |
395 * keyboard. |
396 */ |
396 */ |
397 void UpdateEdwinState( TEditorType aType ); |
397 void UpdateEdwinState( TEditorType aType ); |
398 |
398 |
399 /** |
399 /** |
|
400 * Disables numeric key sounds, or removed disabling. |
|
401 */ |
|
402 void DisableNumericKeySounds( TBool aSounds ); |
|
403 |
|
404 /** |
400 * Loads easydialing plugin. If loading fails (for instance when |
405 * Loads easydialing plugin. If loading fails (for instance when |
401 * easydialing feature flag is not enabled in the device), |
406 * easydialing feature flag is not enabled in the device), |
402 * iEasyDialer will be NULL after this function returns. |
407 * iEasyDialer will be NULL after this function returns. |
403 */ |
408 */ |
404 void LoadEasyDialingPlugin(); |
409 void LoadEasyDialingPlugin(); |
484 * Current type of the editor field. The field is numeric unless |
489 * Current type of the editor field. The field is numeric unless |
485 * the device is in QWERTY mode and there is some consumer (like VoIP, EasyDialing) |
490 * the device is in QWERTY mode and there is some consumer (like VoIP, EasyDialing) |
486 * for the alphabetic characters. |
491 * for the alphabetic characters. |
487 */ |
492 */ |
488 TEditorType iEditorType; |
493 TEditorType iEditorType; |
|
494 |
|
495 /* |
|
496 * ETrue if numeric keysounds are disabled. They are disabled when number |
|
497 * key should produce DTMF tone. |
|
498 */ |
|
499 TBool iNumericKeySoundsDisabled; |
489 }; |
500 }; |
490 |
501 |
491 #endif // CDIALER_H |
502 #endif // CDIALER_H |
492 |
503 |
493 // End of File |
504 // End of File |