Gin
|
Base class for a control showing a parameter with label. More...
Public Types | |
using | Ptr = ParamComponent * |
Public Member Functions | |
ParamComponent (Parameter *parameter) | |
juce::String | getUid () |
void | setTooltip (const juce::String &newTooltip) override |
Protected Attributes | |
Parameter * | parameter = nullptr |
Base class for a control showing a parameter with label.
using ParamComponent::Ptr = ParamComponent* |
ParamComponent::ParamComponent | ( | Parameter * | parameter | ) |
juce::String ParamComponent::getUid | ( | ) |
References Parameter::getUid(), and parameter.
|
override |