phoneapp/phoneuiutils/src/cphoneqwertymodemonitor.cpp
branchRCL_3
changeset 17 38529f706030
parent 0 5f000ab63145
equal deleted inserted replaced
15:2a26698d78ba 17:38529f706030
   124     if ( aCategory == KCRUidAvkon )
   124     if ( aCategory == KCRUidAvkon )
   125         {
   125         {
   126         if ( aKey == KAknQwertyInputModeActive )
   126         if ( aKey == KAknQwertyInputModeActive )
   127             {
   127             {
   128             iQwertyMode = aValue;
   128             iQwertyMode = aValue;
       
   129             
       
   130             __PHONELOG1( EBasic, EPhoneUIUtils, 
       
   131                     "CPhoneQwertyModeMonitor::HandlePropertyChangedL KAknQwertyInputModeActive = %d", aValue  );
   129 
   132 
   130             for ( TInt i = 0; i < iObserverArray.Count(); i++ ) 
   133             for ( TInt i = 0; i < iObserverArray.Count(); i++ ) 
   131                 {
   134                 {
   132                 iObserverArray[ i ]->HandleQwertyModeChange( 
   135                 iObserverArray[ i ]->HandleQwertyModeChange( 
   133                     iQwertyMode );
   136                     iQwertyMode );
   134                 }           
   137                 }           
   135             }
   138             }
   136 #ifdef RD_INTELLIGENT_TEXT_INPUT        
   139 #ifdef RD_INTELLIGENT_TEXT_INPUT        
   137         else if ( aKey == KAknKeyBoardLayout )
   140         else if ( aKey == KAknKeyBoardLayout )
   138             {
   141             {
       
   142             __PHONELOG1( EBasic, EPhoneUIUtils, 
       
   143                     "CPhoneQwertyModeMonitor::HandlePropertyChangedL KAknKeyBoardLayout = %d", aValue  );
       
   144 
   139             for ( TInt i = 0; i < iObserverArray.Count(); i++ ) 
   145             for ( TInt i = 0; i < iObserverArray.Count(); i++ ) 
   140                 {
   146                 {
   141                 iKeyboard = aValue;
   147                 iKeyboard = aValue;
   142                 iObserverArray[ i ]->HandleKeyboardLayoutChange();
   148                 iObserverArray[ i ]->HandleKeyboardLayoutChange();
   143                 }
   149                 }