AknListBoxUtils Class Reference
Detailed Description
General utilities relating to listboxes
Member Function Documentation
HandleItemRemovalAndPositionHighlightL ( CEikListBox *, TInt, TBool )
| IMPORT_C void | HandleItemRemovalAndPositionHighlightL | ( | CEikListBox * | aListBox, |
| | TInt | aValueOfCurrentItemIndexBeforeRemoval, |
| | TBool | aCurrentItemWasRemoved |
| | ) | [static] |
This function is similar to HandleItemRemovalL(). This function has to call when the items should be removed. If a leave occurs the framework generates a Symbian Leave code.
| Parameter | Description | | aListBox | A pointer to CEikListBox object. |
| aValueOfCurrentItemIndexBeforeRemoval | A current item index value before removal. |
| aCurrentItemWasRemoved | ETrue if removed EFalse if not. |
HandleItemRemovalAndPositionHighlightL ( CEikListBox *, TInt, CArrayFix< TInt > & )
| IMPORT_C void | HandleItemRemovalAndPositionHighlightL | ( | CEikListBox * | aListBox, |
| | TInt | aValueOfCurrentItemIndexBeforeRemoval, |
| | CArrayFix< TInt > & | aIndexesToRemovedItems |
| | ) | [static] |
This function should be called after one or more items have been removed. If a leave occurs the framework generates a Symbian Leave code.
| Parameter | Description | | aListBox | A pointer to CEikListBox object. |
| aValueOfCurrentItemIndexBeforeRemoval | A current item index value before removal. |
| aIndexesToRemovedItems | A thin templated base class for arrays of fixed length objects. |
ListBoxLinesShown ( MAknsSkinInstance *, MAknsControlContext * )