API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
#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... | |
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.
|