MAknNaviDecoratorObserver Class Reference

API published in: S60 3rd Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknnavidecoratorobserver.h>

Inherited by CAknTabGroup, and CAknVolumeControl.


Public Types

enum   TAknNaviDecoratorEvents { EAknNaviDecoratorEventRightTabArrow, EAknNaviDecoratorEventLeftTabArrow, EAknNaviDecoratorEventNaviLabel }

Public Member Functions

virtual void  HandleNaviDecoratorEventL (TInt aEventID)=0
  Method for handling events in observed classes.

Member Enumeration Documentation

enum MAknNaviDecoratorObserver::TAknNaviDecoratorEvents
 
Enumerator:
EAknNaviDecoratorEventRightTabArrow  Pointer tap event id for right arrow.
EAknNaviDecoratorEventLeftTabArrow  Pointer tap event id for left arrow.
EAknNaviDecoratorEventNaviLabel  Pointer tap event id for navilabel.

Member Function Documentation

virtual void MAknNaviDecoratorObserver::HandleNaviDecoratorEventL TInt  aEventID  )  [pure virtual]
 

Method for handling events in observed classes.

Parameters:
aEventID  Id of the event.

Implemented in CAknTabGroup, and CAknVolumeControl.


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

Copyright © Nokia Corporation 2001-2008
Back to top