camerauis/cameraapp/generic/inc/CamAppController.h
branchRCL_3
changeset 67 756ad29ed18e
parent 62 f0c0788c4de2
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
   361     
   361     
   362     /** 
   362     /** 
   363     * Return whether saving is still in progress.
   363     * Return whether saving is still in progress.
   364     */    
   364     */    
   365     TBool IsSavingInProgress() const;
   365     TBool IsSavingInProgress() const;
   366      
   366     
       
   367     /** 
       
   368     * Return whether snapshot rotation is still active.
       
   369     */    
       
   370     TBool IsRotationActive() const;
       
   371     
   367     /**
   372     /**
   368     * Return if settings restore is set pending.
   373     * Return if settings restore is set pending.
   369     */
   374     */
   370     TBool IsSettingsRestoreNeeded() const;
   375     TBool IsSettingsRestoreNeeded() const;
   371   
   376   
  1422    * Set pointer to settings plug-in. Takes ownership!
  1427    * Set pointer to settings plug-in. Takes ownership!
  1423    * @param aPlugin Pointer to settings plug-in. This object
  1428    * @param aPlugin Pointer to settings plug-in. This object
  1424    *                takes ownership.
  1429    *                takes ownership.
  1425    * @since S60 v5.0
  1430    * @since S60 v5.0
  1426    */
  1431    */
  1427 void SetSettingsPlugin( TUid aPlugin );
  1432 void SetSettingsPlugin( CCamGSInterface* aPlugin );
  1428 
  1433 
  1429   /**
  1434   /**
  1430   * Set viewfinder window for direct screen viewfinder. The handle must remain
  1435   * Set viewfinder window for direct screen viewfinder. The handle must remain
  1431   * valid as long as viewfinder is running. 
  1436   * valid as long as viewfinder is running. 
  1432   * @since S60 v5.0
  1437   * @since S60 v5.0
  2655     CCamConfiguration*  iConfiguration; //< Configuration Manager. *owned*    
  2660     CCamConfiguration*  iConfiguration; //< Configuration Manager. *owned*    
  2656     CCFClient* iContextFwClient;
  2661     CCFClient* iContextFwClient;
  2657     TBool iDefineContextSuccessful;
  2662     TBool iDefineContextSuccessful;
  2658     TBool iStorageChangeProcessOngoing;
  2663     TBool iStorageChangeProcessOngoing;
  2659     // own.
  2664     // own.
  2660     TUid iPlugin;
  2665     CCamGSInterface* iPlugin;
  2661     TBool iSilentProfile;
  2666     TBool iSilentProfile;
  2662     TInt iTimeLapseCaptureCount;
  2667     TInt iTimeLapseCaptureCount;
  2663     RFs iFs;
  2668     RFs iFs;
  2664     CCamDriveChangeNotifier* iDriveChangeNotifier;
  2669     CCamDriveChangeNotifier* iDriveChangeNotifier;
  2665     TCamMediaStorage iCurrentStorage;
  2670     TCamMediaStorage iCurrentStorage;