MAknToolbarObserver Class Reference

class MAknToolbarObserver

The observer interface to handle toolbar events

eikcoctl.lib
Since
Series 60 3.1
Public Member Functions
IMPORT_C voidDynInitToolbarL(TInt, CAknToolbar *)
voidOfferToolbarEventL(TInt)
Protected Member Functions
IMPORT_C TIntMAknToolbarObserver_Reserved_1()
IMPORT_C TIntMAknToolbarObserver_Reserved_2()

Member Functions Documentation

DynInitToolbarL(TInt, CAknToolbar *)

IMPORT_C voidDynInitToolbarL(TIntaResourceId,
CAknToolbar *aToolbar
)[virtual]

Should be used to set the properties of some toolbar components before it is drawn.

Parameters

TInt aResourceIdThe resource ID for particular toolbar
CAknToolbar * aToolbarThe toolbar object pointer

MAknToolbarObserver_Reserved_1()

IMPORT_C TIntMAknToolbarObserver_Reserved_1()[protected, virtual]

MAknToolbarObserver_Reserved_2()

IMPORT_C TIntMAknToolbarObserver_Reserved_2()[protected, virtual]

OfferToolbarEventL(TInt)

voidOfferToolbarEventL(TIntaCommand)[pure virtual]

Handles toolbar events for a certain toolbar item.

Parameters

TInt aCommandThe command ID of some toolbar item.