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 
5 
6 class TextArea;
7 
9 public:
10  virtual bool textAreaDidReceiveEvent(TextArea * textArea, Ion::Events::Event event) = 0;
11 };
12 
13 #endif
virtual bool textAreaDidReceiveEvent(TextArea *textArea, Ion::Events::Event event)=0