NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
|
Public Member Functions |
virtual void | DialogNotifyErrorL (TInt aErrCode)=0 |
| Notifies the user of an error encountered during a download.
|
virtual void | DialogNotifyHttpErrorL (TInt aErrCode, const TDesC &aUri)=0 |
| Notifies the user of an error from the HTTP server during a download.
|
virtual TBool | DialogFileSelectLC (const TDesC &aStartPath, const TDesC &aRootPath, HBufC *&aSelectedFileName)=0 |
| Navigates through your file system and selects a file; analogous to the Browse command in Windows.
|
virtual TBool | DialogSelectOptionL (const TDesC &aTitle, TBrCtlSelectOptionType aBrCtlSelectOptionType, CArrayFix< TBrCtlSelectOptionData > &aOptions)=0 |
| List selection dialog.
|
virtual TBool | DialogUserAuthenticationLC (const TDesC &aUrl, const TDesC &aRealm, const TDesC &aDefaultUserName, HBufC *&aReturnedUserName, HBufC *&aReturnedPasswd, TBool aBasicAuthentication=EFalse)=0 |
| User Authentication dialog.
|
virtual void | DialogNoteL (const TDesC &aMessage)=0 |
| Displays a message to the user.
|
virtual void | DialogAlertL (const TDesC &aTitle, const TDesC &aMessage)=0 |
| Display a note to the user with ok softkey only.
|
virtual TBool | DialogConfirmL (const TDesC &aTitle, const TDesC &aMessage, const TDesC &aYesMessage, const TDesC &aNoMessage)=0 |
| Display confirmation message to the user.
|
virtual TBool | DialogPromptLC (const TDesC &aTitle, const TDesC &aMessage, const TDesC &aDefaultInput, HBufC *&aReturnedInput)=0 |
| Displays an input dialog to the user.
|
virtual TBool | DialogDownloadObjectL (CBrCtlObjectInfo *aBrCtlObjectInfo)=0 |
| Displays information about the Netscape plug-in object and requests confirmation before downloading the object.
|
virtual void | DialogDisplayPageImagesL (CArrayFixFlat< TBrCtlImageCarrier > &aPageImages)=0 |
| Display the images that appear in the current page.
|
virtual void | CancelAll ()=0 |
| Cancels the dialog displayed due to browser exit or destroyed pages.
|
virtual void | DialogFindL ()=0 |
| Displays a dialog for searching on the page.
|