camerauis/cameraapp/generic/inc/CamAppController.h
branchRCL_3
changeset 35 e32fcfe0045f
parent 31 8f559c47d7fd
equal deleted inserted replaced
31:8f559c47d7fd 35:e32fcfe0045f
  2275 		/**
  2275 		/**
  2276 		* Handles the current pending Hdmi EVent
  2276 		* Handles the current pending Hdmi EVent
  2277 		*/
  2277 		*/
  2278         void HandlePendingHdmiEvent();
  2278         void HandlePendingHdmiEvent();
  2279 		
  2279 		
  2280     /**
  2280         /**
  2281 	* Returns ETrue when scene mode is forced to 
  2281         * Returns ETrue when scene mode is forced to 
  2282     * "Automatic" by secondary camera
  2282         * "Automatic" by secondary camera
  2283 	*/
  2283         */
  2284     TBool SceneModeForcedBySecondaryCamera();
  2284         TBool SceneModeForcedBySecondaryCamera();
       
  2285 
       
  2286         /**
       
  2287         * Set value defining if capturing with touch capture button 
       
  2288         */
       
  2289         void SetTouchCapture( TBool aTouchCapture );
  2285 
  2290 
  2286   private:
  2291   private:
  2287 
  2292 
  2288     // -----------------------------------------------------
  2293     // -----------------------------------------------------
  2289     // Construction parts
  2294     // Construction parts
  2678     TBool iSnapshotRedrawNeeded;
  2683     TBool iSnapshotRedrawNeeded;
  2679     
  2684     
  2680     TCamHdmiEvent iPendingHdmiEvent;
  2685     TCamHdmiEvent iPendingHdmiEvent;
  2681 	
  2686 	
  2682     TBool iSceneModeForcedBySecondaryCamera;
  2687     TBool iSceneModeForcedBySecondaryCamera;
       
  2688 
       
  2689     TBool iTouchCapture;
  2683 	
  2690 	
  2684     };
  2691     };
  2685 
  2692 
  2686 #endif      // CAMAPPCONTROLLER_H
  2693 #endif      // CAMAPPCONTROLLER_H
  2687             
  2694