|
Gin
|
Classes | |
| class | ComponentGrid |
| Animated grid container with drag-and-drop reordering support. More... | |
| struct | ComponentGrid::DragInfo |
| class | ComponentViewer |
| A debugging tool that displays component hierarchy and properties. More... | |
| class | GinLookAndFeel |
| Minimalist dark look and feel with black background and white controls. More... | |
| class | MapViewer |
| Interactive map viewer component using OpenStreetMap tiles. More... | |
| class | PropertyComponentBase |
| Base class for property components that use juce::Value for data binding. More... | |
| class | FilePropertyComponent |
| Property component for selecting files with a browse button. More... | |
| class | ColourPropertyComponent |
| Property component for selecting colors with a visual color picker. More... | |
| class | SVGButton |
| Button that displays an SVG graphic instead of or alongside text. More... | |
Functions | |
| void | addAndMakeVisible (juce::Component &parent, juce::Array< juce::Component * > children) |
| Adds an Array of components to a parent Component. | |
| void | addAndMakeVisible (juce::Component &parent, std::initializer_list< juce::Component * > children) |
| Adds an std::initializer_list of components to a parent Component. | |
| void addAndMakeVisible | ( | juce::Component & | parent, |
| juce::Array< juce::Component * > | children | ||
| ) |
Adds an Array of components to a parent Component.
Referenced by ControlBox::add(), ControlBox::add(), BoxArea::addBox(), BoxArea::addBox(), ParamArea::addControl(), ParamArea::addControl(), ProcessorEditorBase::addControl(), ParamBox::addEnable(), HeaderRow::addItem(), ParamBox::addModSource(), PagedControlBox::addPage(), ColourPropertyComponent::ColourPropertyComponent(), FilePropertyComponent::FilePropertyComponent(), HeaderItem::HeaderItem(), ProcessorEditorBase::makeResizable(), ModulationOverview::ModulationOverview(), PagedControlBox::PagedControlBox(), ParamBox::ParamBox(), and SynthesiserUsage::SynthesiserUsage().
| void addAndMakeVisible | ( | juce::Component & | parent, |
| std::initializer_list< juce::Component * > | children | ||
| ) |
Adds an std::initializer_list of components to a parent Component.