camerauis/cameraapp/generic/src/CamCaptureSetupViewBase.cpp
branchRCL_3
changeset 35 e32fcfe0045f
parent 25 bf64cebf4673
equal deleted inserted replaced
31:8f559c47d7fd 35:e32fcfe0045f
   558         // Space for visible statuspane for non-touch device
   558         // Space for visible statuspane for non-touch device
   559         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, rect );
   559         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, rect );
   560         }
   560         }
   561     iCaptureSetupContainer = CCamCaptureSetupContainer::NewL( iController, 
   561     iCaptureSetupContainer = CCamCaptureSetupContainer::NewL( iController, 
   562                                    *this, *iCaptureSetupControlHandler, rect, aFullScreenVF );
   562                                    *this, *iCaptureSetupControlHandler, rect, aFullScreenVF );
   563     iCaptureSetupContainer->SetMopParent( this ); 
       
   564     appUi->AddToStackL( *this, iCaptureSetupContainer );
   563     appUi->AddToStackL( *this, iCaptureSetupContainer );
   565     iCaptureSetupContainer->ActivateL();
   564     iCaptureSetupContainer->ActivateL();
   566     iCaptureSetupContainer->DrawNow();
   565     iCaptureSetupContainer->DrawNow();
   567 
   566 
   568     // UpdateCbaL need this boolean to be set in order
   567     // UpdateCbaL need this boolean to be set in order