[apps/sequence] Redesign list controller

Change-Id: If114a643b0f682e98076cf1ec9f4479b3dafdfa6
This commit is contained in:
Émilie Feral
2017-02-16 14:17:56 +01:00
parent f605963588
commit 51c33b0a5b
31 changed files with 419 additions and 740 deletions

View File

@@ -14,7 +14,7 @@ public:
View * view() override;
const char * title() const override;
bool handleEvent(Ion::Events::Event event) override;
void setFunction(Function * function);
virtual void setFunction(Function * function);
void didBecomeFirstResponder() override;
int numberOfRows() override;
KDCoordinate cellHeight() override;