uifw/AvKon/aknhlist/inc/akntreelistview.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 15 08e69e956a8c
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
   446 TInt& ItemCountLimit();
   446 TInt& ItemCountLimit();
   447 TInt& HighlightIndex();
   447 TInt& HighlightIndex();
   448 TInt& TopIndex();
   448 TInt& TopIndex();
   449 TInt& BottomIndex();
   449 TInt& BottomIndex();
   450 
   450 
   451 void UpdateIndexes();
       
   452 
       
   453 TInt iItemCountLimit;
   451 TInt iItemCountLimit;
   454 TInt iHighlightIndex;
   452 TInt iHighlightIndex;
   455 TInt iTopIndex;
   453 TInt iTopIndex;
   456 TInt iBottomIndex;
       
   457 
   454 
   458 #endif //RD_UI_TRANSITION_EFFECTS_LIST
   455 #endif //RD_UI_TRANSITION_EFFECTS_LIST
   459 
   456 
   460 public:  // new method
   457 public:  // new method
   461     /**
   458     /**
   864      *
   861      *
   865      * @param aItem Tree item that should be visible.
   862      * @param aItem Tree item that should be visible.
   866      */
   863      */
   867     void UpdateViewItemAsVisible( CAknTreeItem* aItem );
   864     void UpdateViewItemAsVisible( CAknTreeItem* aItem );
   868 
   865 
       
   866     /**
       
   867      * Updates indexes 
       
   868      */
       
   869 	void UpdateIndexes();
       
   870 	
       
   871 	
   869 // from base class CCoeControl
   872 // from base class CCoeControl
   870 
   873 
   871     /**
   874     /**
   872      * From CCoeControl.
   875      * From CCoeControl.
   873      * Draws the tree list view.
   876      * Draws the tree list view.
  1081     
  1084     
  1082    /**
  1085    /**
  1083     * Long tap detector
  1086     * Long tap detector
  1084     */
  1087     */
  1085     CAknLongTapDetector* iLongTapDetector;
  1088     CAknLongTapDetector* iLongTapDetector;
       
  1089 
       
  1090    /**
       
  1091     * Last visible item index
       
  1092 	*/
       
  1093 	TInt iBottomIndex;
  1086     };
  1094     };
  1087 
  1095 
  1088 
  1096 
  1089 #endif // C_AKNTREELISTVIEW_H
  1097 #endif // C_AKNTREELISTVIEW_H