photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h
branchRCL_3
changeset 32 78ad99c24f08
parent 25 191387a8b767
--- a/photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h	Tue May 11 16:13:40 2010 +0300
+++ b/photosgallery/viewframework/views/cloudview/inc/glxtagscontextmenucontrol.h	Tue May 25 12:42:31 2010 +0300
@@ -69,7 +69,7 @@
     /**
      * Virtual Function from MGlxTimernotifier
      */
-    void TimerComplete();
+    void TimerCompleteL();
 
 public:
     /**
@@ -81,7 +81,7 @@
      * Hides/shows the grid layout
      * @param aOpacity - Opacity value
      */
-    void ShowItemMenu(TBool aOpacity);
+    void ShowItemMenuL(TBool aOpacity);
     /**
      * Hides/shows the grid layout
      * @return value of menu's visibility
@@ -95,6 +95,11 @@
      */
     void SetViewableRect(TRect aRect);
 
+    /**
+    * Handles the Up event when moved away from stylus menu
+    */
+    void HandleUpEventL();
+    
 private:
     /**     
      *  constructor 
@@ -164,6 +169,10 @@
 
     //flag for stylus menu visibility
     TBool iItemMenuVisibility;
+    
+    //Menu item selected
+    TInt iCommandId;
+    
     //Maximum text width of a menu item
     TInt iMaxTextWidth;
     };