mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[apps] Start fixing apps as cursor has new member variable
This commit is contained in:
@@ -327,7 +327,10 @@ int ValuesController::maxNumberOfElements() const {
|
||||
|
||||
double ValuesController::evaluationOfAbscissaAtColumn(double abscissa, int columnIndex) {
|
||||
ExpiringPointer<Function> function = functionStore()->modelForRecord(recordAtColumn(columnIndex));
|
||||
return function->evaluateAtAbscissa(abscissa, textFieldDelegateApp()->localContext());
|
||||
//TODO LEA RUBEN Careful with merge
|
||||
//TODO LEA RUBEN change with evaluationOfParameterAtColumn?
|
||||
Poincare::Coordinate2D<double> xy = function->evaluateAtParameter(abscissa, textFieldDelegateApp()->localContext());
|
||||
return xy.y();
|
||||
}
|
||||
|
||||
void ValuesController::updateNumberOfColumns() {
|
||||
|
||||
Reference in New Issue
Block a user