[apps] Graph: create an IntersectionGraphController

This commit is contained in:
Émilie Feral
2018-01-22 14:26:56 +01:00
committed by EmilieNumworks
parent 7d69e59562
commit 89c201a7f7
10 changed files with 92 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ GraphController::GraphController(Responder * parentResponder, CartesianFunctionS
m_bannerView(),
m_view(functionStore, curveViewRange, m_cursor, &m_bannerView, &m_cursorView),
m_graphRange(curveViewRange),
m_curveParameterController(curveViewRange, &m_bannerView, m_cursor, &m_view, this),
m_curveParameterController(curveViewRange, &m_bannerView, m_cursor, &m_view, this, functionStore),
m_functionStore(functionStore),
m_displayDerivativeInBanner(false)
{