[escher] Change name list view cell -> menu list cell

Change-Id: I9fccf615fc0ebacadf7d0b55ca9af5ec997ce572
This commit is contained in:
Émilie Feral
2016-10-25 16:48:32 +02:00
parent 269b11efef
commit cedabbb13a
22 changed files with 93 additions and 93 deletions

View File

@@ -6,8 +6,8 @@ namespace Graph {
FunctionParameterController::FunctionParameterController(Responder * parentResponder) :
ViewController(parentResponder),
m_pageTitle("Colonne f(x)"),
m_displayDerivativeColumn(SwitchListViewCell((char*)"Colonne de la fonction derivee")),
m_copyColumn(ListViewCell((char*)"Copier la colonne dans une liste")),
m_displayDerivativeColumn(SwitchMenuListCell((char*)"Colonne de la fonction derivee")),
m_copyColumn(MenuListCell((char*)"Copier la colonne dans une liste")),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
Metric::BottomMargin, Metric::LeftMargin)),
m_function(nullptr)