ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 58 383b67fbdb11
parent 54 0f0f3f26f787
child 62 36d93b4dc635
--- a/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Fri Aug 06 20:44:25 2010 +0530
+++ b/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Mon Aug 23 18:06:16 2010 +0530
@@ -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;
 };