Gin
|
Receives callbacks from a TextEditor component when it changes. More...
#include <gin_singlelinetexteditor.h>
Public Member Functions | |
virtual | ~Listener () |
Destructor. | |
virtual void | sltextEditorTextChanged (SingleLineTextEditor &) |
Called when the user changes the text in some way. | |
virtual void | sltextEditorReturnKeyPressed (SingleLineTextEditor &) |
Called when the user presses the return key. | |
virtual void | sltextEditorEscapeKeyPressed (SingleLineTextEditor &) |
Called when the user presses the escape key. | |
virtual void | sltextEditorFocusLost (SingleLineTextEditor &) |
Called when the text editor loses focus. | |
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.