[apps/code] Add some buitin vars in the varbox

This commit is contained in:
Léa Saviot
2020-03-25 17:05:31 +01:00
committed by Émilie Feral
parent eec92d51fc
commit c273f734fe
2 changed files with 7 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ private:
constexpr static int k_maxScriptObjectNameSize = 100;
constexpr static int k_maxNumberOfDisplayedRows = 6; // 240/40
constexpr static int k_maxScriptNodesCount = 32;
constexpr static int k_builtinNodesCount = 61;
constexpr static int k_builtinNodesCount = 64;
HighlightCell * leafCellAtIndex(int index) override;
HighlightCell * nodeCellAtIndex(int index) override { return nullptr; }
bool selectLeaf(int rowIndex) override;