openshot-audio
0.1.7
|
#include <juce_gui_basics.h>
Public Member Functions | |
virtual | ~Listener () |
virtual void | buttonClicked (Button *)=0 |
virtual void | buttonStateChanged (Button *) |
Used to receive callbacks when a button is clicked.
|
inlinevirtual |
Destructor.
|
pure virtual |
Called when the button is clicked.
Implemented in juce::AlertWindow, juce::Slider::Pimpl, juce::FileBrowserComponent, juce::TabbedButtonBar::BehindFrontTabComp, juce::PreferencesPanel, juce::BooleanPropertyComponent, juce::FileSearchPathListComponent, juce::ButtonPropertyComponent, and juce::DocumentWindow::ButtonListenerProxy.
|
inlinevirtual |
Called when the button's state changes.