addChangeListener(ChangeListener *listener) | juce::ChangeBroadcaster | |
addToBlacklist(const String &pluginID) | juce::KnownPluginList | |
addToMenu(PopupMenu &menu, const Array< PluginDescription > &types, SortMethod sortMethod, const String ¤tlyTickedPluginID={}) | juce::KnownPluginList | static |
addType(const PluginDescription &type) | juce::KnownPluginList | |
anyListeners | juce::ChangeBroadcaster | private |
blacklist | juce::KnownPluginList | private |
broadcastCallback | juce::ChangeBroadcaster | private |
callListeners() | juce::ChangeBroadcaster | private |
ChangeBroadcaster() noexcept | juce::ChangeBroadcaster | |
changeListeners | juce::ChangeBroadcaster | private |
clear() | juce::KnownPluginList | |
clearBlacklistedFiles() | juce::KnownPluginList | |
createTree(const Array< PluginDescription > &types, SortMethod sortMethod) | juce::KnownPluginList | static |
createXml() const | juce::KnownPluginList | |
defaultOrder enum value | juce::KnownPluginList | |
dispatchPendingMessages() | juce::ChangeBroadcaster | |
getBlacklistedFiles() const | juce::KnownPluginList | |
getIndexChosenByMenu(const Array< PluginDescription > &types, int menuResultCode) | juce::KnownPluginList | static |
getNumTypes() const noexcept | juce::KnownPluginList | |
getTypeForFile(const String &fileOrIdentifier) const | juce::KnownPluginList | |
getTypeForIdentifierString(const String &identifierString) const | juce::KnownPluginList | |
getTypes() const | juce::KnownPluginList | |
getTypesForFormat(AudioPluginFormat &) const | juce::KnownPluginList | |
isListingUpToDate(const String &possiblePluginFileOrIdentifier, AudioPluginFormat &formatToUse) const | juce::KnownPluginList | |
KnownPluginList() | juce::KnownPluginList | |
recreateFromXml(const XmlElement &xml) | juce::KnownPluginList | |
removeAllChangeListeners() | juce::ChangeBroadcaster | |
removeChangeListener(ChangeListener *listener) | juce::ChangeBroadcaster | |
removeFromBlacklist(const String &pluginID) | juce::KnownPluginList | |
removeType(const PluginDescription &type) | juce::KnownPluginList | |
scanAndAddDragAndDroppedFiles(AudioPluginFormatManager &formatManager, const StringArray &filenames, OwnedArray< PluginDescription > &typesFound) | juce::KnownPluginList | |
scanAndAddFile(const String &possiblePluginFileOrIdentifier, bool dontRescanIfAlreadyInList, OwnedArray< PluginDescription > &typesFound, AudioPluginFormat &formatToUse) | juce::KnownPluginList | |
scanFinished() | juce::KnownPluginList | |
scanLock | juce::KnownPluginList | private |
scanner | juce::KnownPluginList | private |
sendChangeMessage() | juce::ChangeBroadcaster | |
sendSynchronousChangeMessage() | juce::ChangeBroadcaster | |
setCustomScanner(std::unique_ptr< CustomScanner > newScanner) | juce::KnownPluginList | |
sort(SortMethod method, bool forwards) | juce::KnownPluginList | |
sortAlphabetically enum value | juce::KnownPluginList | |
sortByCategory enum value | juce::KnownPluginList | |
sortByFileSystemLocation enum value | juce::KnownPluginList | |
sortByFormat enum value | juce::KnownPluginList | |
sortByInfoUpdateTime enum value | juce::KnownPluginList | |
sortByManufacturer enum value | juce::KnownPluginList | |
SortMethod enum name | juce::KnownPluginList | |
types | juce::KnownPluginList | private |
typesArrayLock | juce::KnownPluginList | private |
~ChangeBroadcaster() | juce::ChangeBroadcaster | virtual |
~KnownPluginList() override | juce::KnownPluginList | |