This is the complete list of members for juce::ApplicationCommandTarget, including all inherited members.
| ApplicationCommandTarget() | juce::ApplicationCommandTarget | |
| findFirstTargetParentComponent() | juce::ApplicationCommandTarget | |
| getAllCommands(Array< CommandID > &commands)=0 | juce::ApplicationCommandTarget | pure virtual |
| getCommandInfo(CommandID commandID, ApplicationCommandInfo &result)=0 | juce::ApplicationCommandTarget | pure virtual |
| getNextCommandTarget()=0 | juce::ApplicationCommandTarget | pure virtual |
| getTargetForCommand(CommandID commandID) | juce::ApplicationCommandTarget | |
| invoke(const InvocationInfo &invocationInfo, bool asynchronously) | juce::ApplicationCommandTarget | |
| invokeDirectly(CommandID commandID, bool asynchronously) | juce::ApplicationCommandTarget | |
| isCommandActive(CommandID commandID) | juce::ApplicationCommandTarget | |
| perform(const InvocationInfo &info)=0 | juce::ApplicationCommandTarget | pure virtual |
| ~ApplicationCommandTarget() | juce::ApplicationCommandTarget | virtual |