diff -r 5b3385a43d68 -r 34937ec34dac photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h --- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Wed Sep 01 12:33:26 2010 +0100 +++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h Tue Sep 14 21:19:17 2010 +0300 @@ -315,6 +315,18 @@ */ void UpdateItems(); + /** + * Handle coverflow item removed event / + * external file deletion while gaining foreground + */ + void HandleItemRemovedL(); + + /** + * Sets the title pane text + * @param aTitleText Title text + */ + void SetTitlePaneTextL(const TDesC& aTitleText); + private: /** Softkey resource id's */ TFullScreenViewResourceIds iResourceIds; @@ -367,6 +379,9 @@ TInt iInitialZoomRatio ; //Previous focused index TInt iOldFocusIndex; + // Previous focused Uri + HBufC* iUri; + TBool iImgViewerMode; CGlxMMCNotifier* iMMCNotifier; TBool iMMCState;