camerauis/cameraapp/generic/common/inc/mcamsettingsmodel.h
branchRCL_3
changeset 31 8f559c47d7fd
parent 27 53c8aa5d97a3
equal deleted inserted replaced
27:53c8aa5d97a3 31:8f559c47d7fd
   310     * Sets the scene mode that was in use before the current scene mode was selected
   310     * Sets the scene mode that was in use before the current scene mode was selected
   311     */         
   311     */         
   312     virtual void SetPreviousSceneMode( TCamSceneId aPreviousSceneMode ) = 0;
   312     virtual void SetPreviousSceneMode( TCamSceneId aPreviousSceneMode ) = 0;
   313     
   313     
   314     /**
   314     /**
       
   315     * Sets user scene setting to default
       
   316     */
       
   317     virtual void SetUserSceneDefault() = 0;
       
   318     
       
   319     /**
       
   320     * Handles a change in the value for the photo scene setting.
       
   321     * That is, it updates the rest of the photo dynamic setings.
       
   322     * @param the new scene value.
       
   323     * @since 2.8
       
   324     */
       
   325     virtual void PhotoSceneHasChangedL( TInt aSettingValue ) = 0;
       
   326     
       
   327     /**
   315     * Store UserScene settings
   328     * Store UserScene settings
   316     * @since 5.1
   329     * @since 5.1
   317     */
   330     */
   318     virtual void StoreUserSceneSettingsL() = 0;
   331     virtual void StoreUserSceneSettingsL() = 0;
   319   };
   332   };