browserui/browser/FavouritesInc/BrowserBookmarksView.h
branchRCL_3
changeset 60 b149f0820e5a
parent 46 5dedbccec665
equal deleted inserted replaced
58:aead3f7e1bb0 60:b149f0820e5a
   465     public:
   465     public:
   466         /**
   466         /**
   467         * Dim or Un-dim Toolbar buttons.
   467         * Dim or Un-dim Toolbar buttons.
   468         */
   468         */
   469         void UpdateToolbarButtonsState();
   469         void UpdateToolbarButtonsState();
       
   470         
       
   471         /**
       
   472         * Check to show downloads.
       
   473         */
       
   474         void CheckForDownloads();
       
   475 
       
   476         /**
       
   477         * Initiates update for favicons
       
   478         */
       
   479         void UpdateFavIconsL();
   470 
   480 
   471     private:    // data
   481     private:    // data
   472 
   482         /**
       
   483          * Callback for completing the Browser App init. Normally only
       
   484          * BookmarksView is initialized first on startup. When bookmarks
       
   485          * view is shown then this callback is scheduled to complete the
       
   486          * remaining initialization. 
       
   487          */
       
   488         static TInt CompleteAppInitCallback( TAny* aApiProvider );        
       
   489         
   473         /**
   490         /**
   474         * Uid of AP which is to be used for creating Start Page bookmark.
   491         * Uid of AP which is to be used for creating Start Page bookmark.
   475         */
   492         */
   476         TUint32 iStartPageApUid;
   493         TUint32 iStartPageApUid;
   477 
   494 
   546         TBool iPenEnabled;
   563         TBool iPenEnabled;
   547         
   564         
   548         // Re-Entry Gate flag for Delete Bookmark routine
   565         // Re-Entry Gate flag for Delete Bookmark routine
   549         TBool iHandleDeleteInProgress;
   566         TBool iHandleDeleteInProgress;
   550 
   567 
   551 
   568         // Async callback object for delayed App init
       
   569         CIdle *iAsyncComplete;
       
   570         
       
   571         TBool iShowDownlods;
   552 	};
   572 	};
   553 
   573 
   554 #endif
   574 #endif
   555 
   575 
   556 // End of file
   576 // End of file