camerauis/cameraapp/generic/src/CamStillUserSceneSetupView.cpp
branchRCL_3
changeset 12 8c55c525d5d7
parent 7 dbec5787fa68
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   193 
   193 
   194 // ---------------------------------------------------------------------------
   194 // ---------------------------------------------------------------------------
   195 // CCamStillUserSceneSetupView::SwitchToInfoListBoxL
   195 // CCamStillUserSceneSetupView::SwitchToInfoListBoxL
   196 // ---------------------------------------------------------------------------
   196 // ---------------------------------------------------------------------------
   197 //
   197 //
   198 void CCamStillUserSceneSetupView::SwitchToInfoListBoxL( TCamInfoListBoxMode aMode )
   198 void CCamStillUserSceneSetupView::SwitchToInfoListBoxL( TCamInfoListBoxMode aMode, TBool aFullySkinned )
   199     {   
   199     {   
   200     CCamAppUi* appUi = static_cast<CCamAppUi*>( iCoeEnv->AppUi() );  	
   200     CCamAppUi* appUi = static_cast<CCamAppUi*>( iCoeEnv->AppUi() );  	
   201 
   201 
   202     TBool modeSelected = EFalse;
   202     TBool modeSelected = EFalse;
   203     TInt listBoxResource;
   203     TInt listBoxResource;
   244                 *this,                                                            
   244                 *this,                                                            
   245                 iController,
   245                 iController,
   246                 listBoxResource,
   246                 listBoxResource,
   247                 summaryResource,
   247                 summaryResource,
   248                 initialValue,
   248                 initialValue,
   249                 titleResource );		
   249                 titleResource,
       
   250                 aFullySkinned);		
       
   251         if( !aFullySkinned )
       
   252             {
       
   253             StartViewFinder();
       
   254             }
   250         iInfoListBoxMode = aMode;          
   255         iInfoListBoxMode = aMode;          
   251         iSettingModeTitleResourceId = titleResource;                                                   										    			
   256         iSettingModeTitleResourceId = titleResource;                                                   										    			
   252 
   257 
   253         iPreviousMenuResourceId = ROID(R_CAM_USER_SCENE_SETUP_MENUBAR_ID);
   258         iPreviousMenuResourceId = ROID(R_CAM_USER_SCENE_SETUP_MENUBAR_ID);
   254 
   259 
   255         // Remove the view's main container, and add the capture setup 
   260         // Remove the view's main container, and add the capture setup 
   256         // control associated with the input command to the container stack.
   261         // control associated with the input command to the container stack.
   257         CCamCaptureSetupViewBase::SwitchToInfoListBoxL( aMode );        
   262         CCamCaptureSetupViewBase::SwitchToInfoListBoxL( aMode, aFullySkinned );        
   258         }
   263         }
   259     }
   264     }
   260     
   265     
   261 // ---------------------------------------------------------------------------
   266 // ---------------------------------------------------------------------------
   262 // CCamStillUserSceneSetupView::HandleInfoListBoxSelectionL()
   267 // CCamStillUserSceneSetupView::HandleInfoListBoxSelectionL()