diff -r d486e5e3cc9a -r 51dda465e618 camerauis/cameraapp/generic/inc/CamZoomPane.h --- a/camerauis/cameraapp/generic/inc/CamZoomPane.h Wed Mar 31 21:06:44 2010 +0300 +++ b/camerauis/cameraapp/generic/inc/CamZoomPane.h Wed Apr 14 15:41:04 2010 +0300 @@ -242,6 +242,25 @@ TBool IsZoomAtMinimum() const; /** + * Returns whether the current zoom value is the maximum zoom + * @since 5.1 + * @return Whether the current zoom value is the maximum zoom + */ + TBool IsZoomAtMaximum() const; + + /** + * Zooms to max zoom value + * @since 5.1 + */ + void ZoomToMaximum(); + + /** + * Zooms to min zoom value + * @since 5.1 + */ + void ZoomToMinimum(); + + /** * Stops all zooming activity */ void StopZoom();