defaultValue | juce::ValueTreePropertyWithDefault | private |
delimitedStringToVarArray(StringRef input, StringRef delim) | juce::ValueTreePropertyWithDefault | inlineprivatestatic |
delimiter | juce::ValueTreePropertyWithDefault | private |
get() const noexcept | juce::ValueTreePropertyWithDefault | inline |
getDefault() const | juce::ValueTreePropertyWithDefault | inline |
getPropertyAsValue() | juce::ValueTreePropertyWithDefault | inline |
getPropertyID() noexcept | juce::ValueTreePropertyWithDefault | inline |
getUndoManager() noexcept | juce::ValueTreePropertyWithDefault | inline |
getValueTree() noexcept | juce::ValueTreePropertyWithDefault | inline |
isUsingDefault() const | juce::ValueTreePropertyWithDefault | inline |
Listener()=default | juce::Value::Listener | private |
onDefaultChange | juce::ValueTreePropertyWithDefault | |
operator=(const var &newValue) | juce::ValueTreePropertyWithDefault | inline |
operator=(const ValueTreePropertyWithDefault &other) | juce::ValueTreePropertyWithDefault | inline |
referTo(ValueTree tree, const Identifier &property, UndoManager *um) | juce::ValueTreePropertyWithDefault | inline |
referTo(ValueTree tree, const Identifier &property, UndoManager *um, var defaultVal) | juce::ValueTreePropertyWithDefault | inline |
referTo(ValueTree tree, const Identifier &property, UndoManager *um, var defaultVal, StringRef arrayDelimiter) | juce::ValueTreePropertyWithDefault | inline |
referToWithDefault(ValueTree v, const Identifier &i, UndoManager *um, const Value &defaultVal, StringRef del) | juce::ValueTreePropertyWithDefault | inlineprivate |
resetToDefault() noexcept | juce::ValueTreePropertyWithDefault | inline |
setDefault(const var &newDefault) | juce::ValueTreePropertyWithDefault | inline |
setValue(const var &newValue, UndoManager *undoManagerToUse) | juce::ValueTreePropertyWithDefault | inline |
targetProperty | juce::ValueTreePropertyWithDefault | private |
targetTree | juce::ValueTreePropertyWithDefault | private |
undoManager | juce::ValueTreePropertyWithDefault | private |
valueChanged(Value &) override | juce::ValueTreePropertyWithDefault | inlineprivatevirtual |
ValueTreePropertyWithDefault()=default | juce::ValueTreePropertyWithDefault | |
ValueTreePropertyWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um) | juce::ValueTreePropertyWithDefault | inline |
ValueTreePropertyWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um, var defaultToUse) | juce::ValueTreePropertyWithDefault | inline |
ValueTreePropertyWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um, var defaultToUse, StringRef arrayDelimiter) | juce::ValueTreePropertyWithDefault | inline |
ValueTreePropertyWithDefault(const ValueTreePropertyWithDefault &other) | juce::ValueTreePropertyWithDefault | inline |
varArrayToDelimitedString(const Array< var > &input, StringRef delim) | juce::ValueTreePropertyWithDefault | inlineprivatestatic |
~Listener()=default | juce::Value::Listener | privatevirtual |
~ValueTreePropertyWithDefault() override | juce::ValueTreePropertyWithDefault | inline |