Numworks Epsilon  1.4.1
Graphing Calculator Operating System
list_view_data_source.cpp
Go to the documentation of this file.
2 
4  return 0;
5 }
6 
8  return cellWidth();
9 }
10 
12  return 1;
13 }
14 
16  willDisplayCellForIndex(cell, y);
17 }
18 
20 }
21 
23  if (i == 1) {
24  return cellWidth();
25  }
26  return 0;
27 }
28 
30  return 0;
31 }
KDCoordinate columnWidth(int i) override
void willDisplayCellAtLocation(HighlightCell *cell, int x, int y) override
KDCoordinate cumulatedWidthFromIndex(int i) override
virtual void willDisplayCellForIndex(HighlightCell *cell, int index)
int numberOfColumns() override
int16_t KDCoordinate
Definition: coordinate.h:6
virtual KDCoordinate cellWidth()
int indexFromCumulatedWidth(KDCoordinate offsetX) override