MBrCtlSoftkeysObserver Class Reference

#include <mw/brctlsoftkeysobserver.h>

class MBrCtlSoftkeysObserver
Public Member Functions
pure virtual voidUpdateSoftkeyL(TBrCtlKeySoftkey, const TDesC &, TUint32, TBrCtlSoftkeyChangeReason)

Detailed Description

The MBrCtlSoftkeysObserver class handles requests to change the softkeys.

Usage:

  #include <brctlsoftkeysobserver.h>

  
 @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 @lib BrowserEngine.lib
 @file brctlsoftkeysobserver.h
*

Member Function Documentation

UpdateSoftkeyL ( TBrCtlKeySoftkey, const TDesC &, TUint32, TBrCtlSoftkeyChangeReason )

voidUpdateSoftkeyL(TBrCtlKeySoftkeyaKeySoftkey,
const TDesC &aLabel,
TUint32aCommandId,
TBrCtlSoftkeyChangeReasonaBrCtlSoftkeyChangeReason
)[pure virtual]
Requests the host application to change a softkey. The host application may or may not change the softkey.
Since
2.8
ParameterDescription
aKeySoftkeyDetermines whether to update the left softkey or the right softkey. Values: EKeyRight to update the right softkey EKeyLeft to update the left softkey
aLabelThe label associated with the softkey update
aCommandIdThe command to use if the softkey is selected by the user
aBrCtlSoftkeyChangeReasonReason for the softkey change Value: EChangeReasonIdle (The other values are reserved for future use.)

Returns: void