[apps/stats] Add option fill with formula (does nothing)

This commit is contained in:
Léa Saviot
2018-05-28 16:18:29 +02:00
parent de1ccac62f
commit 31ee2daf50
9 changed files with 35 additions and 8 deletions

View File

@@ -14,10 +14,14 @@ StoreController::StoreController(Responder * parentResponder, FloatPairStore * s
ButtonRowDelegate(header, nullptr),
m_editableCells{},
m_store(store),
m_storeParameterController(this, store)
m_storeParameterController(this, store, this)
{
}
void StoreController::displayFormulaInput() {
}
bool StoreController::textFieldDidFinishEditing(TextField * textField, const char * text, Ion::Events::Event event) {
AppsContainer * appsContainer = ((TextFieldDelegateApp *)app())->container();
Context * globalContext = appsContainer->globalContext();