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
6
class
TextInputDelegate
{
7
public
:
8
virtual
Toolbox
*
toolboxForTextInput
(
TextInput
* textInput) = 0;
9
};
10
11
#endif
Toolbox
Definition:
toolbox.h:12
TextInputDelegate
Definition:
text_input_delegate.h:6
TextInputDelegate::toolboxForTextInput
virtual Toolbox * toolboxForTextInput(TextInput *textInput)=0
TextInput
Definition:
text_input.h:10
epsilon
escher
include
escher
text_input_delegate.h
Generated by
1.8.14