Numworks Epsilon  1.4.1
Graphing Calculator Operating System
text_field_delegate.cpp
Go to the documentation of this file.
1 #include "text_field_delegate.h"
2 
3 using namespace Poincare;
4 
5 namespace Shared {
6 
8  return textFieldDelegateApp()->textFieldShouldFinishEditing(textField, event);
9 }
10 
12  return textFieldDelegateApp()->textFieldDidReceiveEvent(textField, event);
13 }
14 
16  return textFieldDelegateApp()->toolboxForTextInput(textInput);
17 }
18 
19 }
virtual bool textFieldDidReceiveEvent(TextField *textField, Ion::Events::Event event)=0
virtual bool textFieldShouldFinishEditing(TextField *textField, Ion::Events::Event event)=0
virtual Toolbox * toolboxForTextInput(TextInput *textInput)=0