equal
deleted
inserted
replaced
410 /** |
410 /** |
411 * Layout number entry component. The used layout depends on |
411 * Layout number entry component. The used layout depends on |
412 * the availability and state of Easy dialing. |
412 * the availability and state of Easy dialing. |
413 */ |
413 */ |
414 void LayoutNumberEntry( const TRect& aParent, TInt aVariety ); |
414 void LayoutNumberEntry( const TRect& aParent, TInt aVariety ); |
415 |
415 |
416 private: // Data |
416 private: // Data |
417 |
417 |
418 // Keypad container - owned |
418 // Keypad container - owned |
419 CDialerKeyPadContainer* iKeypadArea; |
419 CDialerKeyPadContainer* iKeypadArea; |
420 |
420 |
422 CDialerNumberEntry* iNumberEntry; |
422 CDialerNumberEntry* iNumberEntry; |
423 |
423 |
424 // Is Number entry (e.g. dialer) being used at the moment |
424 // Is Number entry (e.g. dialer) being used at the moment |
425 TBool iIsUsed; |
425 TBool iIsUsed; |
426 |
426 |
427 // Reference to CEikonEnv |
|
428 CEikonEnv& iEikEnv; |
|
429 |
|
430 // Resource |
427 // Resource |
431 TInt iResourceOffset; |
428 TInt iResourceOffset; |
432 |
429 |
433 // Is virtual key board open |
430 // Is virtual key board open |
434 TBool iVirtualKeyBoardOpen; |
431 TBool iVirtualKeyBoardOpen; |