JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
ApplicationCommandManager Member List
This is the complete list of members for ApplicationCommandManager, including all inherited members.
addListener(ApplicationCommandManagerListener *listener)ApplicationCommandManager
ApplicationCommandManager()ApplicationCommandManager
AsyncUpdater()AsyncUpdater [private]
cancelPendingUpdate() noexceptAsyncUpdater [private]
clearCommands()ApplicationCommandManager
commandStatusChanged()ApplicationCommandManager
findDefaultComponentTarget()ApplicationCommandManager [static]
findTargetForComponent(Component *component)ApplicationCommandManager [static]
getCommandCategories() const ApplicationCommandManager
getCommandForID(CommandID commandID) const noexceptApplicationCommandManager
getCommandForIndex(int index) const noexceptApplicationCommandManager
getCommandsInCategory(const String &categoryName) const ApplicationCommandManager
getDescriptionOfCommand(CommandID commandID) const noexceptApplicationCommandManager
getFirstCommandTarget(CommandID commandID)ApplicationCommandManager [virtual]
getKeyMappings() const noexceptApplicationCommandManager
getNameOfCommand(CommandID commandID) const noexceptApplicationCommandManager
getNumCommands() const noexceptApplicationCommandManager
getTargetForCommand(CommandID commandID, ApplicationCommandInfo &upToDateInfo)ApplicationCommandManager
handleUpdateNowIfNeeded()AsyncUpdater [private]
invoke(const ApplicationCommandTarget::InvocationInfo &invocationInfo, bool asynchronously)ApplicationCommandManager
invokeDirectly(CommandID commandID, bool asynchronously)ApplicationCommandManager
isUpdatePending() const noexceptAsyncUpdater [private]
registerAllCommandsForTarget(ApplicationCommandTarget *target)ApplicationCommandManager
registerCommand(const ApplicationCommandInfo &newCommand)ApplicationCommandManager
removeCommand(CommandID commandID)ApplicationCommandManager
removeListener(ApplicationCommandManagerListener *listener)ApplicationCommandManager
setFirstCommandTarget(ApplicationCommandTarget *newTarget) noexceptApplicationCommandManager
triggerAsyncUpdate()AsyncUpdater [private]
~ApplicationCommandManager()ApplicationCommandManager [virtual]
~AsyncUpdater()AsyncUpdater [private, virtual]
~FocusChangeListener()FocusChangeListener [private, virtual]