This is the complete list of members for juce::ValueWithDefault, including all inherited members.
defaultValue | juce::ValueWithDefault | private |
delimitedStringToVarArray(StringRef input) const noexcept | juce::ValueWithDefault | inlineprivate |
delimiter | juce::ValueWithDefault | private |
get() const noexcept | juce::ValueWithDefault | inline |
getDefault() const | juce::ValueWithDefault | inline |
getPropertyAsValue() | juce::ValueWithDefault | inline |
getPropertyID() noexcept | juce::ValueWithDefault | inline |
getUndoManager() noexcept | juce::ValueWithDefault | inline |
getValueTree() noexcept | juce::ValueWithDefault | inline |
isUsingDefault() const | juce::ValueWithDefault | inline |
onDefaultChange | juce::ValueWithDefault | |
operator=(const var &newValue) | juce::ValueWithDefault | inline |
operator=(const ValueWithDefault &other) | juce::ValueWithDefault | inline |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um) | juce::ValueWithDefault | inline |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um, const var &defaultVal) | juce::ValueWithDefault | inline |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um, const var &defaultVal, StringRef arrayDelimiter) | juce::ValueWithDefault | inline |
referToWithDefault(const ValueTree &v, const Identifier &i, UndoManager *um, const var &defaultVal, StringRef del) | juce::ValueWithDefault | inlineprivate |
resetToDefault() noexcept | juce::ValueWithDefault | inline |
setDefault(const var &newDefault) | juce::ValueWithDefault | inline |
setValue(const var &newValue, UndoManager *undoManagerToUse) | juce::ValueWithDefault | inline |
targetProperty | juce::ValueWithDefault | private |
targetTree | juce::ValueWithDefault | private |
undoManager | juce::ValueWithDefault | private |
ValueWithDefault() | juce::ValueWithDefault | inline |
ValueWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um) | juce::ValueWithDefault | inline |
ValueWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um, const var &defaultToUse) | juce::ValueWithDefault | inline |
ValueWithDefault(ValueTree &tree, const Identifier &propertyID, UndoManager *um, const var &defaultToUse, StringRef arrayDelimiter) | juce::ValueWithDefault | inline |
ValueWithDefault(const ValueWithDefault &other) | juce::ValueWithDefault | inline |
varArrayToDelimitedString(const Array< var > &input) const noexcept | juce::ValueWithDefault | inlineprivate |