camerauis/cameraapp/generic/src/CamInfoListBoxContainer.cpp
branchRCL_3
changeset 15 bf64cebf4673
parent 12 51dda465e618
child 16 53c8aa5d97a3
equal deleted inserted replaced
13:38fb6f7eacd5 15:bf64cebf4673
   597               {
   597               {
   598               iView.HandleCommandL( EAknSoftkeySelect ); 
   598               iView.HandleCommandL( EAknSoftkeySelect ); 
   599               }
   599               }
   600               break;  
   600               break;  
   601         
   601         
       
   602         case EEventPenDownOnItem:
       
   603             {            
       
   604             ShowTooltipL();
       
   605             }
       
   606             break;
       
   607                     
   602         case EEventItemClicked:
   608         case EEventItemClicked:
   603         case EEventItemSingleClicked:
   609         case EEventItemSingleClicked:
   604             {
   610             {
   605             TInt settingValue = CurrentSettingItemValue();
   611             TInt settingValue = CurrentSettingItemValue();
   606             iController.PreviewSettingChangeL( ECamSettingItemDynamicPhotoLightSensitivity, settingValue );
   612             iController.PreviewSettingChangeL( ECamSettingItemDynamicPhotoLightSensitivity, settingValue );
   607             ShowTooltipL();
       
   608             }
   613             }
   609             break;
   614             break;
   610         default:
   615         default:
   611             break;
   616             break;
   612         }
   617         }