A class to receive callbacks when a MenuBarModel changes.
More...
◆ ~Listener()
virtual MenuBarModel::Listener::~Listener |
( |
| ) |
|
|
virtualdefault |
◆ menuBarItemsChanged()
virtual void MenuBarModel::Listener::menuBarItemsChanged |
( |
MenuBarModel * | menuBarModel | ) |
|
|
pure virtual |
This callback is made when items are changed in the menu bar model.
Implemented in MenuBarComponent.
◆ menuCommandInvoked()
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.
◆ menuBarActivated()
virtual void MenuBarModel::Listener::menuBarActivated |
( |
MenuBarModel * | menuBarModel, |
|
|
bool | isActive ) |
|
virtual |
Called when the menu bar is first activated or when the user finished interacting with the menu bar.