openshot-audio  0.1.4
Public Member Functions | List of all members
ComboBox::Listener Class Referenceabstract

#include <juce_ComboBox.h>

Inheritance diagram for ComboBox::Listener:
ChoicePropertyComponent FileBrowserComponent FilenameComponent

Public Member Functions

virtual ~Listener ()
 
virtual void comboBoxChanged (ComboBox *comboBoxThatHasChanged)=0
 

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

Constructor & Destructor Documentation

◆ ~Listener()

virtual ComboBox::Listener::~Listener ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ comboBoxChanged()

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

Called when a ComboBox has its selected item changed.

Implemented in FileBrowserComponent.


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