1 #ifndef ESCHER_SIMPLE_LIST_VIEW_DATA_SOURCE_H 2 #define ESCHER_SIMPLE_LIST_VIEW_DATA_SOURCE_H int typeAtLocation(int i, int j) override
KDCoordinate cumulatedHeightFromIndex(int j) override
int indexFromCumulatedHeight(KDCoordinate offsetY) override
virtual int reusableCellCount()=0
virtual KDCoordinate cellHeight()=0
virtual HighlightCell * reusableCell(int index)=0
KDCoordinate rowHeight(int j) override