[apps/shared] In values parameter controller, implement

willDisplayCellAtLocation

Change-Id: Ieac7fd650c6cb807fbb436d2cc8df03f5fd3702f
This commit is contained in:
Émilie Feral
2017-04-05 14:43:45 +02:00
parent 6f3b173022
commit 35c653443d
2 changed files with 10 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ public:
View * view() override;
const char * title() override;
bool handleEvent(Ion::Events::Event event) override;
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
void didBecomeFirstResponder() override;
int numberOfRows() override;
KDCoordinate cellHeight() override;