camerauis/cameraapp/generic/inc/CamSettingsModel.h
branchRCL_3
changeset 16 53c8aa5d97a3
parent 10 8c55c525d5d7
child 17 8f559c47d7fd
--- a/camerauis/cameraapp/generic/inc/CamSettingsModel.h	Tue May 11 15:56:11 2010 +0300
+++ b/camerauis/cameraapp/generic/inc/CamSettingsModel.h	Tue May 25 12:22:04 2010 +0300
@@ -88,6 +88,28 @@
     * @return None
     */
     void StoreFaceTrackingValue(); 
+    
+    
+    /**
+    * Returns the face tracking state as it was before the latest scene mode change
+    */  
+    TCamSettingsOnOff GetPreviousFaceTrack();
+    
+    /**
+    * Sets the face tracking state as it was before the latest scene mode change
+    */  
+    void SetPreviousFaceTrack( TCamSettingsOnOff aPreviousFaceTrack );
+    
+    /**
+    * Returns the scene mode that was in use before the current scene mode was selected
+    */ 
+    TCamSceneId GetPreviousSceneMode();
+
+    /**
+    * Sets the scene mode that was in use before the current scene mode was selected
+    */  
+    void SetPreviousSceneMode( TCamSceneId aPreviousSceneMode );
+    
 
   // -------------------------------------------------------------------------
   // From base class MCamSettingsModel