[apps/shared] Create static ints for cell types

This commit is contained in:
Léa Saviot
2018-05-21 10:33:04 +02:00
parent dfca5d8438
commit cb67aa535d
2 changed files with 6 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ protected:
static constexpr KDCoordinate k_cellWidth = Ion::Display::Width/2 - Metric::CommonRightMargin/2 - Metric::CommonLeftMargin/2;
constexpr static int k_maxNumberOfEditableCells = 22;
constexpr static int k_numberOfTitleCells = 2;
static constexpr int k_titleCellType = 0;
static constexpr int k_editableCellType = 1;
Responder * tabController() const override;
View * loadView() override;
void unloadView(View * view) override;