mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 00:30:46 +01:00
[apps] Modular reimplementation of application models (stores and
ranges) and of curve views/curve view controllers. Change-Id: If4ca9bf1bec024917ef540a3fc7baefa8700f7ba
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace Graph {
|
||||
|
||||
CurveParameterController::CurveParameterController(GraphWindow * graphWindow, BannerView * bannerView) :
|
||||
CurveParameterController::CurveParameterController(InteractiveCurveViewRange * graphRange, BannerView * bannerView, CurveViewCursor * cursor) :
|
||||
ViewController(nullptr),
|
||||
m_bannerView(bannerView),
|
||||
m_function(nullptr),
|
||||
@@ -12,7 +12,7 @@ CurveParameterController::CurveParameterController(GraphWindow * graphWindow, Ba
|
||||
m_derivativeCell(SwitchMenuListCell((char*)"Nombre derivee")),
|
||||
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
|
||||
Metric::BottomMargin, Metric::LeftMargin)),
|
||||
m_goToParameterController(GoToParameterController(this, graphWindow))
|
||||
m_goToParameterController(GoToParameterController(this, graphRange, cursor))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user