Numworks Epsilon  1.4.1
Graphing Calculator Operating System
parameter_text_field_delegate.h
Go to the documentation of this file.
1 #ifndef SHARED_PARAMETER_TEXT_FIELD_DELEGATE_H
2 #define SHARED_PARAMETER_TEXT_FIELD_DELEGATE_H
3 
4 #include <escher.h>
5 #include "text_field_delegate.h"
7 
8 namespace Shared {
9 
10 /* This textField delegate implements the behaviour of textField delegate in
11  * parameter menu. */
12 
14 public:
15  bool textFieldDidReceiveEvent(TextField * textField, Ion::Events::Event event) override;
16 };
17 
18 }
19 
20 #endif
bool textFieldDidReceiveEvent(TextField *textField, Ion::Events::Event event) override