[apps] In sequence: enable to change initial sequence index

This commit is contained in:
Émilie Feral
2017-12-15 17:48:02 +01:00
committed by EmilieNumworks
parent 967e963657
commit 509ee874b4
4 changed files with 116 additions and 24 deletions

View File

@@ -3,10 +3,10 @@
namespace Shared {
ListParameterController::ListParameterController(Responder * parentResponder, FunctionStore * functionStore, I18n::Message functionColorMessage, I18n::Message deleteFunctionMessage) :
ListParameterController::ListParameterController(Responder * parentResponder, FunctionStore * functionStore, I18n::Message functionColorMessage, I18n::Message deleteFunctionMessage, SelectableTableViewDelegate * tableDelegate) :
ViewController(parentResponder),
m_selectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this),
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, tableDelegate),
m_functionStore(functionStore),
m_function(nullptr),
#if FUNCTION_COLOR_CHOICE