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 <e32std.h>
#include <e32base.h>
Go to the source code of this file.
Data Structures |
|
class | MBrCtlDialogsProvider |
The MBrDialogsProvider class provides functions implemented by the Browser Control to display dialogs, such as error notifications,
authentication requests, and selection lists. More... |
|
class | TBrCtlSelectOptionData |
The TBrCtlSelectOptionData class represents a list of elements to display in the list box. More... |
|
class | CBrCtlObjectInfo |
The CBrCtlObjectInfo class used to represent the information about the plugin object. More... |
|
class | TBrCtlImageCarrier |
TheTBrCtlImageCarrier class used to give the information about the image. More... |
|
Enumerations |
|
enum | TBrCtlSelectOptionType { ESelectTypeMultiple, ESelectTypeSingle, ESelectTypeNone, ESelectTypeOkOnly } |
Type of selection list. More... |
|
enum | TBrCtlImageType { EImageTypeAny, EImageTypeWbmp, EImageTypeOta } |
Defines the type of image if it cannot be recognized by the Symbian image conversion library. More... |
|
Defines the type of image if it cannot be recognized by the Symbian image conversion library. |
|
Type of selection list. |