JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
juce::ApplicationCommandManager Member List

This is the complete list of members for juce::ApplicationCommandManager, including all inherited members.

addListener(ApplicationCommandManagerListener *listener)juce::ApplicationCommandManager
ApplicationCommandManager()juce::ApplicationCommandManager
clearCommands()juce::ApplicationCommandManager
commandStatusChanged()juce::ApplicationCommandManager
findDefaultComponentTarget()juce::ApplicationCommandManagerstatic
findTargetForComponent(Component *)juce::ApplicationCommandManagerstatic
getCommandCategories() constjuce::ApplicationCommandManager
getCommandForID(CommandID commandID) const noexceptjuce::ApplicationCommandManager
getCommandForIndex(int index) const noexceptjuce::ApplicationCommandManager
getCommandsInCategory(const String &categoryName) constjuce::ApplicationCommandManager
getDescriptionOfCommand(CommandID commandID) const noexceptjuce::ApplicationCommandManager
getFirstCommandTarget(CommandID commandID)juce::ApplicationCommandManagervirtual
getKeyMappings() const noexceptjuce::ApplicationCommandManager
getNameOfCommand(CommandID commandID) const noexceptjuce::ApplicationCommandManager
getNumCommands() const noexceptjuce::ApplicationCommandManager
getTargetForCommand(CommandID commandID, ApplicationCommandInfo &upToDateInfo)juce::ApplicationCommandManager
invoke(const ApplicationCommandTarget::InvocationInfo &invocationInfo, bool asynchronously)juce::ApplicationCommandManager
invokeDirectly(CommandID commandID, bool asynchronously)juce::ApplicationCommandManager
registerAllCommandsForTarget(ApplicationCommandTarget *target)juce::ApplicationCommandManager
registerCommand(const ApplicationCommandInfo &newCommand)juce::ApplicationCommandManager
removeCommand(CommandID commandID)juce::ApplicationCommandManager
removeListener(ApplicationCommandManagerListener *listener)juce::ApplicationCommandManager
setFirstCommandTarget(ApplicationCommandTarget *newTarget) noexceptjuce::ApplicationCommandManager
~ApplicationCommandManager() overridejuce::ApplicationCommandManager