openshot-audio  0.1.7
Public Member Functions | List of all members
TextEditor::Listener Class Reference

#include <juce_TextEditor.h>

Inheritance diagram for TextEditor::Listener:
FileBrowserComponent Label LookAndFeel_V2::SliderLabelComp TextPropertyComponent::LabelComp

Public Member Functions

virtual ~Listener ()
 
virtual void textEditorTextChanged (TextEditor &)
 
virtual void textEditorReturnKeyPressed (TextEditor &)
 
virtual void textEditorEscapeKeyPressed (TextEditor &)
 
virtual void textEditorFocusLost (TextEditor &)
 

Detailed Description

Receives callbacks from a TextEditor component when it changes.

See also
TextEditor::addListener

Constructor & Destructor Documentation

◆ ~Listener()

virtual TextEditor::Listener::~Listener ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ textEditorEscapeKeyPressed()

virtual void TextEditor::Listener::textEditorEscapeKeyPressed ( TextEditor )
inlinevirtual

Called when the user presses the escape key.

Reimplemented in Label, and FileBrowserComponent.

◆ textEditorFocusLost()

virtual void TextEditor::Listener::textEditorFocusLost ( TextEditor )
inlinevirtual

Called when the text editor loses focus.

Reimplemented in Label, and FileBrowserComponent.

◆ textEditorReturnKeyPressed()

virtual void TextEditor::Listener::textEditorReturnKeyPressed ( TextEditor )
inlinevirtual

Called when the user presses the return key.

Reimplemented in Label, and FileBrowserComponent.

◆ textEditorTextChanged()

virtual void TextEditor::Listener::textEditorTextChanged ( TextEditor )
inlinevirtual

Called when the user changes the text in some way.

Reimplemented in Label, and FileBrowserComponent.


The documentation for this class was generated from the following file: