MAknToolbarObserver Class Reference

#include <mw/akntoolbarobserver.h>

Link against: eikcoctl.lib

class MAknToolbarObserver
Public Member Functions
virtual IMPORT_C voidDynInitToolbarL(TInt, CAknToolbar *)
pure virtual voidOfferToolbarEventL(TInt)
Protected Member Functions
virtual IMPORT_C TIntMAknToolbarObserver_Reserved_1()
virtual IMPORT_C TIntMAknToolbarObserver_Reserved_2()

Detailed Description

The observer interface to handle toolbar events

Since
Series 60 3.1

Member Function 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.

ParameterDescription
aResourceIdThe resource ID for particular toolbar
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.

ParameterDescription
aCommandThe command ID of some toolbar item.