MListBoxSelectionObserver Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eiklbx.h>

Detailed Description

Item selection (marking) observer is used to let application control item marking (in markable lists).

Observers can be added and removed by using CEikListBox methods AddSelectionObserverL() and RemoveSelectionObserver().


Public Member Functions

virtual void  SelectionModeChanged (CEikListBox *aListBox, TBool aSelectionModeEnabled)=0
  Notification of entering and leaving marking mode.

Member Function Documentation

virtual void MListBoxSelectionObserver::SelectionModeChanged CEikListBox aListBox,
TBool  aSelectionModeEnabled
[pure virtual]
 

Notification of entering and leaving marking mode.

Marking mode is enabled by long pressing shift, ctrl or hash keys (when hash key marking is enabled).

Parameters:
aListBox  The source list box of this message.
aSelectionModeEnabled  ETrue, when entering selection (marking) mode.

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

Copyright © Nokia Corporation 2001-2008
Back to top