|
Gin
|
Control for picking param value with label. More...
#include <gin_plugincomponents.h>
Public Member Functions | |
| Select (Parameter *parameter) | |
| void | setShowName (bool s) |
Public Member Functions inherited from ParamComponent | |
| ParamComponent (Parameter *parameter) | |
| juce::String | getUid () |
| void | setTooltip (const juce::String &newTooltip) override |
Protected Member Functions | |
| void | resized () override |
| void | parentHierarchyChanged () override |
Protected Attributes | |
| juce::Label | name |
| PluginComboBox | comboBox |
| bool | showName = true |
Protected Attributes inherited from ParamComponent | |
| Parameter * | parameter = nullptr |
Additional Inherited Members | |
Public Types inherited from ParamComponent | |
| using | Ptr = ParamComponent * |
Control for picking param value with label.
| Select::Select | ( | Parameter * | parameter | ) |
|
overrideprotected |
Referenced by setShowName().
|
protected |
Referenced by parentHierarchyChanged().
|
protected |
Referenced by parentHierarchyChanged().
|
protected |
Referenced by setShowName().