mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Start fixing apps as cursor has new member variable
This commit is contained in:
@@ -25,13 +25,13 @@ protected:
|
||||
bool handleEnter() override;
|
||||
int indexFunctionSelectedByCursor() const { return *m_indexFunctionSelectedByCursor; }
|
||||
virtual void selectFunctionWithCursor(int functionIndex);
|
||||
virtual double defaultCursorAbscissa();
|
||||
virtual double defaultCursorT();
|
||||
virtual FunctionStore * functionStore() const;
|
||||
|
||||
// Closest vertical curve helper
|
||||
bool closestCurveIndexIsSuitable(int newIndex, int currentIndex) const override;
|
||||
int selectedCurveIndex() const override { return *m_indexFunctionSelectedByCursor; }
|
||||
double yValue(int curveIndex, double x, Poincare::Context * context) const override;
|
||||
Poincare::Coordinate2D<double> xyValues(int curveIndex, double t, Poincare::Context * context) const override;
|
||||
int numberOfCurves() const override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user