browserui/browser/BrowserAppInc/BrowserAppUi.h
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
child 31 868cceedabd3
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
   103         ~CBrowserAppUi();
   103         ~CBrowserAppUi();
   104 
   104 
   105     public:
   105     public:
   106 
   106 
   107         /**
   107         /**
       
   108         * Handling the system Event.
       
   109         * @since Series 60 1.2
       
   110         * @param aEvent The System event passed.
       
   111         */
       
   112                 
       
   113         void HandleSystemEventL(const TWsEvent& aEvent);
       
   114         
       
   115         /**
   108         * Get the active view.
   116         * Get the active view.
   109 		* @since Series 60 1.2
   117 		* @since Series 60 1.2
   110         * @return The current view.
   118         * @return The current view.
   111         */
   119         */
   112         CBrowserViewBase* ActiveView();
   120         CBrowserViewBase* ActiveView();
   766         /**
   774         /**
   767         * Show the name of browser and version of the browser
   775         * Show the name of browser and version of the browser
   768         * @param none
   776         * @param none
   769         */
   777         */
   770 		void ShowNameAndVersionL();
   778 		void ShowNameAndVersionL();
       
   779 		
       
   780 		/**
       
   781 		* There's a homepage to be launched so start in content view
       
   782 		* [Convenience function that gets used in 2 places]
       
   783         * @param none
       
   784         */		
       
   785 		void StartFetchHomePageL();		
   771 
   786 
   772 		
   787 		
   773 	protected:
   788 	protected:
   774 
   789 
   775         /**
   790         /**
   945         TBool iFeatureManager;
   960         TBool iFeatureManager;
   946         TBool iUserExit;
   961         TBool iUserExit;
   947 		TBool iPgNotFound;
   962 		TBool iPgNotFound;
   948         TBool iSuppressAlwaysAsk;
   963         TBool iSuppressAlwaysAsk;
   949         TBool iFlashPresent;
   964         TBool iFlashPresent;
       
   965         TBool iSpecialSchemeinAddress;
   950         
   966         
   951         RFavouritesSession iFavouritesSess;
   967         RFavouritesSession iFavouritesSess;
   952 
   968 
   953         // The Uid of the embedding application.
   969         // The Uid of the embedding application.
   954         TUid iEmbeddingApplicationUid;
   970         TUid iEmbeddingApplicationUid;