mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[apps] enable node navigation to decide the leaf row height
Change-Id: Ib013dd50c4d57df31e9be7813440037173415330
This commit is contained in:
@@ -15,6 +15,7 @@ public:
|
||||
virtual TableViewCell * leafCellAtIndex(int index) = 0;
|
||||
virtual TableViewCell * nodeCellAtIndex(int index) = 0;
|
||||
virtual void willDisplayCellForIndex(TableViewCell * cell, int index);
|
||||
virtual KDCoordinate leafRowHeight(int index) = 0;
|
||||
protected:
|
||||
TextField * m_textFieldCaller;
|
||||
NodeListViewController m_listViewController;
|
||||
|
||||
Reference in New Issue
Block a user