Gin
|
Receives callbacks from a TextEditor component when it changes. More...
Public Member Functions | |
virtual | ~Listener () |
Destructor. More... | |
virtual void | sltextEditorTextChanged (SingleLineTextEditor &) |
Called when the user changes the text in some way. More... | |
virtual void | sltextEditorReturnKeyPressed (SingleLineTextEditor &) |
Called when the user presses the return key. More... | |
virtual void | sltextEditorEscapeKeyPressed (SingleLineTextEditor &) |
Called when the user presses the escape key. More... | |
virtual void | sltextEditorFocusLost (SingleLineTextEditor &) |
Called when the text editor loses focus. More... | |
Receives callbacks from a TextEditor component when it changes.
|
virtual |
Destructor.
|
virtual |
Called when the user changes the text in some way.
|
virtual |
Called when the user presses the return key.
|
virtual |
Called when the user presses the escape key.
|
virtual |
Called when the text editor loses focus.