|
OpenShot Audio Library | OpenShotAudio
0.3.1
|
This is the complete list of members for juce::CachedValue< Type >, including all inherited members.
| CachedValue() | juce::CachedValue< Type > | inline |
| CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager) | juce::CachedValue< Type > | inline |
| CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager, const Type &defaultToUse) | juce::CachedValue< Type > | inline |
| forceUpdateOfCachedValue() | juce::CachedValue< Type > | inline |
| get() const noexcept | juce::CachedValue< Type > | inline |
| getDefault() const | juce::CachedValue< Type > | inline |
| getPropertyAsValue() | juce::CachedValue< Type > | inline |
| getPropertyID() const noexcept | juce::CachedValue< Type > | inline |
| getUndoManager() noexcept | juce::CachedValue< Type > | inline |
| getValueTree() noexcept | juce::CachedValue< Type > | inline |
| isUsingDefault() const | juce::CachedValue< Type > | inline |
| operator Type() const noexcept | juce::CachedValue< Type > | inline |
| operator!=(const OtherType &other) const | juce::CachedValue< Type > | inline |
| operator*() noexcept | juce::CachedValue< Type > | inline |
| operator->() noexcept | juce::CachedValue< Type > | inline |
| operator=(const Type &newValue) | juce::CachedValue< Type > | inline |
| operator==(const OtherType &other) const | juce::CachedValue< Type > | inline |
| referTo(ValueTree &tree, const Identifier &property, UndoManager *um) | juce::CachedValue< Type > | inline |
| referTo(ValueTree &tree, const Identifier &property, UndoManager *um, const Type &defaultVal) | juce::CachedValue< Type > | inline |
| resetToDefault() | juce::CachedValue< Type > | inline |
| resetToDefault(UndoManager *undoManagerToUse) | juce::CachedValue< Type > | inline |
| setDefault(const Type &value) | juce::CachedValue< Type > | inline |
| setValue(const Type &newValue, UndoManager *undoManagerToUse) | juce::CachedValue< Type > | inline |
| valueTreeChildAdded(ValueTree &parentTree, ValueTree &childWhichHasBeenAdded) | juce::ValueTree::Listener | privatevirtual |
| valueTreeChildOrderChanged(ValueTree &parentTreeWhoseChildrenHaveMoved, int oldIndex, int newIndex) | juce::ValueTree::Listener | privatevirtual |
| valueTreeChildRemoved(ValueTree &parentTree, ValueTree &childWhichHasBeenRemoved, int indexFromWhichChildWasRemoved) | juce::ValueTree::Listener | privatevirtual |
| valueTreeParentChanged(ValueTree &treeWhoseParentHasChanged) | juce::ValueTree::Listener | privatevirtual |
| valueTreeRedirected(ValueTree &treeWhichHasBeenChanged) | juce::ValueTree::Listener | privatevirtual |
| ~Listener()=default | juce::ValueTree::Listener | privatevirtual |