Gin
|
This is the complete list of members for ParamBox, including all inherited members.
addControl(juce::Component *c) | ParamBox | |
addControl(juce::Component *p, juce::Component *c) | ParamBox | |
addControl(juce::Component *c, int x, int y, int cx=1, int cy=1) | ParamBox | |
addControl(juce::Component *c, float x, float y, float cx=1.0f, float cy=1.0f) | ParamBox | |
addEnable(gin::Parameter::Ptr p, bool includeButton=true) | ParamBox | |
addHeader(const juce::StringArray names, int idx, gin::Parameter::Ptr p) | ParamBox | |
addModSource(juce::Component *c) | ParamBox | |
bubble | MultiParamComponent | protected |
controls | ParamBox | protected |
dimIfNeeded(const juce::Colour &c) | MultiParamComponent | |
enablementChanged() override | MultiParamComponent | protected |
enableParam | ParamBox | protected |
frame | ParamBox | protected |
getFrame() | ParamBox | |
getGridArea(int x, int y, int cx=1, int cy=1) | ParamBox | protected |
getGridArea(float x, float y, float cx=1.0f, float cy=1.0f) | ParamBox | protected |
getHeader() | ParamBox | |
handleAsyncUpdate() override | MultiParamComponent | protected |
header | ParamBox | protected |
headerIndex | ParamBox | protected |
headerParam | ParamBox | protected |
headers | ParamBox | protected |
hideBubble() | MultiParamComponent | protected |
modSources | ParamBox | protected |
MultiParamComponent() | MultiParamComponent | |
paint(juce::Graphics &g) override | ParamBox | protected |
ParamBox(const juce::String &name) | ParamBox | |
paramChanged() override | ParamBox | protectedvirtual |
params | MultiParamComponent | protected |
resized() override | ParamBox | protected |
setTitle(const juce::String &name) | ParamBox | |
showBubble(const juce::String &text, const juce::Rectangle< int > &rc) | MultiParamComponent | protected |
unwatchParam(Parameter *p) | MultiParamComponent | protected |
unwatchParams() | MultiParamComponent | protected |
valueUpdated(Parameter *) override | MultiParamComponent | protectedvirtual |
watchParam(Parameter *p) | MultiParamComponent | protected |
~MultiParamComponent() override | MultiParamComponent | |
~ParameterListener() | Parameter::ParameterListener | virtual |