photosgallery/viewframework/views/zoomview/inc/glxzoomcontrol.h
branchRCL_3
changeset 9 6b87b143d312
parent 4 57d388cc48c1
child 14 ce1c7ad1f18b
equal deleted inserted replaced
5:f7f0874bfe7d 9:6b87b143d312
   100 
   100 
   101     /**
   101     /**
   102     * Show the control and begin zooming in.
   102     * Show the control and begin zooming in.
   103     * @param aIntialZoomLevel:The Initial Zoom Level shown when zoom is active from full screen view.
   103     * @param aIntialZoomLevel:The Initial Zoom Level shown when zoom is active from full screen view.
   104     * @param aTap            :if the zoom was launched by tapping or by pressing volume key.
   104     * @param aTap            :if the zoom was launched by tapping or by pressing volume key.
   105     */
   105     * @param aViewingMode	 :if the image is opened from imgviewer or not
       
   106 	*/
   106     IMPORT_C void ActivateL(TInt aIntialZoomRatio,TZoomStartMode aStartMode,TInt aFocusIndex, 
   107     IMPORT_C void ActivateL(TInt aIntialZoomRatio,TZoomStartMode aStartMode,TInt aFocusIndex, 
   107                                     TGlxMedia& aItem,  TPoint* aZoomFocus = NULL);
   108                                     TGlxMedia& aItem,  TPoint* aZoomFocus = NULL
       
   109                                     ,TBool aViewingMode = EFalse);
   108 
   110 
   109     /**
   111     /**
   110     * Hide the control and disable zooming.
   112     * Hide the control and disable zooming.
   111     */
   113     */
   112     IMPORT_C void Deactivate();
   114     IMPORT_C void Deactivate();
   250     TSize iScreenSize;
   252     TSize iScreenSize;
   251     TBool iMultiTouchGestureOngoing;
   253     TBool iMultiTouchGestureOngoing;
   252     CGlxTv*  iGlxTvOut;
   254     CGlxTv*  iGlxTvOut;
   253     CPeriodic* iTimer;
   255     CPeriodic* iTimer;
   254     TBool iZoomIn;
   256     TBool iZoomIn;
   255     TBool iIsHDMIconnected;
   257     
   256     };
   258     };
   257 
   259 
   258 #endif  // C_GLXZOOMCONTROL_H
   260 #endif  // C_GLXZOOMCONTROL_H
   259 
   261 
   260 // End of File
   262 // End of File