Link against: avkon.lib eikcoctl.lib eikctl.lib
None
#include <EIKLBO.H>
Inherited by CAknColourSelectionGrid, CAknListBoxSettingPage, CAknListQueryDialog, CAknPopupField, CAknPopupFieldList, CAknPopupList, CAknPopupSettingList, CAknSelectionListDialog, CAknSettingItemList, and CClkDateTimeView.
Each list box observer may be registered with a number of list boxes; each of these send events to the list box observer through its HandeListBoxEventL() method.
Writing derived classes:
Application authors should implement a class which derives from this interface to receive events from list boxes
Public Types | |
enum | TListBoxEvent { EEventEnterKeyPressed, EEventItemClicked, EEventItemDoubleClicked, EEventItemActioned, EEventEditingStarted, EEventEditingStopped, EEventPenDownOnItem, EEventItemDraggingActioned, EEventPanningStarted, EEventPanningStopped, EEventFlickStarted, EEventFlickStopped } |
List box event codes. More... | |
Public Member Functions | |
virtual void | HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType)=0 |
Handles list box events. |
|
|
Handles list box events. This pure virtual function is invoked by CEikListBox to notify the observer of list box events.
Implemented in CAknCheckBoxSettingPage, and CAknRadioButtonSettingPage. |