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>
#include <coecntrl.h>
#include <eikmenup.h>
#include <ssl.h>
#include <BrCtlDialogsProvider.h>
#include <BrCtlLayoutObserver.h>
#include <BrCtlLinkResolver.h>
#include <BrCtlSoftkeysObserver.h>
#include <BrCtlSpecialLoadObserver.h>
#include <BrCtlWindowObserver.h>
#include <BrCtlDownloadObserver.h>
#include <BrCtlDefs.h>
Go to the source code of this file.
Data Structures |
|
class | CBrCtlInterface |
The CBrCtlInterface class is the base class of the Browser Control API. More... |
|
class | MBrCtlDataLoadSupplier |
The MBrCtlDataLoadSupplier class is a callback interface that provides the Browser Control with the ability to display content
incrementally. More... |
|
class | MBrCtlDataLoadConsumer |
The MBrCtlDataLoadConsumer class is a callback interface that provides the Browser Control with the ability to receive content
incrementally. More... |
|
class | MBrCtlLoadEventObserver |
The MBrCtlLoadEventObserver interface receives load progress events. More... |
|
class | TBrCtlWmlServiceOption |
The TBrCtlWmlServiceOption class wraps information about the WML DO elements. More... |
|
class | TBrCtlSubscribeTo |
The TBrCtlSubscribeTo class provides information of Subscribe to items. More... |
|
class | MBrCtlStateChangeObserver |
The MBrCtlStateChangeObserver class receives state-changed events. More... |
|
class | MBrCtlCommandObserver |
This class provides a mechanism for the browser engine to pass commands to the client. More... |
|
class | MWidgetCallback |
This class provides a mechanism for the browser engine to interact with the widget host application. More... |
|
class | MWidgetExtension |
This class provides an extension mechanism for the widget host app to interact with the browser engine This class includes
the Widget specific extension needed in the browser engine. More... |
|
Functions |
|
IMPORT_C CBrCtlInterface * | CreateBrowserControlL (CCoeControl *aParent, TRect aRect, TUint aBrCtlCapabilities, TUint aCommandIdBase=TBrCtlDefs::ECommandIdBase, MBrCtlSoftkeysObserver *aBrCtlSoftkeysObserver=NULL, MBrCtlLinkResolver *aBrCtlLinkResolver=NULL, MBrCtlSpecialLoadObserver *aBrCtlSpecialLoadObserver=NULL, MBrCtlLayoutObserver *aBrCtlLayoutObserver=NULL, MBrCtlDialogsProvider *aBrCtlDialogsProvider=NULL, MBrCtlWindowObserver *aBrCtlWindowObserver=NULL, MBrCtlDownloadObserver *aBrCtlDownloadObserver=NULL) |
Creates the browser control. |
|
Creates the browser control.
|