Numworks Epsilon  1.4.1
Graphing Calculator Operating System
text_input_delegate.h
Go to the documentation of this file.
1 #ifndef ESCHER_TEXT_INPUT_DELEGATE_H
2 #define ESCHER_TEXT_INPUT_DELEGATE_H
3 
4 class TextInput;
5 
7 public:
8  virtual Toolbox * toolboxForTextInput(TextInput * textInput) = 0;
9 };
10 
11 #endif
virtual Toolbox * toolboxForTextInput(TextInput *textInput)=0