Numworks Epsilon
1.4.1
Graphing Calculator Operating System
text_area_delegate.h
Go to the documentation of this file.
1
#ifndef ESCHER_TEXT_AREA_DELEGATE_H
2
#define ESCHER_TEXT_AREA_DELEGATE_H
3
4
#include <
escher/text_input_delegate.h
>
5
6
class
TextArea
;
7
8
class
TextAreaDelegate
:
public
TextInputDelegate
{
9
public
:
10
virtual
bool
textAreaDidReceiveEvent
(
TextArea
* textArea,
Ion::Events::Event
event) = 0;
11
};
12
13
#endif
TextAreaDelegate
Definition:
text_area_delegate.h:8
TextArea
Definition:
text_area.h:9
Ion::Events::Event
Definition:
events.h:9
TextAreaDelegate::textAreaDidReceiveEvent
virtual bool textAreaDidReceiveEvent(TextArea *textArea, Ion::Events::Event event)=0
TextInputDelegate
Definition:
text_input_delegate.h:6
text_input_delegate.h
epsilon
escher
include
escher
text_area_delegate.h
Generated by
1.8.14