equal
deleted
inserted
replaced
432 * @see MPenUiActivationHandler |
432 * @see MPenUiActivationHandler |
433 */ |
433 */ |
434 void OnPeninputUiActivated(); |
434 void OnPeninputUiActivated(); |
435 |
435 |
436 private: // Data |
436 private: // Data |
|
437 |
|
438 // Component controls of dialer. |
|
439 RPointerArray<CCoeControl> iComponentControls; |
437 |
440 |
438 // Keypad container - owned |
441 // Keypad container - owned |
439 CDialerKeyPadContainer* iKeypadArea; |
442 CDialerKeyPadContainer* iKeypadArea; |
440 |
443 |
441 // Number entry container - owned |
444 // Number entry container - owned |
477 |
480 |
478 /* |
481 /* |
479 * Is qwerty mode on. |
482 * Is qwerty mode on. |
480 */ |
483 */ |
481 TBool iQwertyMode; |
484 TBool iQwertyMode; |
|
485 |
|
486 /** |
|
487 * Is hybrid keyboard mode used. |
|
488 */ |
|
489 TBool iHybridKeyboardMode; |
482 |
490 |
483 /** |
491 /** |
484 * Server wich sends events via callback when the virtual keyboard is opened/closed. |
492 * Server wich sends events via callback when the virtual keyboard is opened/closed. |
485 */ |
493 */ |
486 RPeninputServer iPeninputServer; |
494 RPeninputServer iPeninputServer; |