diff -r 71da52165949 -r ce1c7ad1f18b photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h --- 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;