OpenShot Audio Library | OpenShotAudio 0.3.2
|
This is the complete list of members for juce::ValueWithDefault, including all inherited members.
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) (defined in juce::ValueWithDefault) | 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) (defined in juce::ValueWithDefault) | juce::ValueWithDefault | inline |
resetToDefault() noexcept | juce::ValueWithDefault | inline |
setDefault(const var &newDefault) | juce::ValueWithDefault | inline |
setValue(const var &newValue, UndoManager *undoManagerToUse) | juce::ValueWithDefault | inline |
ValueWithDefault()=default | juce::ValueWithDefault | |
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 |