ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 61 743eb0b9959e
parent 55 fb37077c270f
child 67 199e6e1e0b54
--- 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;
 };