equal
deleted
inserted
replaced
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; |