|
JUCE
|
A class to receive callbacks when a MenuBarModel changes. More...
Inheritance diagram for MenuBarModel::Listener:Public Member Functions | |
| virtual | ~Listener () |
| Destructor. More... | |
| virtual void | menuBarItemsChanged (MenuBarModel *menuBarModel)=0 |
| This callback is made when items are changed in the menu bar model. More... | |
| virtual void | menuCommandInvoked (MenuBarModel *menuBarModel, const ApplicationCommandTarget::InvocationInfo &info)=0 |
| This callback is made when an application command is invoked that is represented by one of the items in the menu bar model. More... | |
A class to receive callbacks when a MenuBarModel changes.
|
virtual |
Destructor.
References String::empty, and JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR.
|
pure virtual |
This callback is made when items are changed in the menu bar model.
Implemented in 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 MenuBarComponent.