Tiny helper class to show a text editor. More...


Public Member Functions | |
| FieldEditor (void) | |
| Constructor. More... | |
| virtual | ~FieldEditor (void) |
| Destructor. More... | |
| virtual void | textEditorEscapeKeyPressed (TextEditor &editor) |
| Inherited from TextEditor::Listener. More... | |
| virtual void | textEditorReturnKeyPressed (TextEditor &editor) |
| Inherited from TextEditor::Listener. More... | |
Tiny helper class to show a text editor.
The editor assumes that the parent is showing it modally, and will call exitModalState() if it detects the user has pressed ENTER or ESCAPE.
| FieldEditor::FieldEditor | ( | void | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Inherited from TextEditor::Listener.
|
virtual |
Inherited from TextEditor::Listener.