openshot-audio
0.1.7
|
#include <juce_gui_basics.h>
Public Member Functions | |
virtual | ~FocusChangeListener () |
virtual void | globalFocusChanged (Component *focusedComponent)=0 |
Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes.
|
inlinevirtual |
Destructor.
|
pure virtual |
Callback to indicate that the currently focused component has changed.
Implemented in juce::KeyPressMappingSet, and juce::UIViewComponentPeer.