MAknToolbarObserver Class Reference

Link against: eikcoctl.lib


#include <
AknToolbarObserver.h>

Detailed Description

The observer interface to handle toolbar events.
Dll eikcoctl.lib
Since:
Series 60 3.1

Public Member Functions

virtual IMPORT_C void DynInitToolbarL (TInt aResourceId, CAknToolbar *aToolbar)
 Should be used to set the properties of some toolbar components before it is drawn.
virtual void OfferToolbarEventL (TInt aCommand)=0
 Handles toolbar events for a certain toolbar item.

Protected Member Functions

virtual IMPORT_C TInt MAknToolbarObserver_Reserved_1 ()
virtual IMPORT_C TInt MAknToolbarObserver_Reserved_2 ()

Member Function Documentation

virtual IMPORT_C void MAknToolbarObserver::DynInitToolbarL TInt  aResourceId,
CAknToolbar aToolbar
[virtual]
 

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

Parameters:
aResourceId The resource ID for particular toolbar
aToolbar The toolbar object pointer
virtual IMPORT_C TInt MAknToolbarObserver::MAknToolbarObserver_Reserved_1  )  [protected, virtual]
 
virtual IMPORT_C TInt MAknToolbarObserver::MAknToolbarObserver_Reserved_2  )  [protected, virtual]
 
virtual void MAknToolbarObserver::OfferToolbarEventL TInt  aCommand  )  [pure virtual]
 

Handles toolbar events for a certain toolbar item.

Parameters:
aCommand The command ID of some toolbar item.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top