calculator/src/GraphControl/Control
Stephanie Anderl a33c1a4494
Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804)
* Added enable/disable line functionality

* Update EquationTextBox to change the opacity of functions have are not visible. Update the function label for the EquationTextBox to increment the label to show f1, f2, f3, etc

* rebase key-graph-features and fix issue where removing an equation box and adding a new one repopulates the previous equation

* Added visibility icon for the equation button hover

* updated EquationButton to be a toggle button to better handle the LineHidden state and other PR comment fixes.

* Updated EquationButton style to use a toggle button and to have placeholder icons for the show/hide states

* Updated equation button after pulling the refactor work into the branch. Fixed the Equation Button in KGF UI

* Fixed Pepe's bugs

* Uncomment temporary.pfx in calculator.vcxproj
2019-11-21 15:07:45 -08:00
..
Equation.cpp Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804) 2019-11-21 15:07:45 -08:00
Equation.h Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804) 2019-11-21 15:07:45 -08:00
EquationCollection.h Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804) 2019-11-21 15:07:45 -08:00
Grapher.cpp Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804) 2019-11-21 15:07:45 -08:00
Grapher.h Equation button updates: Enable/Disable on click, button content f1, f2, f3..., visibility icon on hover (#804) 2019-11-21 15:07:45 -08:00