photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 9 6b87b143d312
child 22 2dac0fdba72b
equal deleted inserted replaced
13:71da52165949 14:ce1c7ad1f18b
    76     /**
    76     /**
    77      * Hides/shows the grid layout
    77      * Hides/shows the grid layout
    78      * @param aOpacity - Opacity value
    78      * @param aOpacity - Opacity value
    79      */
    79      */
    80     void ShowItemMenu(TBool aOpacity);
    80     void ShowItemMenu(TBool aOpacity);
       
    81     /**
       
    82      * Hides/shows the grid layout
       
    83      * @return value of menu's visibility
       
    84      */
       
    85     TBool ItemMenuVisibility();
    81 
    86 
    82     /**
    87     /**
    83     * Sets the drawable screen rect 
    88     * Sets the drawable screen rect 
    84     * It also handles coordinates changed from Orientation
    89     * It also handles coordinates changed from Orientation
    85     * @param aRect - rect area where the Tags are drawn
    90     * @param aRect - rect area where the Tags are drawn
   120 private:
   125 private:
   121 
   126 
   122     //Ui Utility, not owning, only close
   127     //Ui Utility, not owning, only close
   123     CGlxUiUtility* iUiUtility;
   128     CGlxUiUtility* iUiUtility;
   124     
   129     
   125     // Background Image Visual
       
   126     CAlfImageVisual* iBackgroundBorderImageVisual;       
       
   127     
       
   128     //Observer to handle the menu items in grid layout
   130     //Observer to handle the menu items in grid layout
   129     MGlxItemMenuObserver& iItemMenuObserver;          
   131     MGlxItemMenuObserver& iItemMenuObserver;          
   130     
   132     
   131     //Grid layout, not owning
   133     //Grid layout, not owning
   132     CAlfGridLayout* iGrid;
   134     CAlfGridLayout* iGrid;