[apps/graph/values] add a pointer to the interval parameter page in the

abscissa parameter controller

Change-Id: I6c0617e9d5c2113239a91ecbfb55aac0fb7662c8
This commit is contained in:
Émilie Feral
2016-10-18 11:40:51 +02:00
parent 440ebcca98
commit fa8b7148f5
3 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ ValuesController::ValuesController(Responder * parentResponder, FunctionStore *
m_functionStore(functionStore),
m_evaluateContext(evaluateContext),
m_parameterController(ValuesParameterController(this, &m_interval)),
m_abscissaParameterController(AbscissaParameterController(this)),
m_abscissaParameterController(AbscissaParameterController(this, &m_parameterController)),
m_setIntervalButton(Button(this, "Regler l'intervalle",Invocation([](void * context, void * sender) {
ValuesController * valuesController = (ValuesController *) context;
StackViewController * stack = ((StackViewController *)valuesController->parentResponder());