uifw/AvKon/aknhlist/inc/akntreelistview.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 15 08e69e956a8c
--- a/uifw/AvKon/aknhlist/inc/akntreelistview.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/uifw/AvKon/aknhlist/inc/akntreelistview.h	Mon Mar 15 12:41:34 2010 +0200
@@ -448,12 +448,9 @@
 TInt& TopIndex();
 TInt& BottomIndex();
 
-void UpdateIndexes();
-
 TInt iItemCountLimit;
 TInt iHighlightIndex;
 TInt iTopIndex;
-TInt iBottomIndex;
 
 #endif //RD_UI_TRANSITION_EFFECTS_LIST
 
@@ -866,6 +863,12 @@
      */
     void UpdateViewItemAsVisible( CAknTreeItem* aItem );
 
+    /**
+     * Updates indexes 
+     */
+	void UpdateIndexes();
+	
+	
 // from base class CCoeControl
 
     /**
@@ -1083,6 +1086,11 @@
     * Long tap detector
     */
     CAknLongTapDetector* iLongTapDetector;
+
+   /**
+    * Last visible item index
+	*/
+	TInt iBottomIndex;
     };