API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
Required Capabilities
None
Exceptions
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.
#include <brctldialogsprovider.h>
Usage:
#include <BrCtlDialogsProvider.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@file BrCtlDialogsProvider.h
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. |
|
Cancels the dialog displayed due to browser exit or destroyed pages.
|
|
Display a note to the user with ok softkey only.
|
|
Display confirmation message to the user. For example, Are you sure you want to delete this?
|
|
Display the images that appear in the current page.
|
|
Displays information about the Netscape plug-in object and requests confirmation before downloading the object.
|
|
Navigates through your file system and selects a file; analogous to the Browse command in Windows.
|
|
Displays a dialog for searching on the page.
|
|
Displays a message to the user. For example, the message may inform the user about an error encountered while processing a request.
|
|
Notifies the user of an error encountered during a download. Some examples are: insufficient memory, unrecognized URL, and DNS not found.
|
|
Notifies the user of an error from the HTTP server during a download. Some examples are: file not found, redirect error.
|
|
Displays an input dialog to the user. Asks the user to input data.
|
|
List selection dialog.
|
|
User Authentication dialog.
|