photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h
branchRCL_3
changeset 9 6b87b143d312
parent 4 57d388cc48c1
child 14 ce1c7ad1f18b
--- a/photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h	Tue Feb 02 10:12:14 2010 +0200
+++ b/photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h	Fri Feb 19 22:51:01 2010 +0200
@@ -102,9 +102,11 @@
     * Show the control and begin zooming in.
     * @param aIntialZoomLevel:The Initial Zoom Level shown when zoom is active from full screen view.
     * @param aTap            :if the zoom was launched by tapping or by pressing volume key.
-    */
+    * @param aViewingMode	 :if the image is opened from imgviewer or not
+	*/
     IMPORT_C void ActivateL(TInt aIntialZoomRatio,TZoomStartMode aStartMode,TInt aFocusIndex, 
-                                    TGlxMedia& aItem,  TPoint* aZoomFocus = NULL);
+                                    TGlxMedia& aItem,  TPoint* aZoomFocus = NULL
+                                    ,TBool aViewingMode = EFalse);
 
     /**
     * Hide the control and disable zooming.
@@ -252,7 +254,7 @@
     CGlxTv*  iGlxTvOut;
     CPeriodic* iTimer;
     TBool iZoomIn;
-    TBool iIsHDMIconnected;
+    
     };
 
 #endif  // C_GLXZOOMCONTROL_H