camerauis/cameraapp/generic/inc/CamContainerBase.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   287     /**
   287     /**
   288     * Is Secondary Capture Key
   288     * Is Secondary Capture Key
   289     * @since 9.1 ( checking for scan codes )
   289     * @since 9.1 ( checking for scan codes )
   290     */               
   290     */               
   291     TBool IsSecondaryCameraCaptureKey( const TKeyEvent& aKeyEvent ) const ;    
   291     TBool IsSecondaryCameraCaptureKey( const TKeyEvent& aKeyEvent ) const ;    
       
   292     /**
       
   293     * Enters viewfinder mode either in image or videomode
       
   294     * depending current visible view. Also starts idle timer.
       
   295     */
       
   296     void ReserveAndStartVF();
       
   297     
   292   // -------------------------------------------------------
   298   // -------------------------------------------------------
   293   // Constructors
   299   // Constructors
   294   protected: 
   300   protected: 
   295 
   301 
   296     /**
   302     /**