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
"
6
#include "
text_field_delegate_app.h
"
7
8
namespace
Shared
{
9
10
/* This textField delegate implements the behaviour of textField delegate in
11
* parameter menu. */
12
13
class
ParameterTextFieldDelegate
:
public
TextFieldDelegate
{
14
public
:
15
bool
textFieldDidReceiveEvent
(
TextField
* textField,
Ion::Events::Event
event)
override
;
16
};
17
18
}
19
20
#endif
Shared
Definition:
banner_view.cpp:5
TextField
Definition:
text_field.h:8
escher.h
text_field_delegate.h
Ion::Events::Event
Definition:
events.h:9
Shared::ParameterTextFieldDelegate::textFieldDidReceiveEvent
bool textFieldDidReceiveEvent(TextField *textField, Ion::Events::Event event) override
Definition:
parameter_text_field_delegate.cpp:7
text_field_delegate_app.h
Shared::TextFieldDelegate
Definition:
text_field_delegate.h:10
Shared::ParameterTextFieldDelegate
Definition:
parameter_text_field_delegate.h:13
epsilon
apps
shared
parameter_text_field_delegate.h
Generated by
1.8.14