◆ ChoiceRemapperValueSourceWithDefault()
◆ getValue()
| var juce::ChoiceRemapperValueSourceWithDefault::getValue |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setValue()
| void juce::ChoiceRemapperValueSourceWithDefault::setValue |
( |
const var & | newValue | ) |
|
|
inlineoverridevirtual |
Changes the current value. This must also trigger a change message if the value actually changes.
Implements juce::Value::ValueSource.
◆ valueChanged()
| void juce::ChoiceRemapperValueSourceWithDefault::valueChanged |
( |
Value & | value | ) |
|
|
inlineoverrideprivatevirtual |
Called when a Value object is changed.
Note that the Value object passed as a parameter may not be exactly the same object that you registered the listener with - it might be a copy that refers to the same underlying ValueSource. To find out, you can call Value::refersToSameSourceAs().
Implements juce::Value::Listener.
◆ mappings
| Array<var> juce::ChoiceRemapperValueSourceWithDefault::mappings |
|
private |
◆ sourceValue
| Value juce::ChoiceRemapperValueSourceWithDefault::sourceValue |
|
private |
◆ value
The documentation for this class was generated from the following file: