camerauis/cameraapp/generic/src/CamCaptureSetupContainer.cpp
changeset 2 e8773a61782d
parent 0 1ddebce53859
child 7 dbec5787fa68
equal deleted inserted replaced
1:f5ec9446e5bf 2:e8773a61782d
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   664               iView.HandleCommandL(EAknSoftkeyOk);
   664               iView.HandleCommandL(EAknSoftkeyOk);
   665               }
   665               }
   666               break;  
   666               break;  
   667         
   667         
   668         case EEventItemClicked:
   668         case EEventItemClicked:
       
   669         case EEventPenDownOnItem: // Fall through
   669             {
   670             {
   670             MCamListboxModel* model = static_cast<MCamListboxModel*>( aListBox->Model() );
   671             MCamListboxModel* model = static_cast<MCamListboxModel*>( aListBox->Model() );
   671             iControlHandler.HandleSettingValueUpdateL( model->ItemValue( aListBox->CurrentItemIndex() ) ); 
   672             iControlHandler.HandleSettingValueUpdateL( model->ItemValue( aListBox->CurrentItemIndex() ) ); 
   672             }
   673             }
   673             break;
   674             break;