diff -r fb37077c270f -r 743eb0b9959e ui/widgets/glxzoomwidget/inc/glxzoomwidget.h --- a/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h Wed Aug 18 09:48:53 2010 +0300 +++ b/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h Thu Sep 02 20:26:45 2010 +0300 @@ -31,10 +31,7 @@ class GlxImageDecoderWrapper; class QTimeLine; -const int MAXZVALUE = 100; -const int MINZVALUE = 0; -const int NOOFSTEPS = 20; -const float MAXDTZOOMIN = 3.5; + class GLXZOOMWIDGETSHARED_EXPORT GlxZoomWidget : public HbScrollArea { @@ -152,8 +149,8 @@ qreal mIncSF; //stores the scalingfactor increment applicable for each step of double tap animation qreal msfInc; - //stores the item size before performing zoomout(zo) - QSizeF mzoSize; + //stores the item size before performing zoomout or zoomin + QSizeF minitSize; //counter to track the double tap animation steps int mdoubletapSteps; };