camerauis/cameraapp/generic/inc/CamZoomPane.h
branchRCL_3
changeset 18 51dda465e618
parent 0 1ddebce53859
equal deleted inserted replaced
16:d486e5e3cc9a 18:51dda465e618
   240         * @return Whether the current zoom value is the minimum zoom
   240         * @return Whether the current zoom value is the minimum zoom
   241         */
   241         */
   242         TBool IsZoomAtMinimum() const;
   242         TBool IsZoomAtMinimum() const;
   243 
   243 
   244         /**
   244         /**
       
   245         * Returns whether the current zoom value is the maximum zoom
       
   246         * @since 5.1
       
   247         * @return Whether the current zoom value is the maximum zoom
       
   248         */
       
   249         TBool IsZoomAtMaximum() const;
       
   250 
       
   251         /**
       
   252         * Zooms to max zoom value
       
   253         * @since 5.1
       
   254         */                        
       
   255         void ZoomToMaximum();
       
   256 
       
   257         /**
       
   258         * Zooms to min zoom value
       
   259         * @since 5.1
       
   260         */                        
       
   261         void ZoomToMinimum();
       
   262 
       
   263         /**
   245         * Stops all zooming activity
   264         * Stops all zooming activity
   246         */
   265         */
   247         void StopZoom();
   266         void StopZoom();
   248         
   267         
   249         /***
   268         /***