hgcacheproxymodel/inc/hgbuffermanager.h
changeset 20 a60f8b6b1d32
parent 3 c863538fcbb6
equal deleted inserted replaced
17:a10844a9914d 20:a60f8b6b1d32
    38 	
    38 	
    39     void aboutToRemoveItem(int pos);
    39     void aboutToRemoveItem(int pos);
    40     void removedItem(int pos);
    40     void removedItem(int pos);
    41     void aboutToInsertItem(int pos);
    41     void aboutToInsertItem(int pos);
    42     void insertedItem(int pos);
    42     void insertedItem(int pos);
       
    43 	bool isCached(int idx) const;
    43 	
    44 	
    44 private:
    45 private:
    45 	void calculate();
    46 	void calculate();
    46 
    47 
    47 private:
    48 private: