API published in: S60 1st Ed
Link against: avkon.lib
None
#include <aknpopupsettingpage.h>
Inherited by CAknPopupSettingPage.
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. | |
|
|
Event types. |
| ||||||||||||||||
|
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.
|