photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 9 6b87b143d312
child 14 2dac0fdba72b
--- a/photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h	Mon Mar 15 12:40:30 2010 +0200
@@ -78,6 +78,11 @@
      * @param aOpacity - Opacity value
      */
     void ShowItemMenu(TBool aOpacity);
+    /**
+     * Hides/shows the grid layout
+     * @return value of menu's visibility
+     */
+    TBool ItemMenuVisibility();
 
     /**
     * Sets the drawable screen rect 
@@ -122,9 +127,6 @@
     //Ui Utility, not owning, only close
     CGlxUiUtility* iUiUtility;
     
-    // Background Image Visual
-    CAlfImageVisual* iBackgroundBorderImageVisual;       
-    
     //Observer to handle the menu items in grid layout
     MGlxItemMenuObserver& iItemMenuObserver;