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) |
![]() | |
MultiParamComponent () | |
~MultiParamComponent () override | |
juce::Colour | dimIfNeeded (const juce::Colour &c) |
![]() | |
virtual | ~ParameterListener () |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
juce::Array< Parameter * > | params |
std::unique_ptr< juce::BubbleMessageComponent > | bubble |
A box for graphs without a header.
ParamArea::ParamArea | ( | const juce::String & | name_ = {} | ) |
References addAndMakeVisible().
void ParamArea::addControl | ( | Component * | c | ) |
References addAndMakeVisible().