photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 27 34937ec34dac
parent 26 5b3385a43d68
equal deleted inserted replaced
26:5b3385a43d68 27:34937ec34dac
   313     /**
   313     /**
   314      * Update coverflow items after zoom/foreground event
   314      * Update coverflow items after zoom/foreground event
   315      */
   315      */
   316     void UpdateItems();
   316     void UpdateItems();
   317 
   317 
       
   318     /**
       
   319      * Handle coverflow item removed event / 
       
   320      * external file deletion while gaining foreground
       
   321      */
       
   322     void HandleItemRemovedL();
       
   323     
       
   324     /**
       
   325      * Sets the title pane text
       
   326      * @param aTitleText Title text
       
   327      */
       
   328     void SetTitlePaneTextL(const TDesC& aTitleText);
       
   329 
   318 private:
   330 private:
   319     /** Softkey resource id's */
   331     /** Softkey resource id's */
   320     TFullScreenViewResourceIds iResourceIds; 
   332     TFullScreenViewResourceIds iResourceIds; 
   321     // /** Avkon unique ViewId */ 
   333     // /** Avkon unique ViewId */ 
   322     TInt iViewUid;
   334     TInt iViewUid;
   365     
   377     
   366     // stores the initial zoom percentage
   378     // stores the initial zoom percentage
   367     TInt iInitialZoomRatio ;
   379     TInt iInitialZoomRatio ;
   368     //Previous focused index
   380     //Previous focused index
   369     TInt iOldFocusIndex;
   381     TInt iOldFocusIndex;
       
   382     // Previous focused Uri
       
   383     HBufC* iUri;
       
   384 
   370     TBool iImgViewerMode;
   385     TBool iImgViewerMode;
   371 	CGlxMMCNotifier* iMMCNotifier;
   386 	CGlxMMCNotifier* iMMCNotifier;
   372 	TBool iMMCState;
   387 	TBool iMMCState;
   373 	TSize iScrnSize;   // ScrnSize
   388 	TSize iScrnSize;   // ScrnSize
   374 	TSize iGridIconSize; // grid icon size
   389 	TSize iGridIconSize; // grid icon size