browserui/browser/SettingsInc/SettingsContainer.h
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
   149         * HandleListBoxEventL
   149         * HandleListBoxEventL
   150         * From CCoeControl
   150         * From CCoeControl
   151         *
   151         *
   152         */
   152         */
   153         void HandleListBoxEventL(CEikListBox* aListBox,TListBoxEvent aEventType);
   153         void HandleListBoxEventL(CEikListBox* aListBox,TListBoxEvent aEventType);
       
   154         
       
   155         /**
       
   156         * HandleGainingForegroundL
       
   157         * Handles Foreground Event.
       
   158         */
       
   159         void HandleGainingForegroundL();
   154 
   160 
   155     /**
   161     /**
   156     * New functions
   162     * New functions
   157     */
   163     */
   158 	public:
   164 	public:
   256         void AppendScriptLogL( CDesCArray*& aItemArray,
   262         void AppendScriptLogL( CDesCArray*& aItemArray,
   257                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
   263                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
   258 
   264 
   259         void AppendDownloadsOpenL( CDesCArray*& aItemArray,
   265         void AppendDownloadsOpenL( CDesCArray*& aItemArray,
   260                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
   266                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
       
   267                                 
       
   268         void AppendSearchProviderL( CDesCArray*& aItemArray,
       
   269                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
   261         //---------------------------------------------------------------------
   270         //---------------------------------------------------------------------
   262         // Page Settings
   271         // Page Settings
   263         void AppendAutoLoadContentL( CDesCArray*& aItemArray,
   272         void AppendAutoLoadContentL( CDesCArray*& aItemArray,
   264                                     TBuf<KWmlSettingsItemMaxLength>& aItemText );
   273                                     TBuf<KWmlSettingsItemMaxLength>& aItemText );
   265 
   274 
   376 
   385 
   377 		/**
   386 		/**
   378 		*  Query user to select fromm user defined AP
   387 		*  Query user to select fromm user defined AP
   379 		*/
   388 		*/
   380         void SelectUserDefinedAPL( TUint32& id );
   389         void SelectUserDefinedAPL( TUint32& id );
       
   390         
       
   391         /**
       
   392         *  Launch Search Application Settings View.
       
   393         */
       
   394         void RunSearchSettingsL();
   381 
   395 
   382 #ifdef __SERIES60_HELP
   396 #ifdef __SERIES60_HELP
   383         /**
   397         /**
   384         * Get help context for the control.
   398         * Get help context for the control.
   385         * @param aContext The context that is filled in.
   399         * @param aContext The context that is filled in.