A structure that recursively holds a tree of plugins. More...
#include <juce_KnownPluginList.h>
Public Attributes | |
String | folder |
The name of this folder in the tree. More... | |
Array< PluginDescription > | plugins |
OwnedArray< PluginTree > | subFolders |
A structure that recursively holds a tree of plugins.
String juce::KnownPluginList::PluginTree::folder |
The name of this folder in the tree.
Array<PluginDescription> juce::KnownPluginList::PluginTree::plugins |
OwnedArray<PluginTree> juce::KnownPluginList::PluginTree::subFolders |