openshot-audio
0.1.7
|
#include <juce_MenuBarModel.h>
Public Member Functions | |
virtual | ~Listener () |
virtual void | menuBarItemsChanged (MenuBarModel *menuBarModel)=0 |
virtual void | menuCommandInvoked (MenuBarModel *menuBarModel, const ApplicationCommandTarget::InvocationInfo &info)=0 |
A class to receive callbacks when a MenuBarModel changes.
|
inlinevirtual |
Destructor.
|
pure virtual |
This callback is made when items are changed in the menu bar model.
Implemented in JuceMainMenuHandler, and MenuBarComponent.
|
pure virtual |
This callback is made when an application command is invoked that is represented by one of the items in the menu bar model.
Implemented in JuceMainMenuHandler, and MenuBarComponent.