JUCE  v5.4.1-191-g0ab5e696f
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< const PluginDescription * > plugins
 
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<const PluginDescription*> juce::KnownPluginList::PluginTree::plugins

◆ subFolders

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

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