This is the complete list of members for CachedValue< Type >, including all inherited members.
cachedValue | CachedValue< Type > | private |
CachedValue() | CachedValue< Type > | inline |
CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager) | CachedValue< Type > | inline |
CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager, const Type &defaultToUse) | CachedValue< Type > | inline |
defaultValue | CachedValue< Type > | private |
forceUpdateOfCachedValue() | CachedValue< Type > | inline |
get() const noexcept | CachedValue< Type > | inline |
getDefault() const | CachedValue< Type > | inline |
getPropertyAsValue() | CachedValue< Type > | inline |
getPropertyID() const noexcept | CachedValue< Type > | inline |
getTypedValue() const | CachedValue< Type > | inlineprivate |
getValueTree() noexcept | CachedValue< Type > | inline |
isUsingDefault() const | CachedValue< Type > | inline |
operator Type() const noexcept | CachedValue< Type > | inline |
operator!=(const OtherType &other) const | CachedValue< Type > | inline |
operator*() noexcept | CachedValue< Type > | inline |
operator->() noexcept | CachedValue< Type > | inline |
operator=(const Type &newValue) | CachedValue< Type > | inline |
operator==(const OtherType &other) const | CachedValue< Type > | inline |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um) | CachedValue< Type > | inline |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um, const Type &defaultVal) | CachedValue< Type > | inline |
referToWithDefault(ValueTree &, const Identifier &, UndoManager *, const Type &) | CachedValue< Type > | inlineprivate |
resetToDefault() | CachedValue< Type > | inline |
resetToDefault(UndoManager *undoManagerToUse) | CachedValue< Type > | inline |
setDefault(const Type &value) | CachedValue< Type > | inline |
setValue(const Type &newValue, UndoManager *undoManagerToUse) | CachedValue< Type > | inline |
targetProperty | CachedValue< Type > | private |
targetTree | CachedValue< Type > | private |
undoManager | CachedValue< Type > | private |
valueTreeChildAdded(ValueTree &, ValueTree &) override | CachedValue< Type > | inlineprivatevirtual |
valueTreeChildOrderChanged(ValueTree &, int, int) override | CachedValue< Type > | inlineprivatevirtual |
valueTreeChildRemoved(ValueTree &, ValueTree &, int) override | CachedValue< Type > | inlineprivatevirtual |
valueTreeParentChanged(ValueTree &) override | CachedValue< Type > | inlineprivatevirtual |
valueTreePropertyChanged(ValueTree &changedTree, const Identifier &changedProperty) override | CachedValue< Type > | inlineprivatevirtual |
valueTreeRedirected(ValueTree &treeWhichHasBeenChanged) | ValueTree::Listener | privatevirtual |
~Listener() | ValueTree::Listener | inlineprivatevirtual |