browserui/browser/FavouritesInc/BrowserFavouritesView.h
changeset 15 d6f226a5ad2c
parent 10 4530440261a8
child 24 868cceedabd3
equal deleted inserted replaced
11:16a119033e3e 15:d6f226a5ad2c
   490         * @return Response (was the key event consumed?).
   490         * @return Response (was the key event consumed?).
   491         */
   491         */
   492         virtual TKeyResponse OfferKeyEventL
   492         virtual TKeyResponse OfferKeyEventL
   493             ( const TKeyEvent& aKeyEvent, TEventCode aType );
   493             ( const TKeyEvent& aKeyEvent, TEventCode aType );
   494 
   494 
   495 		/**
   495         /**
   496         * Reset state with deactivation event
   496         * Reset state with deactivation event
   497         */
   497         */
   498 		void ResetStateInDeActivation();
   498         void ResetStateInDeActivation();
       
   499 
       
   500         /**  
       
   501         * Needed for updating tool bar buttons when there is a up/down arrow key events received.  
       
   502         **/  
       
   503         virtual void UpdateToolbarButtonsState(); 
   499 
   504 
   500     private:    // from MWmlBrowserFavouritesModelObserver
   505     private:    // from MWmlBrowserFavouritesModelObserver
   501 
   506 
   502         /**
   507         /**
   503         * Handle model change.
   508         * Handle model change.