[apps/graph] Change name: function->cartesian_function

Change-Id: I138bd13fec8514144cfde7164ec9aff081454609
This commit is contained in:
Émilie Feral
2017-02-14 17:57:55 +01:00
parent dc7a629dfa
commit 6b524737b4
25 changed files with 98 additions and 100 deletions

View File

@@ -24,7 +24,7 @@ View * FunctionParameterController::view() {
return &m_selectableTableView;
}
void FunctionParameterController::setFunction(Function * function) {
void FunctionParameterController::setFunction(CartesianFunction * function) {
m_function = function;
for (int currentChar = 0; currentChar < k_maxNumberOfCharsInTitle; currentChar++) {
if (m_pageTitle[currentChar] == '(') {