JUCE
Public Attributes | List of all members
KnownPluginList::PluginTree Struct Reference

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

Public Attributes

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

Detailed Description

A structure that recursively holds a tree of plugins.

See also
KnownPluginList::createTree()

Member Data Documentation

◆ folder

String KnownPluginList::PluginTree::folder

The name of this folder in the tree.

◆ subFolders

OwnedArray<PluginTree> KnownPluginList::PluginTree::subFolders

◆ plugins

Array<PluginDescription> KnownPluginList::PluginTree::plugins

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