| JUCE
    | 
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. | |
| OwnedArray< PluginTree > | subFolders | 
| Array< PluginDescription > | plugins | 
A structure that recursively holds a tree of plugins.
| String KnownPluginList::PluginTree::folder | 
The name of this folder in the tree.
| OwnedArray<PluginTree> KnownPluginList::PluginTree::subFolders | 
| Array<PluginDescription> KnownPluginList::PluginTree::plugins |