emailuis/emailui/inc/FreestyleEmailUiSettingsListView.h
branchRCL_3
changeset 20 efd4f1afd43e
parent 2 5253a20d2a1e
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
    93 	 * Displays the pop-up menu.
    93 	 * Displays the pop-up menu.
    94 	 * @param aPosition The position of the pop-up menu.
    94 	 * @param aPosition The position of the pop-up menu.
    95 	 */
    95 	 */
    96 	void DisplayStylusPopUpMenu( const TPoint& aPosition );
    96 	void DisplayStylusPopUpMenu( const TPoint& aPosition );
    97 	
    97 	
       
    98     /**
       
    99      * Hides the pop-up menu.
       
   100      */
       
   101     void HideStylusPopUpMenu();
    98 
   102 
    99 protected: // From base class CAknView.
   103 protected: // From base class CAknView.
   100 
   104 
   101 	/**
   105 	/**
   102 	 * Handle status pane size change for this view (override).
   106 	 * Handle status pane size change for this view (override).
   147     CAsyncCallBack* iAsyncCallback;	
   151     CAsyncCallBack* iAsyncCallback;	
   148 
   152 
   149     // A long tap detector and a pop-up menu that is invoked by long tap
   153     // A long tap detector and a pop-up menu that is invoked by long tap
   150     // events. Used for e.g. deleting mail boxes.
   154     // events. Used for e.g. deleting mail boxes.
   151     CAknStylusPopUpMenu* iStylusPopUpMenu;
   155     CAknStylusPopUpMenu* iStylusPopUpMenu;
       
   156     // dymmy control for hiding stylus pop up menu
       
   157     CCoeControl* iCoeControl;
   152 	};
   158 	};
   153 
   159 
   154 #endif // FSEMAILSETTINGSLISTVIEW_H
   160 #endif // FSEMAILSETTINGSLISTVIEW_H
   155 
   161