[apps/graph] Rename CartesianFunctionStore to ContinuousFunctionStore

This commit is contained in:
Ruben Dashyan
2019-09-09 14:25:31 +02:00
committed by LeaNumworks
parent d02ecf93a5
commit 0466d00588
14 changed files with 21 additions and 21 deletions

View File

@@ -117,7 +117,7 @@ void CalculationParameterController::setRecord(Ion::Storage::Record record) {
}
bool CalculationParameterController::shouldDisplayIntersection() const {
CartesianFunctionStore * store = App::app()->functionStore();
ContinuousFunctionStore * store = App::app()->functionStore();
int numberOfCartesianFunctions = store->numberOfActiveFunctionsOfType(Shared::CartesianFunction::PlotType::Cartesian);
// Intersection row is displayed when all functions are cartesian and there are least two of them
// TODO: compute intersections between polar/parametric/cartesian functions?