|
openshot-audio
0.1.5
|
#include <juce_gui_basics.h>
Public Member Functions | |
| virtual | ~Listener () |
| virtual void | textEditorTextChanged (TextEditor &) |
| virtual void | textEditorReturnKeyPressed (TextEditor &) |
| virtual void | textEditorEscapeKeyPressed (TextEditor &) |
| virtual void | textEditorFocusLost (TextEditor &) |
Receives callbacks from a TextEditor component when it changes.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Called when the user presses the escape key.
Reimplemented in juce::Label, and juce::FileBrowserComponent.
|
inlinevirtual |
Called when the text editor loses focus.
Reimplemented in juce::Label, and juce::FileBrowserComponent.
|
inlinevirtual |
Called when the user presses the return key.
Reimplemented in juce::Label, and juce::FileBrowserComponent.
|
inlinevirtual |
Called when the user changes the text in some way.
Reimplemented in juce::Label, and juce::FileBrowserComponent.
1.8.13