JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::KnownPluginList::PluginTree Struct Reference

A structure that recursively holds a tree of plugins. More...

#include <juce_KnownPluginList.h>

Collaboration diagram for juce::KnownPluginList::PluginTree:

Public Attributes

String folder
 The name of this folder in the tree.
 
Array< PluginDescriptionplugins
 
OwnedArray< PluginTreesubFolders
 

Detailed Description

A structure that recursively holds a tree of plugins.

See also
KnownPluginList::createTree()

Member Data Documentation

◆ folder

String juce::KnownPluginList::PluginTree::folder

The name of this folder in the tree.

◆ plugins

Array<PluginDescription> juce::KnownPluginList::PluginTree::plugins

◆ subFolders

OwnedArray<PluginTree> juce::KnownPluginList::PluginTree::subFolders

The documentation for this struct was generated from the following file: