class MListBoxSelectionObserver |
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 | |
---|---|
void | SelectionModeChanged ( CEikListBox *, TBool ) |
void | 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).
CEikListBox * aListBox | The source list box of this message. |
TBool aSelectionModeEnabled | ETrue, when entering selection (marking) mode. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.