mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps] enable node navigation to decide the leaf row height
Change-Id: Ib013dd50c4d57df31e9be7813440037173415330
This commit is contained in:
@@ -13,7 +13,9 @@ public:
|
||||
TableViewCell * leafCellAtIndex(int index) override;
|
||||
TableViewCell * nodeCellAtIndex(int index) override;
|
||||
void willDisplayCellForIndex(TableViewCell * cell, int index) override;
|
||||
KDCoordinate leafRowHeight(int index) override;
|
||||
private:
|
||||
constexpr static KDCoordinate k_leafRowHeight = 40;
|
||||
Context * m_context;
|
||||
VariableBoxLeafCell m_leafCells[NodeListViewController::k_maxNumberOfDisplayedRows];
|
||||
ChevronMenuListCell m_nodeCells[NodeListViewController::k_maxNumberOfDisplayedRows];
|
||||
|
||||
Reference in New Issue
Block a user