Loading...
Searching...
No Matches
juce::ComboBox::Listener Class Referenceabstract

Detailed Description

A class for receiving events from a ComboBox.

You can register a ComboBox::Listener with a ComboBox using the ComboBox::addListener() method, and it will be called when the selected item in the box changes.

See also
ComboBox::addListener, ComboBox::removeListener
Inheritance diagram for juce::ComboBox::Listener:

Public Member Functions

virtual ~Listener ()=default
 Destructor.
virtual void comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0
 Called when a ComboBox has its selected item changed.

Constructors and Destructors

◆ ~Listener()

virtual juce::ComboBox::Listener::~Listener ( )
virtualdefault

Destructor.

Member Functions

◆ comboBoxChanged()

virtual void juce::ComboBox::Listener::comboBoxChanged ( ComboBox * comboBoxThatHasChanged)
pure virtual

Called when a ComboBox has its selected item changed.

References juce::ComboBox::ComboBox().

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram