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 <brctlwindowobserver.h>
Usage:
#include <BrCtlWindowObserver.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@file BrCtlWindowObserver.h
Public Member Functions |
|
virtual CBrCtlInterface * | OpenWindowL (TDesC &aUrl, TDesC *aTargetName, TBool aUserInitiated, TAny *aReserved)=0 |
Request the host applicaion to open the URL in a new window. |
|
virtual CBrCtlInterface * | FindWindowL (const TDesC &aTargetName) const =0 |
Find a window by target name. |
|
virtual void | HandleWindowCommandL (const TDesC &aTargetName, TBrCtlWindowCommand aCommand)=0 |
Handle window events such as close/focus etc. |
|
Find a window by target name.
|
|
Handle window events such as close/focus etc.
|
|
Request the host applicaion to open the URL in a new window.
|