camerauis/cameraapp/generic/src/CamShootingModeContainer.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 17 8f559c47d7fd
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 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".
   103   
   103   
   104   iSummaryBitmapArray.ResetAndDestroy();
   104   iSummaryBitmapArray.ResetAndDestroy();
   105   iTitleArray.ResetAndDestroy();
   105   iTitleArray.ResetAndDestroy();
   106   iDescArray.ResetAndDestroy();
   106   iDescArray.ResetAndDestroy();
   107   iExplTxtLinesLayout.Close();  
   107   iExplTxtLinesLayout.Close();  
   108    
       
   109   if ( iFeedback ) 
       
   110     {
       
   111     iFeedback->RemoveFeedbackForControl( iListBox );
       
   112     }
       
   113 
   108 
   114   if ( iListBox )
   109   if ( iListBox )
   115 	  {
   110 	  {
   116 	  delete iListBox;
   111 	  delete iListBox;
   117 	  iListBox = NULL;
   112 	  iListBox = NULL;
   273     iTooltipController->SetPositionAndAlignment( 
   268     iTooltipController->SetPositionAndAlignment( 
   274                              TPoint( center.iX, rect.iTl.iY ), EHLeftVBottom );
   269                              TPoint( center.iX, rect.iTl.iY ), EHLeftVBottom );
   275      
   270      
   276     iTooltipController->SetTimeDelayBeforeShow( KInfoTooltipDelay );
   271     iTooltipController->SetTimeDelayBeforeShow( KInfoTooltipDelay );
   277     iTooltipController->SetTimePopupInView( KInfoTooltipDisplayTime );
   272     iTooltipController->SetTimePopupInView( KInfoTooltipDisplayTime );
   278     
   273 
   279     iFeedback = MTouchFeedback::Instance();  
   274     PRINT(_L("Camera <= CCamShootingModeContainer::ConstructL") )    
   280     if ( iFeedback )  
       
   281         {
       
   282         iFeedback->SetFeedbackArea( iListBox, 0, iListBox->Rect(), 
       
   283                                     ETouchFeedbackBasic, ETouchEventStylusDown );
       
   284         }
       
   285 
       
   286 	PRINT(_L("Camera <= CCamShootingModeContainer::ConstructL") )    
       
   287     }
   275     }
   288    
   276    
   289 
   277 
   290 // ---------------------------------------------------------------------------
   278 // ---------------------------------------------------------------------------
   291 // SelectSummaryResourceL
   279 // SelectSummaryResourceL