[apps/code] Add list methods to the variable box

This commit is contained in:
Léa Saviot
2020-04-15 15:22:55 +02:00
committed by Émilie Feral
parent 3d64b8dc47
commit 74b786f875
2 changed files with 10 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ private:
constexpr static int k_maxScriptObjectNameSize = 100; //TODO LEA
constexpr static int k_maxNumberOfDisplayedRows = 8; // (240 - titlebar - margin)/27 //TODO LEA
constexpr static int k_maxScriptNodesCount = 32; //TODO LEA
constexpr static int k_totalBuiltinNodesCount = 98;
constexpr static int k_totalBuiltinNodesCount = 107;
constexpr static uint8_t k_scriptOriginsCount = 3;
constexpr static uint8_t k_subtitleCellType = NodeCellType; // We don't care as it is not selectable
constexpr static uint8_t k_itemCellType = LeafCellType; // So that upper class NestedMenuController knows it's a leaf