MAknToolbarObserver Class Reference
#include
<mw/akntoolbarobserver.h>
Link against: eikcoctl.lib
class MAknToolbarObserver |
Detailed Description
The observer interface to handle toolbar events
Member Function 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.
Parameter | Description | aResourceId | The resource ID for particular toolbar |
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.
Parameter | Description | aCommand | The command ID of some toolbar item. |