Link against: BrowserEngine.lib
None
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 <BrCtlLayoutObserver.h>
Usage:
#include <BrCtlLayoutObserver.h>
@see S60 Platform: Browser Control API Developer's Guide Version 2.0
@lib BrowserEngine.lib
@file BrCtlLayoutObserver.h
Public Member Functions |
|
virtual void | UpdateBrowserVScrollBarL (TInt aDocumentHeight, TInt aDisplayHeight, TInt aDisplayPosY)=0 |
Update the position of vertical scrollbar. |
|
virtual void | UpdateBrowserHScrollBarL (TInt aDocumentWidth, TInt aDisplayWidth, TInt aDisplayPosX)=0 |
Update the position of horizontal scrollbar. |
|
virtual void | NotifyLayoutChange (TBrCtlLayout aNewLayout)=0 |
Inform the layout of the page: right to left or left to right. |
|
virtual void | UpdateTitleL (const TDesC &aTitle)=0 |
Update the title of the page in history view. |
|
Inform the layout of the page: right to left or left to right. Useful when the application draws the scrollbar itself.
|
|
Update the position of horizontal scrollbar.
|
|
Update the position of vertical scrollbar.
|
|
Update the title of the page in history view.
|