brctlsoftkeysobserver.h File Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib

Capability Information

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>

Go to the source code of this file.


Data Structures

class   MBrCtlSoftkeysObserver
  The MBrCtlSoftkeysObserver class handles requests to change the softkeys. More...

Enumerations

enum   TBrCtlKeySoftkey { EKeyRight, EKeyLeft }
  Identifies which softkey is to be used. More...
enum   TBrCtlSoftkeyChangeReason { EChangeReasonElementType, EChangeReasonLoad, EChangeReasonIdle }

Enumeration Type Documentation

enum TBrCtlKeySoftkey
 

Identifies which softkey is to be used.

Enumerator:
EKeyRight  Use the right softkey.
EKeyLeft  Use the left softkey.
enum TBrCtlSoftkeyChangeReason
 
Enumerator:
EChangeReasonElementType 
EChangeReasonLoad 
EChangeReasonIdle 

Copyright © Nokia Corporation 2001-2008
Back to top