mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher] Reorganize all cells'name and factorize their layouts
Change-Id: I69900ee98ff6a6868f96d70a0e335a589ef16c3f
This commit is contained in:
@@ -21,9 +21,9 @@ public:
|
||||
virtual int numberOfColumns() override;
|
||||
virtual KDCoordinate cellHeight() override;
|
||||
virtual KDCoordinate cellWidth() override;
|
||||
virtual TableViewCell * reusableCell(int index) override;
|
||||
virtual HighlightCell * reusableCell(int index) override;
|
||||
virtual int reusableCellCount() override;
|
||||
void willDisplayCellAtLocation(TableViewCell * cell, int i, int j) override;
|
||||
void willDisplayCellAtLocation(HighlightCell * cell, int i, int j) override;
|
||||
void tableViewDidChangeSelection(SelectableTableView * t, int previousSelectedCellX, int previousSelectedCellY) override;
|
||||
private:
|
||||
int numberOfIcons();
|
||||
|
||||
Reference in New Issue
Block a user