JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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. More...
 
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: