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< const PluginDescription * > plugins
 

Detailed Description

A structure that recursively holds a tree of plugins.

See also
KnownPluginList::createTree()

Member Data Documentation

String KnownPluginList::PluginTree::folder

The name of this folder in the tree.

OwnedArray<PluginTree> KnownPluginList::PluginTree::subFolders
Array<const PluginDescription*> KnownPluginList::PluginTree::plugins

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