[apps/shared] Factorize go to parameter controllers in parent class

(used in regression, graph, sequence)

Change-Id: I5e54bca17f9de7b21aeb705ea87818b064662904
This commit is contained in:
Émilie Feral
2017-03-30 16:08:40 +02:00
parent 4968ffff49
commit e76cab75c1
10 changed files with 92 additions and 114 deletions

View File

@@ -8,7 +8,7 @@ FunctionCurveParameterController::FunctionCurveParameterController(InteractiveCu
m_goToCell(MessageTableCellWithChevron(I18n::Message::Goto)),
m_selectableTableView(SelectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
m_goToParameterController(GoToParameterController(this, graphRange, cursor, symbol)),
m_goToParameterController(FunctionGoToParameterController(this, graphRange, cursor, symbol)),
m_function(nullptr)
{
}