camerauis/cameraapp/generic/inc/CamPreCaptureViewBase.h
branchRCL_3
changeset 13 38fb6f7eacd5
parent 9 792dfc98fb3b
equal deleted inserted replaced
12:51dda465e618 13:38fb6f7eacd5
   157         * Try to start the capture with MSK command. 
   157         * Try to start the capture with MSK command. 
   158         * @since 9.1
   158         * @since 9.1
   159         * @return ETrue if started.
   159         * @return ETrue if started.
   160         */
   160         */
   161         virtual TBool StartMskCaptureL() = 0;
   161         virtual TBool StartMskCaptureL() = 0;
       
   162         
       
   163         
       
   164         /**
       
   165         * Getter for iCaptureSetupModeActive
       
   166         * @since 9.2
       
   167         * @return iCaptureSetupModeActive
       
   168         */
       
   169         TBool IsSetupModeActive();
   162 
   170 
   163     protected:    // Functions from base classes
   171     protected:    // Functions from base classes
   164 
   172 
   165         /**
   173         /**
   166         * From CCamPreCaptureViewBase 
   174         * From CCamPreCaptureViewBase