[apps/sequence] Temporary implementation of sequence toolbox

Change-Id: I59c703c4c50cd523d49af9a558a7fc3b0f360bc6
This commit is contained in:
Émilie Feral
2017-02-16 10:21:28 +01:00
parent c584d1fb4e
commit f2512b2968
16 changed files with 198 additions and 7 deletions

View File

@@ -49,6 +49,10 @@ void InputViewController::edit(Responder * caller, Ion::Events::Event event, voi
}
}
void InputViewController::setTextFieldDelegate(TextFieldDelegate * textFieldDelegate) {
m_textFieldDelegate = textFieldDelegate;
}
bool InputViewController::textFieldDidFinishEditing(TextField * textField, const char * text) {
m_successAction.perform(this);
dismissModalViewController();