photosgallery/viewframework/uiutilities/inc/glxuiutility.h
branchRCL_3
changeset 13 bcb43dc84c44
parent 12 ce1c7ad1f18b
child 14 2dac0fdba72b
--- a/photosgallery/viewframework/uiutilities/inc/glxuiutility.h	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/uiutilities/inc/glxuiutility.h	Wed Mar 31 21:31:03 2010 +0300
@@ -171,23 +171,16 @@
     IMPORT_C CGlxScreenFurniture* ScreenFurniture();
 
     /**
-     * CHgContextUtility
-     * @return pointer to CHgContextUtility
-     */
-    //IMPORT_C CHgContextUtility* ContextUtility();
-    
-    /**
      * This method can be used to check whether pen support is enabled.
      * @return ETrue if pen support is enabled, otherwise EFalse.
      */
     IMPORT_C TBool IsPenSupported();
-    //Nitz Review Added
+
     /**
      * This method can be used to set the image size required for Rotation.
      * @param aRotatedImageSize the image size to be set.
      */
     IMPORT_C void SetRotatedImageSize(TSize aRotatedImageSize);
-    //Nitz Review Added end
     
     /**
      * This method can be used to Get the image size required for Rotation.
@@ -229,6 +222,17 @@
      */
     IMPORT_C TInt VisibleItemsInPageGranularityL();
     
+    /**
+     * @return The current Grid toolbar being used
+     */
+    IMPORT_C CAknToolbar* GetGridToolBar();
+
+    /**
+     * Set the current Grid toolbar being used
+     * @param aToolbar Current Toolbar
+     */
+    IMPORT_C void SetGridToolBar(CAknToolbar* aToolbar);
+    
 public: // from class MGlxTvObserver
 
     /**
@@ -350,8 +354,9 @@
     TBool iIsExiting;
     //Added to give the Image size to the Coverflow Widget for Rotation
     TSize iRotatedImageSize;
-    
-//    CHgContextUtility* iContextUtility;
+	
+	//current Toolbar being used
+    CAknToolbar* iToolbar;
     };