MBrCtlWindowObserver Class Reference
#include
<mw/brctlwindowobserver.h>
class MBrCtlWindowObserver |
Detailed Description
The MBrCtlWindowObserver class handles window events such open/close/etc
Usage:
#include <brctlwindowobserver.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@lib BrowserEngine.lib
@since 3.0
@file brctlwindowobserver.h
*
Member Function Documentation
FindWindowL ( const TDesC & )
Find a window by target name
- Since
- 3.0
Parameter | Description | aTargetName | name of the window to find |
Returns: Return Value is the browser control associated with the window name
HandleWindowCommandL ( const TDesC &, TBrCtlWindowCommand )
Handle window events such as close/focus etc
- Since
- 3.0
Parameter | Description | aTargetName | name of the window to send the event to |
aCommand | Command to pass to the window |
OpenWindowL ( TDesC &, TDesC *, TBool, TAny * )
Request the host applicaion to open the URL in a new window
- Since
- 3.0
Parameter | Description | aUrl | The Url of the request to be done in the new window |
aTargetName | The name of the new window |
aUserInitiated | ETrue if the new window is initiated by a user event (click) |
aReserved | For future use |
Returns: Return Value is the new browser control associated with the new window