◆ MultiChoiceRemapperSource()
| juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::MultiChoiceRemapperSource |
( |
const Value & | source, |
|
|
var | v, |
|
|
int | c ) |
|
inline |
◆ getValue()
| var juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::getValue |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setValue()
| void juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::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::MultiChoicePropertyComponent::MultiChoiceRemapperSource::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.
◆ maxChoices
| int juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::maxChoices |
|
private |
◆ sourceValue
| Value juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::sourceValue |
|
private |
◆ varToControl
| var juce::MultiChoicePropertyComponent::MultiChoiceRemapperSource::varToControl |
|
private |
The documentation for this class was generated from the following file: