MAknPopupSettingListObserver Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknpopupsettingpage.h>

Inherited by CAknPopupSettingPage.


Detailed Description

This interface should be implemented by classes that need to know about events occurring in the popup field control.

Public Types

enum   TAknPopupSettingListEvent { EAknPopupSettingSelectionAndRequestAccept, EAknPopupSettingSelectionAndStayOpen, EAknPopupSettingSelectionAndClose }
  Event types. More...

Public Member Functions

virtual void  HandlePopupSettingListEventL (CAknPopupSettingList *aPopupSettingList, TAknPopupSettingListEvent aEventType, TInt aHint)=0
  Handle events from the popup field control, such as when it changes between selection list mode and label mode.

Member Enumeration Documentation

enum MAknPopupSettingListObserver::TAknPopupSettingListEvent
 

Event types.

Enumerator:
EAknPopupSettingSelectionAndRequestAccept 
EAknPopupSettingSelectionAndStayOpen 
EAknPopupSettingSelectionAndClose 

Member Function Documentation

virtual void MAknPopupSettingListObserver::HandlePopupSettingListEventL CAknPopupSettingList aPopupSettingList,
TAknPopupSettingListEvent  aEventType,
TInt  aHint
[pure virtual]
 

Handle events from the popup field control, such as when it changes between selection list mode and label mode.

Implementations of this observer routine should perform a base call to this specific method, in order to pick up any default re-layout actions.

Parameters:
aPopupSettingList  pointer to the popup field control that generated the event
aEventType  the type of event
aHint  for possible future use

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

Copyright © Nokia Corporation 2001-2008
Back to top