#include <MainMenuComponent.h>
|
| std::unique_ptr< juce::MenuBarComponent > | menuBar |
| std::shared_ptr< juce::ApplicationCommandManager > | commandManager |
◆ MenuBarWindowComponent()
| MenuBarWindowComponent::MenuBarWindowComponent |
( |
| ) |
|
|
inline |
◆ ~MenuBarWindowComponent()
| MenuBarWindowComponent::~MenuBarWindowComponent |
( |
| ) |
|
|
inline |
◆ getAllCommands()
| void MenuBarWindowComponent::getAllCommands |
( |
juce::Array< juce::CommandID > & | c | ) |
|
|
inlineoverride |
◆ getCommandInfo()
| void MenuBarWindowComponent::getCommandInfo |
( |
juce::CommandID | commandID, |
|
|
juce::ApplicationCommandInfo & | result ) |
|
inlineoverride |
◆ getMenuBarNames()
| juce::StringArray MenuBarWindowComponent::getMenuBarNames |
( |
| ) |
|
|
inlineoverride |
◆ getMenuForIndex()
| juce::PopupMenu MenuBarWindowComponent::getMenuForIndex |
( |
int | menuIndex, |
|
|
const juce::String & | ) |
|
inlineoverride |
◆ getNextCommandTarget()
| ApplicationCommandTarget * MenuBarWindowComponent::getNextCommandTarget |
( |
| ) |
|
|
inlineoverride |
◆ menuItemSelected()
| void MenuBarWindowComponent::menuItemSelected |
( |
int | , |
|
|
int | ) |
|
inlineoverride |
◆ paint()
| void MenuBarWindowComponent::paint |
( |
juce::Graphics & | g | ) |
|
|
inlineoverride |
◆ perform()
| bool MenuBarWindowComponent::perform |
( |
const InvocationInfo & | info | ) |
|
|
inlineoverride |
◆ commandManager
| std::shared_ptr<juce::ApplicationCommandManager> MenuBarWindowComponent::commandManager |
◆ menuBar
| std::unique_ptr<juce::MenuBarComponent> MenuBarWindowComponent::menuBar |
The documentation for this class was generated from the following file: