1.1 --- a/epoc32/include/mw/eiklbv.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/eiklbv.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 * All rights reserved.
1.6 * This component and the accompanying materials are made available
1.7 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 * which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 *
1.13 * Initial Contributors:
1.14 * Nokia Corporation - initial contribution.
1.15 @@ -901,56 +901,6 @@
1.16 */
1.17 void SetItemIndex( TInt aItemIndex );
1.18
1.19 - /**
1.20 - * Tests whether an item is visible. This method get bottom item index
1.21 - * from parameter
1.22 - *
1.23 - * @param aItemIndex Index of item to be tested.
1.24 - * @param aBottomItemIndex Index of item in the bottom of view.
1.25 - * @return @c ETrue if the item is visible.
1.26 - */
1.27 - TBool ItemIsVisible(TInt aItemIndex, TInt aBottomItemIndex) const;
1.28 -
1.29 - /**
1.30 - * Selects an item by index.
1.31 - *
1.32 - * This function leaves if memory could not be allocated for an extra item
1.33 - * in the array of selected items.
1.34 - *
1.35 - * @param aItemIndex Item to select.
1.36 - * @param aBottomItemIndex Index of item in the bottom of view.
1.37 - * @panic EEikPanicListBoxNoSelIndexArray Panics if selection indexes have
1.38 - * not been defined for this class.
1.39 - */
1.40 - void SelectItemL(TInt aItemIndex, TInt aBottomItemIndex);
1.41 -
1.42 - /**
1.43 - * Deselects an item by index.
1.44 - *
1.45 - * @param aItemIndex Item to deselect.
1.46 - * @param aBottomItemIndex Index of item in the bottom of view.
1.47 - * @panic EEikPanicListBoxNoSelIndexArray Panics if selection indexes have
1.48 - * not been defined for this class.
1.49 - */
1.50 - void DeselectItem(TInt aItemIndex, TInt aBottomItemIndex);
1.51 -
1.52 - /**
1.53 - * Draws the specified item via @c CListBoxDrawer::DrawItem() if it is
1.54 - * visible.
1.55 - *
1.56 - * @param aItemIndex Index number of the item to draw.
1.57 - * @param aBottomItemIndex Index of item in the bottom of view.
1.58 - */
1.59 - void DrawItem(TInt aItemIndex, TInt aBottomItemIndex) const;
1.60 -
1.61 - /**
1.62 - * Updates item selection.
1.63 - *
1.64 - * @param aSelectionMode The selection mode.
1.65 - * @param aBottomItemIndex Index of item in the bottom of view.
1.66 - */
1.67 - void UpdateSelectionL(TSelectionMode aSelectionMode, TInt aBottomItemIndex);
1.68 -
1.69 protected:
1.70
1.71 /**