calculator/src/GraphingInterfaces
Stephanie Anderl 76e33ef159
Updates ResetGrid to account for when equations are added during Manual Adjustment mode (#1231)
* updated the reset grid logic to track and set the initial range after an equation is added

* When in manual adjustment mode and an equation is added, replot the graph when reset is called

* remove members that are no longer needed

* Added logic to include the PrepareGraph() and removed re-graphing in the ResetGrid method

* skip SetDisplayRanges if TryInitialize returns a nullopt so there is no crash

* Updated the logic to handle the case where the range is updated via settings

* Fix bug with reset view hyperlink

* Updated the logic for graph settings updating the graph range

* Rebased with the latest, fixed issues with the rebase

 Author:    Stephanie Anderl <46726333+sanderl@users.noreply.github.com>

* Update the internals version of calculator to the latest so that the PrepareGraph API available
2020-06-17 12:30:19 -07:00
..
Common.h Making Graphing::Color fully constexpr (#1010) 2020-02-06 15:13:38 -08:00
GraphingEnums.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IBitmap.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquation.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IEquationOptions.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraph.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00
IGraphAnalyzer.h Add Graph Settings (#879) 2020-01-03 15:06:14 -08:00
IGraphingOptions.h Dark Theme For Graph Control (#1106) 2020-03-27 17:20:35 -07:00
IGraphRenderer.h Updates ResetGrid to account for when equations are added during Manual Adjustment mode (#1231) 2020-06-17 12:30:19 -07:00
IMathSolver.h Improve error handling by displaying an error message (#1075) 2020-03-25 15:18:34 -07:00