camerauis/cameraapp/generic/inc/CamCaptureSetupViewBase.h
branchRCL_3
changeset 25 bf64cebf4673
parent 12 8c55c525d5d7
equal deleted inserted replaced
20:38fb6f7eacd5 25:bf64cebf4673
   287         // Handler for the capture setup control
   287         // Handler for the capture setup control
   288         CCamCaptureSetupControlHandler* iCaptureSetupControlHandler;
   288         CCamCaptureSetupControlHandler* iCaptureSetupControlHandler;
   289         
   289         
   290         // A second container that the view uses when in capture setup mode
   290         // A second container that the view uses when in capture setup mode
   291         CCamCaptureSetupContainer* iCaptureSetupContainer;
   291         CCamCaptureSetupContainer* iCaptureSetupContainer;
       
   292         
       
   293         // Stores the previous capture mode of camera before entering Infolistbox mode 
       
   294         TCamPreCaptureMode iPrevCaptureMode;
   292 
   295 
   293     };
   296     };
   294 
   297 
   295 #endif      // CAMCAPTURESETUPVIEWBASE_H 
   298 #endif      // CAMCAPTURESETUPVIEWBASE_H 
   296             
   299