camerauis/cameraapp/generic/inc/CamAppUi.h
branchRCL_3
changeset 20 38fb6f7eacd5
parent 16 d486e5e3cc9a
child 25 bf64cebf4673
equal deleted inserted replaced
18:51dda465e618 20:38fb6f7eacd5
   222         /**
   222         /**
   223         * Get status of standby mode.
   223         * Get status of standby mode.
   224         */
   224         */
   225         TInt StandbyStatus() const;
   225         TInt StandbyStatus() const;
   226 
   226 
       
   227         /**
       
   228          * returns ETrue if the stsnby status is recoverable
       
   229          */
       
   230         TBool IsRecoverableStatus();
       
   231         
       
   232         /**
       
   233          * Change the standby status
       
   234          */
       
   235         TBool ChangeStandbyStatusL( TInt aError );
       
   236         
       
   237         /**
       
   238         * returns Getter for iPreCaptureMode
       
   239         */
       
   240         TCamPreCaptureMode PreCaptureMode();
       
   241         
   227         /*
   242         /*
   228         * Check for file name deletion/renaming outside camera
   243         * Check for file name deletion/renaming outside camera
   229         */
   244         */
   230         void StartFileNameCheck();
   245         void StartFileNameCheck();
   231              
   246              
   840          * @param aSuppress Whether the automatic UI-rise should be suppressed
   855          * @param aSuppress Whether the automatic UI-rise should be suppressed
   841          */
   856          */
   842         void SetSuppressUIRiseOnViewfinderStart(TBool aSuppress);
   857         void SetSuppressUIRiseOnViewfinderStart(TBool aSuppress);
   843         
   858         
   844         /**
   859         /**
   845         * Whether the current capture was selftimer initiated
   860         * Whether the latest capture was selftimer initiated
   846         * @return ETrue if the current capture was started via selftimer
   861         * @return ETrue if the latest capture was started via selftimer
   847         */
   862         */
   848         TBool IsSelfTimedCapture() const;
   863         TBool IsSelfTimedCapture() const;
   849 
   864 
   850 
   865 
   851         /**
   866         /**
  1331         
  1346         
  1332         /**
  1347         /**
  1333         * returns ETrue if headset is connected
  1348         * returns ETrue if headset is connected
  1334         */ 
  1349         */ 
  1335         TBool IsHeadsetConnected() const;
  1350         TBool IsHeadsetConnected() const;
  1336 
  1351         
  1337     public:
  1352     public:
  1338         /**
  1353         /**
  1339         * Display error note
  1354         * Display error note
  1340         * @since 2.8
  1355         * @since 2.8
  1341         * @param aError The error code
  1356         * @param aError The error code