mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[escher][apps] Move value cell class to escher folder renamed even odd
buffer text view Change-Id: I6c8b8fdcd90d2b6847ec94f65c4b2e64204b52ba
This commit is contained in:
@@ -145,13 +145,13 @@ void ValuesController::willDisplayCellAtLocation(TableViewCell * cell, int i, in
|
||||
int numberOfIntervalElements = m_interval.numberOfElements();
|
||||
if (numberOfIntervalElements < Interval::k_maxNumberOfElements) {
|
||||
buffer[0] = 0;
|
||||
ValueCell * myValueCell = (ValueCell *)cell;
|
||||
EvenOddBufferTextCell * myValueCell = (EvenOddBufferTextCell *)cell;
|
||||
myValueCell->setText(buffer);
|
||||
return;
|
||||
}
|
||||
}
|
||||
// The cell is a value cell
|
||||
ValueCell * myValueCell = (ValueCell *)cell;
|
||||
EvenOddBufferTextCell * myValueCell = (EvenOddBufferTextCell *)cell;
|
||||
Function * function = functionAtColumn(i);
|
||||
float x = m_interval.element(j-1);
|
||||
App * graphApp = (Graph::App *)app();
|
||||
|
||||
Reference in New Issue
Block a user