mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[apps/grah} closestCurveIndexVertically renamed as next...
This commit is contained in:
committed by
EmilieNumworks
parent
936b624fb9
commit
ebfa251db8
@@ -29,6 +29,9 @@ protected:
|
||||
virtual FunctionStore * functionStore() const;
|
||||
|
||||
// Closest vertical curve helper
|
||||
virtual int nextCurveIndexVertically(bool goingUp, int currentSelectedCurve, Poincare::Context * context) const {
|
||||
return closestCurveIndexVertically(goingUp, currentSelectedCurve, context);
|
||||
}
|
||||
bool closestCurveIndexIsSuitable(int newIndex, int currentIndex) const override;
|
||||
int selectedCurveIndex() const override { return *m_indexFunctionSelectedByCursor; }
|
||||
Poincare::Coordinate2D<double> xyValues(int curveIndex, double t, Poincare::Context * context) const override;
|
||||
|
||||
Reference in New Issue
Block a user