mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare/zoom] Remove tuneXRange argument
The ability to perform a range search without changing the X range was only there to accomodate the Yauto feature. Change-Id: I8c2b61b447fbd3dc1f4e303dff06d1a8d6e7a4f2
This commit is contained in:
committed by
Émilie Feral
parent
07c52139b9
commit
ad6edffc07
@@ -55,7 +55,7 @@ public:
|
||||
virtual Poincare::Expression sumBetweenBounds(double start, double end, Poincare::Context * context) const = 0;
|
||||
|
||||
// Range
|
||||
virtual void rangeForDisplay(float * xMin, float * xMax, float * yMin, float * yMax, Poincare::Context * context, bool tuneXRange = true) const = 0;
|
||||
virtual void rangeForDisplay(float * xMin, float * xMax, float * yMin, float * yMax, Poincare::Context * context) const = 0;
|
||||
|
||||
protected:
|
||||
/* RecordDataBuffer is the layout of the data buffer of Record
|
||||
@@ -93,7 +93,7 @@ protected:
|
||||
bool m_active;
|
||||
};
|
||||
|
||||
void protectedRangeForDisplay(float * xMin, float * xMax, float * yMin, float * yMax, Poincare::Context * context, bool tuneXRange, bool boundByMagnitude) const;
|
||||
void protectedRangeForDisplay(float * xMin, float * xMax, float * yMin, float * yMax, Poincare::Context * context, bool boundByMagnitude) const;
|
||||
|
||||
private:
|
||||
RecordDataBuffer * recordData() const;
|
||||
|
||||
Reference in New Issue
Block a user