hgcacheproxymodel/inc/hgbuffermanager.h
changeset 3 c863538fcbb6
parent 1 e48454f237ca
child 20 a60f8b6b1d32
--- a/hgcacheproxymodel/inc/hgbuffermanager.h	Fri May 14 16:57:01 2010 +0300
+++ b/hgcacheproxymodel/inc/hgbuffermanager.h	Thu May 27 13:59:05 2010 +0300
@@ -13,7 +13,7 @@
 *
 * Description:
 *
-*  Version     : %version: 1 %
+*  Version     : %version: 3 %
 */
 #ifndef HGBUFFERMANAGER_H_
 #define HGBUFFERMANAGER_H_
@@ -34,9 +34,13 @@
 
 	void setPosition( int aIndex );
 	void resetBuffer( int aPosition, int aTotalCount);
-	void itemCountChanged( int aIndex, bool aRemoved, int aNewTotalCount );
 	void resizeCache(int newSize, int newTreshold);
 	
+    void aboutToRemoveItem(int pos);
+    void removedItem(int pos);
+    void aboutToInsertItem(int pos);
+    void insertedItem(int pos);
+	
 private:
 	void calculate();