MAknNavigationObserver Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknnaviobserver.h>

Public Types

enum   TAknNavigationEvent {
  ENaviEventHandleNavigation = 0x0010, ENaviEventLeftMostItemReached, ENaviEventRightMostItemReached, ENaviEventOneItemExists,
  ENaviEventRedrawNeeded, ENaviEventAlreadyLeftmostItem, ENaviEventAlreadyRightmostItem
}

Member Enumeration Documentation

enum MAknNavigationObserver::TAknNavigationEvent
 
Enumerator:
ENaviEventHandleNavigation  Current tab index has changed.
ENaviEventLeftMostItemReached  Current tab is the rightmost tab.
ENaviEventRightMostItemReached  Current tab is the leftmost tab.
ENaviEventOneItemExists  Only one tab.
ENaviEventRedrawNeeded  Draw tabs again.
ENaviEventAlreadyLeftmostItem  Current tab is leftmost, but tried to move left.
ENaviEventAlreadyRightmostItem  Current tab is rightmost, but tried to move right.

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

Copyright © Nokia Corporation 2001-2008
Back to top