MAknToolbarObserver Class Reference

class MAknToolbarObserver

The observer interface to handle toolbar events

eikcoctl.lib
Since
Series 60 3.1
Public Member Functions
IMPORT_C void DynInitToolbarL ( TInt , CAknToolbar *)
void OfferToolbarEventL ( TInt )
Protected Member Functions
IMPORT_C TInt MAknToolbarObserver_Reserved_1 ()
IMPORT_C TInt MAknToolbarObserver_Reserved_2 ()

Member Functions Documentation

DynInitToolbarL(TInt, CAknToolbar *)

IMPORT_C void DynInitToolbarL ( TInt aResourceId,
CAknToolbar * aToolbar
) [virtual]

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

Parameters

TInt aResourceId The resource ID for particular toolbar
CAknToolbar * aToolbar The toolbar object pointer

MAknToolbarObserver_Reserved_1()

IMPORT_C TInt MAknToolbarObserver_Reserved_1 ( ) [protected, virtual]

MAknToolbarObserver_Reserved_2()

IMPORT_C TInt MAknToolbarObserver_Reserved_2 ( ) [protected, virtual]

OfferToolbarEventL(TInt)

void OfferToolbarEventL ( TInt aCommand ) [pure virtual]

Handles toolbar events for a certain toolbar item.

Parameters

TInt aCommand The command ID of some toolbar item.