phoneuis/dialer/inc/cdialer.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   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;
       
   440           
   437           
   441         // Keypad container  - owned
   438         // Keypad container  - owned
   442         CDialerKeyPadContainer* iKeypadArea;
   439         CDialerKeyPadContainer* iKeypadArea;
   443              
   440              
   444         // Number entry container - owned
   441         // Number entry container - owned
   480         
   477         
   481         /*
   478         /*
   482          * Is qwerty mode on.
   479          * Is qwerty mode on.
   483          */
   480          */
   484         TBool iQwertyMode;
   481         TBool iQwertyMode;
   485         
       
   486         /**
       
   487          * Is hybrid keyboard mode used. 
       
   488          */
       
   489         TBool iHybridKeyboardMode;
       
   490 
   482 
   491         /**
   483         /**
   492          * Server wich sends events via callback when the virtual keyboard is opened/closed.
   484          * Server wich sends events via callback when the virtual keyboard is opened/closed.
   493          */		
   485          */		
   494         RPeninputServer iPeninputServer;
   486         RPeninputServer iPeninputServer;