openshot-audio
0.1.6
|
#include <juce_Button.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 AlertWindow, FileBrowserComponent, TabbedButtonBar::BehindFrontTabComp, PreferencesPanel, BooleanPropertyComponent, FileSearchPathListComponent, ButtonPropertyComponent, and DocumentWindow::ButtonListenerProxy.
|
inlinevirtual |
Called when the button's state changes.