#include <PluginMenuComponent.h>
Container used by PluginMenuComponent to contain PluginMenuItemComponent objects for drag and drop functionality within a juce::Viewport
◆ PluginMenuContainer()
| PluginInterface::PluginMenuContainer::PluginMenuContainer |
( |
juce::Array< std::unique_ptr< PluginMenuItemComponent > > * | pluginItemsReference, |
|
|
std::function< void()> | addButtonFunction ) |
◆ ~PluginMenuContainer()
| PluginInterface::PluginMenuContainer::~PluginMenuContainer |
( |
| ) |
|
◆ clearChildren()
| void PluginInterface::PluginMenuContainer::clearChildren |
( |
| ) |
|
Removes all children and re-adds the add button.
◆ paint()
| void PluginInterface::PluginMenuContainer::paint |
( |
juce::Graphics & | g | ) |
|
|
override |
◆ resized()
| void PluginInterface::PluginMenuContainer::resized |
( |
| ) |
|
|
override |
◆ addButton
| juce::TextButton PluginInterface::PluginMenuContainer::addButton |
|
private |
Button used to show plugin loading menu.
◆ pluginItems
◆ pluginPadding
| int PluginInterface::PluginMenuContainer::pluginPadding = 3 |
◆ pluginSpaceHeight
| int PluginInterface::PluginMenuContainer::pluginSpaceHeight = 30 |
The documentation for this class was generated from the following files: