|
Gin
|
A box for graphs without a header. More...
#include <gin_parambox.h>
Public Member Functions | |
| ParamArea (const juce::String &name_={}) | |
| void | addControl (Component *c, int x, int y, int cx=1, int cy=1) |
| void | addControl (Component *c) |
Public Member Functions inherited from MultiParamComponent | |
| MultiParamComponent () | |
| ~MultiParamComponent () override | |
| juce::Colour | dimIfNeeded (const juce::Colour &c) |
Public Member Functions inherited from Parameter::ParameterListener | |
| virtual | ~ParameterListener () |
Additional Inherited Members | |
Protected Member Functions inherited from MultiParamComponent | |
| void | showBubble (const juce::String &text, const juce::Rectangle< int > &rc) |
| void | hideBubble () |
| void | watchParam (Parameter *p) |
| void | unwatchParam (Parameter *p) |
| void | unwatchParams () |
| virtual void | paramChanged () |
| void | enablementChanged () override |
| void | valueUpdated (Parameter *) override |
| void | handleAsyncUpdate () override |
Protected Attributes inherited from MultiParamComponent | |
| juce::Array< Parameter * > | params |
| std::unique_ptr< juce::BubbleMessageComponent > | bubble |
A box for graphs without a header.
| ParamArea::ParamArea | ( | const juce::String & | name_ = {} | ) |
| void ParamArea::addControl | ( | Component * | c, |
| int | x, | ||
| int | y, | ||
| int | cx = 1, |
||
| int | cy = 1 |
||
| ) |
References addAndMakeVisible().
| void ParamArea::addControl | ( | Component * | c | ) |
References addAndMakeVisible().